Click or drag to resize

CodeMethodSaveOptions Class

Inheritance Hierarchy
SystemObject
  Omada.OE.ModelCodeMethodSaveOptions

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

The CodeMethodSaveOptions type exposes the following members.

Constructors
  NameDescription
Public methodCodeMethodSaveOptions
Top
Properties
  NameDescription
Public propertySkipMethod
Should saving of the method itself be skipped? Note that the api may save it anyway if it determines that it is required.
Public propertySkipParameters
Should saving of the parameters be skipped? Note that the api may save them anyway if it determines that it is required.
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