Click or drag to resize
MmsSerializationSurrogateGetReferencedTypeOnImport Method

[Missing <summary> documentation for "M:Lithnet.MetadirectoryServices.MmsSerializationSurrogate.GetReferencedTypeOnImport(System.String,System.String,System.Object)"]

Namespace: Lithnet.MetadirectoryServices
Assembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntax
public Type GetReferencedTypeOnImport(
	string typeName,
	string typeNamespace,
	Object customData
)

Parameters

typeName
Type: SystemString

[Missing <param name="typeName"/> documentation for "M:Lithnet.MetadirectoryServices.MmsSerializationSurrogate.GetReferencedTypeOnImport(System.String,System.String,System.Object)"]

typeNamespace
Type: SystemString

[Missing <param name="typeNamespace"/> documentation for "M:Lithnet.MetadirectoryServices.MmsSerializationSurrogate.GetReferencedTypeOnImport(System.String,System.String,System.Object)"]

customData
Type: SystemObject

[Missing <param name="customData"/> documentation for "M:Lithnet.MetadirectoryServices.MmsSerializationSurrogate.GetReferencedTypeOnImport(System.String,System.String,System.Object)"]

Return Value

Type: Type

[Missing <returns> documentation for "M:Lithnet.MetadirectoryServices.MmsSerializationSurrogate.GetReferencedTypeOnImport(System.String,System.String,System.Object)"]

Implements

IDataContractSurrogateGetReferencedTypeOnImport(String, String, Object)
See Also