Skip to main content

Class TicketFormSubmission

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for TicketFormSubmission. Class representing form submission related to ticket.

Inheritance

objectTicketFormSubmission

Inherited Members

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

Constructors

TicketFormSubmission()

Default constructor - defaults any enum props to 0.

Properties

EmailAddress

The email address of the person who submitted

Property Value

string

FormSubmissionId

Primary key

Property Value

int

Status

What is the status of this submission NULL if unknown enum value.

Property Value

FormSubmissionStatus?

See Also

TicketFormSubmission.Status_String

Status_String

What is the status of this submission Raw string enum value.

Property Value

string

See Also

TicketFormSubmission.Status