CriteriaScreenOptions Class |
Namespace: Omada.OE.Model
[SerializableAttribute] public class CriteriaScreenOptions : ICloneable
The CriteriaScreenOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | CriteriaScreenOptions |
Name | Description | |
---|---|---|
![]() | HideSearchField |
Indicates whether the search field will be hidden in the criteria screen.
|
![]() | HideStandardFields |
Indicates whether the standard fields will be hidden in the criteria screen:
- Number from / to
- Created after / before
- Changed after / before
|
![]() | PropertyIds |
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'
|
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.) |