Namespace: Contracts.Data
Assembly: Contracts (in Contracts.dll)

<DataContract()> _ 
<Serializable()> _ 
<System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)> _ 
Public Class ConnectorInfo 
Implements BaseEFEntity
This language is not supported or no code example is available.
[DataContract()] 
[Serializable()] 
[System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)] 
public class ConnectorInfo : BaseEFEntity
This language is not supported or no code example is available.
[DataContract()] 
[Serializable()] 
[System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)] 
public ref class ConnectorInfo : public BaseEFEntity^
This language is not supported or no code example is available.
public  
DataContract() 
Serializable() 
System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true) 
class ConnectorInfo 
implements BaseEFEntity
This language is not supported or no code example is available.
Name Description
Public property allow_client_manual_sync
Public property configuration
Public property constants
Public property custom_field_default_mappings
Public property download_link
Public property frequency_seconds The frequency in seconds that this connector should be executed
Public property friendly_name The user-friendly name for this connector
Public property id
Public property id_id
Public property id_serverid
Public property is_scheduled Is this connector enabled to run?
Public property last_run_timestamp The timestamp that this connector last ran
Public property logs
Public property mappings
Public property parent_project_constant
Public property run_as_user_id User to execute any connector queries against the database with
Public property skip_debug_logging
Public property test_run_accepted Has the test mode been run and accepted by the user?
Public property type_name The fully qualified type name to use to process this connector data. The class must implement IConnector
Top
Name Description
Public method AddConfiguration(ConnectorConfigInfo)
Public method AddCustomFieldMappings(ICollection<ConnectorMappingInfo>)
Public method AddCustomFieldMappingsToStart(ICollection<ConnectorMappingInfo>)
Public method AddMapping(ConnectorMappingInfo)
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method SetConfiguration(ICollection<ConnectorConfigInfo>)
Public method SetConstants(List<ConnectorConstantInfo>)
Public method SetCustomFieldDefaultMappings(ICollection<ConnectorDefaultMapping>)
Public method SetMappings(ICollection<ConnectorMappingInfo>)
Public method ToString Returns a string that represents the current object. (inherited from Object).
Top
Contracts.Data.ConnectorInfo

.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