class DocAiDocument


Base class:

DMBaseEntity

Implemented interfaces:

INotifyPropertyChanged

Derived types:

This type is not derived by any type in DocsMarshal.


Constructors

DocAiDocument ()


DocAiDocument (State state)


DocAiDocument (DocAiDocument document, Storage storage)


Properties

Guid DocumentId { get; set; }


EDocAiDocumentState DocumentState { get; set; }


Guid? DocumentTypeId { get; set; }


Int32 DomainId { get; set; }


String ErrorMessage { get; set; }


String ExternalId { get; set; }


String FileName { get; set; }


Int32 Id { get; set; }


Boolean IsAdded { get; }


Boolean IsDeleted { get; }


Boolean IsUpdated { get; }


String Origin { get; set; }


State State { get; set; }


Guid StorageId { get; set; }


DateTime UploadDt { get; set; }


Int32 UserId { get; set; }


String WebhookUrl { get; set; }