ConnectorCustomField Constructor
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.
Parameters
- entity_type
- ConnectorMappingEntityType
- source_field
- string
- destination_field
- string
- attribute_types
- List<AttributeType>