Click or drag to resize

SerializerSurrogateGetReferencedTypeOnImport Method

During schema import, returns the type referenced by the schema. 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 Type GetReferencedTypeOnImport(
	string typeName,
	string typeNamespace,
	Object customData
)

Parameters

typeName
Type: SystemString
The name of the type in schema.
typeNamespace
Type: SystemString
The namespace of the type in schema.
customData
Type: SystemObject
The object that represents the annotation inserted into the XML schema definition, which is data that can be used for finding the referenced type.

Return Value

Type: Type
The Type to use for the referenced type.

Implements

IDataContractSurrogateGetReferencedTypeOnImport(String, String, Object)
See Also