ConnectorDefaultMapping(ConnectorMappingEntityType, String, String, AttributeType) Constructor
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
- ConnectorMappingEntityType
- source_field
- string
- destination_field
- string
- attribute_type
- AttributeType