DocsMarshal
/
Types
/
DocsMarshal.Entities.Abstracts.WhereAbstract
abstract class
WhereAbstract
Base class:
BaseWhereAbstract
Implemented interfaces:
IWhereProfile
IWhere
IBaseWhere
Derived types:
WhereProfile
WhereBase
WhereMail
WhereTasks
WhereProcesses
WhereProcessParameter
Constructors
This type has no constructors.
Properties
WhereStringField
ExternalId
{ get; set; }
List
<
WhereField
>
Fields
{ get; set; }
WhereDateTimeField
InsertDt
{ get; set; }
WhereDateTimeField
LastUpdate
{ get; set; }
WhereGuidField
ObjectId
{ get; set; }
DMCollection<
Int32
>
ObjectsLanguages
{ get; set; }
WhereProcesses
Processes
{ get; set; }
WhereRelation
Relations
{ get; set; }
WhereIntField
UserId
{ get; set; }
Top