Click or drag to resize

SetPropertyValue Methods

The SetPropertyValue type exposes the following members.

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