Click or drag to resize

DataObjectFilterExpressionRightValue Property

What can be assigned depends on the left side. Below is listed what data types are allowed depending on the left side. A null value can always be assigned.

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 or IEnumerable[int] Reference property: int or IEnumerable[int] CreateTime: DateTime ChangeTime: DateTime DeleteTime: DateTime ActiveTime: DateTime CompleteTime: DateTime FirstActiveTime: DateTime CreatedBy: int or IEnumerable[int] ChangedBy: int or IEnumerable[int] DeletedBy: int or IEnumerable[int] Number: int Type: int ActivityState: int or IEnumerable[int] ProcessState: int or IEnumerable[int] Acceptance: int or IEnumerable[int] ActPctComplete: int Id: int UserName: string DisplayName: string Template: bool ActivityAbsDuration: TimeSpan ActivityDuration: TimeSpan ProcessAbsDuration: TimeSpan ProcessDuration: TimeSpan

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public Object RightValue { set; }

Property Value

Type: Object
See Also