Class CopilotDataSourceRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the copilot_data_source table.
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class CopilotDataSourceRecordData
Remarks
Please use this class instead of a full CopilotDataSourceRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding CopilotDataSourceTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Constructors
CopilotDataSourceRecordData()
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the copilot_data_source table.
Declaration
public CopilotDataSourceRecordData()
Remarks
Please use this class instead of a full CopilotDataSourceRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding CopilotDataSourceTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Fields
CopilotDataSourceId
Primary key
Declaration
public int CopilotDataSourceId
Field Value
| Type | Description |
|---|---|
| int |
Remarks
Please use this class instead of a full CopilotDataSourceRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding CopilotDataSourceTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
CopilotDataSourceType
Type of copilot data source
Declaration
public CopilotDataSourceType CopilotDataSourceType
Field Value
| Type | Description |
|---|---|
| CopilotDataSourceType |
Remarks
Please use this class instead of a full CopilotDataSourceRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding CopilotDataSourceTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
CopilotId
The associated copilot
Declaration
public int CopilotId
Field Value
| Type | Description |
|---|---|
| int |
Remarks
Please use this class instead of a full CopilotDataSourceRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding CopilotDataSourceTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Description
Description of data source
Declaration
public string Description
Field Value
| Type | Description |
|---|---|
| string |
Remarks
Please use this class instead of a full CopilotDataSourceRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding CopilotDataSourceTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Name
Name of data source
Declaration
public string Name
Field Value
| Type | Description |
|---|---|
| string |
Remarks
Please use this class instead of a full CopilotDataSourceRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding CopilotDataSourceTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Registered
Registered when in UTC.
Declaration
public DateTime Registered
Field Value
| Type | Description |
|---|---|
| DateTime |
Remarks
Please use this class instead of a full CopilotDataSourceRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding CopilotDataSourceTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
RegisteredAssociateId
Registered by whom
Declaration
public int RegisteredAssociateId
Field Value
| Type | Description |
|---|---|
| int |
Remarks
Please use this class instead of a full CopilotDataSourceRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding CopilotDataSourceTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Updated
Last updated when in UTC.
Declaration
public DateTime Updated
Field Value
| Type | Description |
|---|---|
| DateTime |
Remarks
Please use this class instead of a full CopilotDataSourceRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding CopilotDataSourceTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
UpdatedAssociateId
Last updated by whom
Declaration
public int UpdatedAssociateId
Field Value
| Type | Description |
|---|---|
| int |
Remarks
Please use this class instead of a full CopilotDataSourceRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding CopilotDataSourceTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
UpdatedCount
Number of updates made to this record
Declaration
public short UpdatedCount
Field Value
| Type | Description |
|---|---|
| short |
Remarks
Please use this class instead of a full CopilotDataSourceRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding CopilotDataSourceTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.