Contructor for enum attributes
        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 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.
Parameters
- entity_type
 - 
		Type: ConnectorMappingEntityType 
		
<default>
 
- source_field
 - 
		Type: string 
		
<default>
 
- destination_field
 - 
		Type: string 
		
<default>