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

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

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

Parameters

memberInfo
Type: System.ReflectionMemberInfo

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

dataContractType
Type: SystemType

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

Return Value

Type: Object

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

Implements

IDataContractSurrogateGetCustomDataToExport(MemberInfo, Type)
See Also