Namespace:
Contracts.Data
        
Assembly: Contracts (in Contracts.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			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.
Parameters
- entity_type
 - 
		Type: ConnectorMappingEntityType 
		
 
- source_field
 - 
		Type: string 
		
 
- destination_field
 - 
		Type: string 
		
 
- attribute_types
 - 
		Type: List<AttributeType>