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