Click or drag to resize

PropertySaveOptions Class

Inheritance Hierarchy
SystemObject
  Omada.OE.ModelPropertySaveOptions

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

The PropertySaveOptions type exposes the following members.

Constructors
  NameDescription
Public methodPropertySaveOptions
Top
Properties
  NameDescription
Public propertyReferenceViewFilterTypes
Only applicable for ReferenceProperty objects and only if the property is new. Specifies one or more Data Object Type ids that the lookup view will filter on.
Public propertySaveAttributes
Only applicable if the property is a reference properties.
Public propertySaveProperty
Public propertySavePropertyValues
Only applicable for SetProperty objects.
Public propertySaveReferenceView
Only applicable for ReferenceProperty objects and only if the property is new.
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