DocsMarshal
/
Types
/
DocsMarshal.Entities.Query.WhereProcesses
class
WhereProcesses
Base class:
WhereAbstract
Implemented interfaces:
IWhereProfile
IWhere
IBaseWhere
IWhereProcesses
Derived types:
This type is not derived by any type in DocsMarshal.
Constructors
WhereProcesses
()
WhereProcesses
(QueryProcess query)
Properties
WhereStringField
ExternalId
{ get; set; }
List
<
WhereField
>
Fields
{ get; set; }
List
<
Guid
>
IdProcess
{ get; set; }
WhereDateTimeField
InsertDt
{ get; set; }
WhereDateTimeField
LastUpdate
{ get; set; }
WhereGuidField
ObjectId
{ get; set; }
DMCollection<
Int32
>
ObjectsLanguages
{ get; set; }
List
<
WhereProcessParameter
>
Parameters
{ get; set; }
WhereProcesses
Processes
{ get; set; }
WhereRelation
Relations
{ get; set; }
WhereIntField
UserId
{ get; set; }
WhereIntField
WhereUserHasWorkedInTheProcess
{ get; set; }
Top