Click or drag to resize

ViewSaveOptions Class

Inheritance Hierarchy
SystemObject
  Omada.OE.ModelViewSaveOptions

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

The ViewSaveOptions type exposes the following members.

Constructors
  NameDescription
Public methodViewSaveOptions
Top
Properties
  NameDescription
Public propertyStatic memberAllOff
Public propertyDeleteFilterExpressions
Only used for a DataObjectView. All view filter expressions will be removed from a view filter if this flag is set to true. Default value is false.
Public propertySaveFilter
Public propertySaveFilterExpressions
Public propertySaveForms
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