Dynamicweb 8 Documentation
GetCustomDataToExport(Type,Type) Method

The CLR type to be replaced.
The data contract type to be annotated.
During schema export operations, inserts annotations into the schema for non-null return values.
Syntax
'Declaration
 
Public Overloads Function GetCustomDataToExport( _ 
   ByVal clrType As Type, _ 
   ByVal dataContractType As Type _ 
) As Object
public object GetCustomDataToExport( 
   Type clrType,
   Type dataContractType 
)

Parameters

clrType
The CLR type to be replaced.
dataContractType
The data contract type to be annotated.

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