Show / Hide Table of Contents

Class DBC.CopilotDataSourceSettingFields

Fields for CopilotDataSourceSetting, Stores specific configuration values for each data source

Inheritance
object
DBC.CopilotDataSourceSettingFields
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.CopilotDataSourceSettingFields

Fields

CopilotDataSourceId

CopilotDataSourceSetting.CopilotDataSourceId: The associated copilot data source

Declaration
public const string CopilotDataSourceId = "copilot_data_source_id"
Field Value
Type Description
string

CopilotDataSourceSettingId

CopilotDataSourceSetting.CopilotDataSourceSettingId: Primary key

Declaration
public const string CopilotDataSourceSettingId = "copilot_data_source_setting_id"
Field Value
Type Description
string

Key

CopilotDataSourceSetting.Key: The key of data source setting

Declaration
public const string Key = "key"
Field Value
Type Description
string

Registered

CopilotDataSourceSetting.Registered: Registered when

Declaration
public const string Registered = "registered"
Field Value
Type Description
string

RegisteredAssociateId

CopilotDataSourceSetting.RegisteredAssociateId: Registered by whom

Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type Description
string

Updated

CopilotDataSourceSetting.Updated: Last updated when

Declaration
public const string Updated = "updated"
Field Value
Type Description
string

UpdatedAssociateId

CopilotDataSourceSetting.UpdatedAssociateId: Last updated by whom

Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type Description
string

UpdatedCount

CopilotDataSourceSetting.UpdatedCount: Number of updates made to this record

Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type Description
string

Value

CopilotDataSourceSetting.Value: The value of data source setting

Declaration
public const string Value = "value"
Field Value
Type Description
string
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top