Skip to main content

Class RagContextIds

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for RagContextIds. Parameters specifying contact/person/project/sale/ticket ids for populating context.

Inheritance

objectRagContextIds

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

RagContextIds()

Default constructor - defaults any enum props to 0.

Properties

AppointmentId

Identifier for an appointment

Property Value

int

ContactId

Identifier for a contact

Property Value

int

DocumentId

Identifier for a document

Property Value

int

PersonId

Identifier for a person

Property Value

int

ProjectId

Identifier for a project

Property Value

int

SaleId

Identifier for a sale

Property Value

int

SelectionId

Identifier for a selection

Property Value

int

TicketId

Identifier for ticket/request

Property Value

int

See Also

AIAgent