Click or drag to resize

SetPropertyValue Class

Inheritance Hierarchy
SystemObject
  Omada.OE.ModelSetPropertyValue

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class SetPropertyValue : ICloneable, 
	IComparable, IObjectWithId, IObjectWithGuid, IObjectWithDataVersion

The SetPropertyValue type exposes the following members.

Constructors
  NameDescription
Public methodSetPropertyValue
Top
Properties
  NameDescription
Public propertyChangedBy
Public propertyChangeTime
Public propertyCreatedBy
Public propertyCreateTime
Public propertyDataVersion
Public propertyDeleted
Public propertyDescription
Public propertyId
Public propertyManaged
Returns true if the object is in the values collection of a SetProperty object.
Public propertyName
Public propertyOwnerPropertyId
Public propertyUId
Public propertyVOrder
Top
Methods
  NameDescription
Public methodClone
Public methodCompareTo
Compates to SetPropertyValue instances
Public methodGetOwner
Returns the owner property object from the cachen based on the property ID. The property object is not embedded in the class in order to reduce the size of the object graph for remoting and serialization.
Public methodPassesFilter(SetPropertyValueFilter)
Public methodPassesFilter(SetPropertyValueFilter, SetProperty, DataCache)
The method determines whether a object can pass the filter. Property and cache are provided for performance reasons since the method is called often.
Public methodResetAll
Resets the ID of the object and other fields. The method is used to create a new PropertyValue as a copy of another object.
Public methodToString
(Overrides ObjectToString.)
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
Explicit Interface Implementations
See Also