SurveyObjectFilterExpression Class |
Namespace: Omada.OE.Model
public class SurveyObjectFilterExpression
The SurveyObjectFilterExpression type exposes the following members.
Name | Description | |
---|---|---|
![]() | LeftProperty |
Left property can be null
|
![]() | LeftPropertySystemName |
System name of a property. FixedFields are NOT supported
|
![]() | Operator |
Inner operator
|
![]() | Value |
What can be assigned depends on the left side.
Below is listed what data types are allowed depending on the left side.
Value can't be null.
Value property - Text: string
Value property - Integer: int
Value property - DateTime: DateTime
Value property - Decimal: double
Value property - Boolean: bool
Value property - TimeSpan: TimeSpan
Set property: int, IEnumerable[int] or textual representation of value (in english)
Reference property: int or IEnumerable[int] or textual representation of value (in english)
|
Name | Description | |
---|---|---|
![]() | ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) |
![]() | ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) |
![]() | ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |