Skip to main content

Class CopilotDataSourceSetting

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for CopilotDataSourceSetting. Setting for a Copilot data source (key + value)

Inheritance

objectCarrierCopilotDataSourceSetting

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

CopilotDataSourceSetting()

Default constructor - defaults any enum props to 0.

Properties

CopilotDataSourceId

The associated copilot data source

Property Value

int

CopilotDataSourceSettingId

Primary key

Property Value

int

Key

The key of data source setting

Property Value

string

Value

The value of data source setting

Property Value

string

See Also

AIAgent