Click or drag to resize

FixedField Enumeration

The FixedField enumeration is used to reference a field which is not a property on a DataObject claaa or an object inheriting from DataObject like User or UserGroup. Not all fixed fields can be used on all classes inheriting from DataObject. FixedField is used in DataObjectViews and in DataObjectFilters.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public enum FixedField
Members
  Member nameValueDescription
NotSet0
CreateTime1
CreatedBy2
ChangeTime3
ChangedBy4
DeleteTime5
DeletedBy6
System7
Number8
Type9
Deleted10
UserName11
MemberCount12
Id13
UId23
TreePath14
ActivityState15
ProcessState16
Acceptance17
Culture18
TimeZoneId19
WorkWeekId20
LangId21
AuthLevel22
Assignee24
Template25
PercentComplete27
LockTarget28 Obsolete.
TargetType29
Target30
Owner31
Files32
Process33
ActivityType34
Form35
Inactive36
ActiveTime37
CompleteTime38
Password39
DisplayName40
ActPctComplete41
ActiveActivities42
Locked43 Obsolete.
FirstActiveTime45
ActivityAbsDuration46
ActivityDuration47
ProcessAbsDuration48
ProcessDuration49
ActiveAssignees50
ReferencePath151
ReferencePath252
ReferencePath353
ReferencePath454
ReferencePath555
TreeChildren56 TreeChildren returns all direct and inddirect children in the Tree Structure. Only valid for ReferencePath searches.
TreeParent57 TreeParent returns the parent in the tree structure
ViewId58 used in data object surveys
See Also