Click or drag to resize

SurveyObjectFilterExpression Class

Filterexpression which can be used when loading Survey objects
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelSurveyObjectFilterExpression

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public class SurveyObjectFilterExpression

The SurveyObjectFilterExpression type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyLeftProperty
Left property can be null
Public propertyLeftPropertySystemName
System name of a property. FixedFields are NOT supported
Public propertyOperator
Inner operator
Public propertyValue
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)
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also