DocsMarshal
/
Types
/
DocsMarshal.Entities.Query.WhereProfile
class
WhereProfile
Base class:
WhereAbstract
Implemented interfaces:
IWhereProfile
IWhere
IBaseWhere
Derived types:
This type is not derived by any type in DocsMarshal.
Constructors
WhereProfile
()
Properties
WhereIntField
DeleteStatus
{ get; set; }
WhereStringField
ExternalId
{ get; set; }
List
<
WhereField
>
Fields
{ get; set; }
List
<
FieldDescriptor
>
FieldsDescriptor
{ get; }
WhereFolders
Folders
{ get; set; }
WhereDateTimeField
InsertDt
{ get; set; }
WhereDateTimeField
LastUpdate
{ get; set; }
WhereGuidField
ObjectId
{ get; set; }
DMCollection<
Int32
>
ObjectsLanguages
{ get; set; }
WhereProcesses
Processes
{ get; set; }
WhereStringField
ProtocolCode
{ get; set; }
WhereIntField
ProtocolNumber
{ get; set; }
WhereIntField
ProtocolYear
{ get; set; }
WhereGuidField
RegisterId
{ get; set; }
WhereStringField
RegisterName
{ get; set; }
WhereRelation
Relations
{ get; set; }
WhereIntField
UserId
{ get; set; }
Top