Skip to main content

Class AttachmentValidationResult

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for AttachmentValidationResult. Attachment validation info

Inheritance

objectAttachmentValidationResult

Inherited Members

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

Constructors

AttachmentValidationResult()

Default constructor - defaults any enum props to 0.

Properties

AttachmentId

The primary key (auto-incremented)

Property Value

int

ErrorMessage

Error message for invalid attachment

Property Value

string

IsValid

Indicates if the attachment is valid

Property Value

bool

See Also

TicketAgent