DHI.Mike1D
DHI.Mike1D
Namespaces
DHI.Mike1D.Generic
SerializerSurrogate Class
SerializerSurrogate Methods
GetCustomDataToExport Method
GetCustomDataToExport Method (MemberInfo, Type)
GetCustomDataToExport Method (Type, Type)
SerializerSurrogate
GetCustomDataToExport 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#
Copy
public
Object
GetCustomDataToExport
(
MemberInfo
memberInfo
,
Type
dataContractType
)
Parameters
memberInfo
Type:
System.Reflection
MemberInfo
A MemberInfo that describes the member.
dataContractType
Type:
System
Type
A Type.
Return Value
Type:
Object
An object that represents the annotation to be inserted into the XML schema definition.
Implements
IDataContractSurrogate
GetCustomDataToExport(MemberInfo, Type)
See Also
Reference
SerializerSurrogate Class
GetCustomDataToExport Overload
DHI.Mike1D.Generic Namespace