Click or drag to resize

SerializerSurrogateGetCustomDataToExport Method (MemberInfo, Type)

During schema export operations, inserts annotations into the schema for non-null return values. 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 Object GetCustomDataToExport(
	MemberInfo memberInfo,
	Type dataContractType
)

Parameters

memberInfo
Type: System.ReflectionMemberInfo
A MemberInfo that describes the member.
dataContractType
Type: SystemType
A Type.

Return Value

Type: Object
An object that represents the annotation to be inserted into the XML schema definition.

Implements

IDataContractSurrogateGetCustomDataToExport(MemberInfo, Type)
See Also