Skip to main content

Class TicketVersionInfo

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for TicketVersionInfo. A ticket the client is showing, together with the last-changed value of the client’s loaded copy. Sent to the server to ask whether that copy is out of date.

Inheritance

objectTicketVersionInfo

Inherited Members

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

Constructors

TicketVersionInfo()

Default constructor - defaults any enum props to 0.

Properties

LastChanged

The last-changed value of the copy the client has loaded. DateTime.MinValue (or omitted) means the client has no loaded copy and only wants the ticket’s current value back.

Property Value

DateTime

TicketId

The primary key (auto-incremented)

Property Value

int