Click or drag to resize

SerializerSurrogateProcessImportedType Method

Processes the type that has been generated from the imported schema. When importing a schema, this method allows for any imported type and compilation information to be customized. Not implemented

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public CodeTypeDeclaration ProcessImportedType(
	CodeTypeDeclaration typeDeclaration,
	CodeCompileUnit compileUnit
)

Parameters

typeDeclaration
Type: System.CodeDomCodeTypeDeclaration
A CodeTypeDeclaration to process that represents the type declaration generated during schema import.
compileUnit
Type: System.CodeDomCodeCompileUnit
The CodeCompileUnit that contains the other code generated during schema import.

Return Value

Type: CodeTypeDeclaration
A CodeTypeDeclaration that contains the processed type.

Implements

IDataContractSurrogateProcessImportedType(CodeTypeDeclaration, CodeCompileUnit)
See Also