Click or drag to resize

FilterDashboardItem Class

Dashboard filter item menu
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelFilterDashboardItem

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

The FilterDashboardItem type exposes the following members.

Constructors
  NameDescription
Public methodFilterDashboardItem
Top
Properties
  NameDescription
Public propertyFilterKey
Gets or sets the key of the filter.
Public propertyFilterName
Gets or sets the name of the filter.
Public propertyFilterPrivate
Gets or sets if the filter is private.
Top
Methods
  NameDescription
Public methodClone
Returns a copy of the object
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