Click or drag to resize

PropertyValuesContainer Properties

The PropertyValuesContainer type exposes the following members.

Properties
  NameDescription
Public propertyItem
Holds the property / fixed field values. The data type of each value in the enumeration for an entry is determined by the property or fixed field:

Value property - Text: string Value property - Integer: int Value property - DateTime: DateTime Value property - Decimal: double Value property - Boolean: bool Value property - Hyperlink: string Value property - TimeSpan: TimeSpan Value property - MultiLangText: string Value property - Xml: string Set property: int Reference property: int CreateTime: DateTime ChangeTime: DateTime DeleteTime: DateTime ActiveTime: DateTime CompleteTime: DateTime FirstActiveTime: DateTime CreatedBy: int ChangedBy: int DeletedBy: int Number: int Type: int ActivityState: int ProcessState: int Acceptance: int ActPctComplete: int Id: int UserName: string DisplayName: string Template: bool Locked: bool ActivityAbsDuration: TimeSpan ActivityDuration: TimeSpan ProcessAbsDuration: TimeSpan ProcessDuration: TimeSpan

A Value property can have zero or one value. Set- and Reference-properties can have zero or one value. Some Set- and Reference-properties also allow multiple values. Fixed fields can have zero or one value. Note that the container can be instantiated in a mode where all "set type" properties and fixed fields allow multiple values.

For hyperlink properties the value is the url. For Multi Language Text properties the value is in the active users language.

Public propertyKeys
Names of the contained properties and fixed fields.
Top
See Also