Click or drag to resize
MmsSerializationSurrogateGetCustomDataToExport Method (Type, Type)

[Missing <summary> documentation for "M:Lithnet.MetadirectoryServices.MmsSerializationSurrogate.GetCustomDataToExport(System.Type,System.Type)"]

Namespace: Lithnet.MetadirectoryServices
Assembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntax
public Object GetCustomDataToExport(
	Type clrType,
	Type dataContractType
)

Parameters

clrType
Type: SystemType

[Missing <param name="clrType"/> documentation for "M:Lithnet.MetadirectoryServices.MmsSerializationSurrogate.GetCustomDataToExport(System.Type,System.Type)"]

dataContractType
Type: SystemType

[Missing <param name="dataContractType"/> documentation for "M:Lithnet.MetadirectoryServices.MmsSerializationSurrogate.GetCustomDataToExport(System.Type,System.Type)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Lithnet.MetadirectoryServices.MmsSerializationSurrogate.GetCustomDataToExport(System.Type,System.Type)"]

Implements

IDataContractSurrogateGetCustomDataToExport(Type, Type)
See Also