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_type As AttributeType
)
This language is not supported or no code example is available.
public ConnectorDefaultMapping( 
ConnectorMappingEntityType entity_type
string source_field
string destination_field
AttributeType attribute_type 
)
This language is not supported or no code example is available.
public:  
ConnectorDefaultMapping( 
ConnectorMappingEntityType entity_type
String^ source_field
String^ destination_field
AttributeType attribute_type 
)
This language is not supported or no code example is available.
public function ConnectorDefaultMapping( 
entity_type : ConnectorMappingEntityType
source_field : String
destination_field : String
attribute_type : AttributeType 
);
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_type
Type: AttributeType

.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