Click or drag to resize

CriteriaScreenOptions Class

Inheritance Hierarchy
SystemObject
  Omada.OE.ModelCriteriaScreenOptions

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class CriteriaScreenOptions : ICloneable

The CriteriaScreenOptions type exposes the following members.

Constructors
  NameDescription
Public methodCriteriaScreenOptions
Top
Methods
  NameDescription
Public methodClone
Top
Fields
  NameDescription
Public fieldHideSearchField
Indicates whether the search field will be hidden in the criteria screen.
Public fieldHideStandardFields
Indicates whether the standard fields will be hidden in the criteria screen: - Number from / to - Created after / before - Changed after / before
Public fieldPropertyIds
Contains ids of the properties to be displayed in the criteria screen. The properties will appear in the same order in the screen as in the collection. The following property types are supported: - Reference properties - Set properties - Value proeprties of data type 'text'
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