class WhereProcessParameter


Base class:

WhereAbstract

Implemented interfaces:

IWhereProfile
IWhere
IBaseWhere

Derived types:

This type is not derived by any type in DocsMarshal.


Constructors

WhereProcessParameter ()


Properties

WhereIntField ArgDirection { get; }


WhereStringField ArgInName { get; }


WhereIntField ArgInType { get; }


WhereBoolField ArgValueBool { get; }


WhereDateTimeField ArgValueDateTime { get; }


WhereDoubleField ArgValueDecimal { get; }


WhereGuidField ArgValueGuid { get; }


WhereIntField ArgValueInt { get; }


WhereStringField ArgValueString { get; }


WhereStringField ExternalId { get; set; }


List<WhereField> Fields { get; set; }


WhereGuidField IdProcess { get; }


WhereGuidField IdProcessParameter { get; }


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; }