Namespace: Contracts.Data
Assembly: Contracts (in Contracts.dll)

Public Sub New( _ 
ByVal entity_type As ConnectorMappingEntityType, _ 
ByVal source_field As String, _ 
ByVal destination_field As String, _ 
ByVal attribute_types As List(Of AttributeType), _ 
Optional ByVal list_items As List(Of String) = null _ 
)
This language is not supported or no code example is available.
public ConnectorCustomField( 
ConnectorMappingEntityType entity_type
string source_field
string destination_field
List<AttributeType> attribute_types
List<string> list_items = null 
)
This language is not supported or no code example is available.
public:  
ConnectorCustomField( 
ConnectorMappingEntityType entity_type
String^ source_field
String^ destination_field
List<AttributeType^>^ attribute_types
List<String^>^ list_items 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

entity_type
Type: ConnectorMappingEntityType

source_field
Type: string

destination_field
Type: string

attribute_types
Type: List<AttributeType>

list_items
Type: List<string>

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1