Dynamicweb 8 Documentation
GetCustomDataToExport(MemberInfo,Type) Method

A MemberInfo that describes the member.
A Type.
During schema export operations, inserts annotations into the schema for non-null values.
Syntax
'Declaration
 
Public Overloads Function GetCustomDataToExport( _ 
   ByVal memberInfo As MemberInfo, _ 
   ByVal dataContractType As Type _ 
) As Object
public object GetCustomDataToExport( 
   MemberInfo memberInfo,
   Type dataContractType 
)

Parameters

memberInfo
A MemberInfo that describes the member.
dataContractType
A Type.

Return Value

An object that represents the annotation to be inserted into the XML schema definition.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ProductIndexEntrySurrogate Class
ProductIndexEntrySurrogate Members
Overload List

Send Feedback