Contructor for enum attributes

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 list_items As List(Of String) _ 
)
This language is not supported or no code example is available.
public ConnectorDefaultMapping( 
ConnectorMappingEntityType entity_type
string source_field
string destination_field
List<string> list_items 
)
This language is not supported or no code example is available.
public:  
ConnectorDefaultMapping( 
ConnectorMappingEntityType entity_type
String^ source_field
String^ destination_field
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

<default>

source_field
Type: string

<default>

destination_field
Type: string

<default>

list_items
Type: List<string>

<default>

.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