Show / Hide Table of Contents

Class DBC.CopilotDataSourceFields

Fields for CopilotDataSource, Stores data sources for each copilot

Inheritance
object
DBC.CopilotDataSourceFields
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.CopilotDataSourceFields

Fields

CopilotDataSourceId

CopilotDataSource.CopilotDataSourceId: Primary key

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

CopilotDataSourceType

CopilotDataSource.CopilotDataSourceType: Type of copilot data source

Declaration
public const string CopilotDataSourceType = "copilot_data_source_type"
Field Value
Type Description
string

CopilotId

CopilotDataSource.CopilotId: The associated copilot

Declaration
public const string CopilotId = "copilot_id"
Field Value
Type Description
string

Description

CopilotDataSource.Description: Description of data source

Declaration
public const string Description = "description"
Field Value
Type Description
string

Name

CopilotDataSource.Name: Name of data source

Declaration
public const string Name = "name"
Field Value
Type Description
string

Registered

CopilotDataSource.Registered: Registered when

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

RegisteredAssociateId

CopilotDataSource.RegisteredAssociateId: Registered by whom

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

Updated

CopilotDataSource.Updated: Last updated when

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

UpdatedAssociateId

CopilotDataSource.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

CopilotDataSource.UpdatedCount: Number of updates made to this record

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