All Classes Namespaces Functions Properties Pages
Public Member Functions | Properties | List of all members
Document Class Reference

Document class. More...

Public Member Functions

 Document ()
 Initializes a new instance of the Document class. More...
 

Properties

DateTime CreatedAt [get, set]
 Gets or sets the moment of document creation. More...
 
VariantIdentity DocTypeVariantIdentity [get, set]
 Gets or sets the variant identity. More...
 
DocumentTypeSummary DocumentType [get, set]
 Gets or sets the type of the document. More...
 
string ErrorDescription [get, set]
 Gets or sets the error description. More...
 
RuntimeFieldDataCollection Fields [get, set]
 Gets or sets the fields. More...
 
string FileName [get, set]
 Gets or sets the type of the MIME. More...
 
string Id [get, set]
 Gets or sets the id. More...
 
string MimeType [get, set]
 Gets or sets the type of the MIME. More...
 
string Name [get, set]
 Gets or sets the name. More...
 
int NumberOfPages [get, set]
 Gets or sets the number of pages contained in this document. More...
 
int NumKeyStrokes [get, set]
 Gets or sets the num key strokes. More...
 
string OnlineLearningComments [get, set]
 Gets or sets the online learning comments. More...
 
short OnlineLearningOptions [get, set]
 Gets or sets the online learning options. More...
 
PageCollection Pages [get, set]
 Gets or sets the pages. More...
 
string ParentId [get, set]
 Gets or sets the parend id. More...
 
bool ReadOnly [get, set]
 Gets or sets a value indicating whether read only or not. More...
 
bool Rejected [get, set]
 Gets or sets a value indicating whether this Document is rejected. More...
 
string RejectionReason [get, set]
 Gets or sets the rejection reason. More...
 
bool ReviewForceValid [get, set]
 Gets or sets a value indicating whether [review force valid]. More...
 
bool ReviewValid [get, set]
 Gets or sets a value indicating whether [review valid]. More...
 
string SourceFileId [get, set]
 Gets or sets the moment of document creation. More...
 
int TotalTime [get, set]
 Gets or sets the total time. More...
 
string TypeXml [get, set]
 Gets or sets the type XML. More...
 
bool Valid [get, set]
 Gets or sets a value indicating whether this RuntimeFieldContainer is valid. More...
 
bool Verified [get, set]
 Gets or sets a value indicating whether this RuntimeFieldContainer is verified. More...
 

Description

Document class.

Constructor & Destructor Documentation

Document ( )

Initializes a new instance of the Document class.

Property Documentation

DateTime CreatedAt
getset

Gets or sets the moment of document creation.

VariantIdentity DocTypeVariantIdentity
getset

Gets or sets the variant identity.

DocumentTypeSummary DocumentType
getset

Gets or sets the type of the document.

string ErrorDescription
getsetinherited

Gets or sets the error description.

The error description.

RuntimeFieldDataCollection Fields
getsetinherited

Gets or sets the fields.

The fields.

string FileName
getset

Gets or sets the type of the MIME.

string Id
getsetinherited

Gets or sets the id.

The id.

string MimeType
getset

Gets or sets the type of the MIME.

string Name
getsetinherited

Gets or sets the name.

The name.

int NumberOfPages
getset

Gets or sets the number of pages contained in this document.

int NumKeyStrokes
getset

Gets or sets the num key strokes.

string OnlineLearningComments
getset

Gets or sets the online learning comments.

short OnlineLearningOptions
getset

Gets or sets the online learning options.

PageCollection Pages
getset

Gets or sets the pages.

string ParentId
getsetinherited

Gets or sets the parend id.

The parend id.

bool ReadOnly
getset

Gets or sets a value indicating whether read only or not.

bool Rejected
getset

Gets or sets a value indicating whether this Document is rejected.

string RejectionReason
getset

Gets or sets the rejection reason.

bool ReviewForceValid
getsetinherited

Gets or sets a value indicating whether [review force valid].

true if [review force valid]; otherwise, false.

bool ReviewValid
getsetinherited

Gets or sets a value indicating whether [review valid].

true if [review valid]; otherwise, false.

string SourceFileId
getset

Gets or sets the moment of document creation.

int TotalTime
getset

Gets or sets the total time.

string TypeXml
getsetinherited

Gets or sets the type XML.

The type XML.

bool Valid
getsetinherited

Gets or sets a value indicating whether this RuntimeFieldContainer is valid.

true if valid; otherwise, false.

bool Verified
getsetinherited

Gets or sets a value indicating whether this RuntimeFieldContainer is verified.

true if verified; otherwise, false.