Click or drag to resize

DataObjectVersionProperty Methods

The DataObjectVersionProperty type exposes the following members.

Methods
  NameDescription
Public methodClearValue
Public methodClone
Abstract method to clone the object
Public methodGetProperty
Returns the poperty object from the static cache based on PropertyId attribute The Property object is not embedded into the class because it will increase the size of the object graph during serialization/remoting
Protected methodGetValue
Abstract method to get a property value of any type
Public methodStatic memberGetVersionProperty
Protected methodHasAValue
Does the property have a value?
Public methodIsEqualTo
Abstract method to compare two DataObjectVersionProperty objects
Public methodIsValuePropertyWithLog
Returns true if its a text property with log
Protected methodSetValue
Abstract method to set a property value of any type
Public methodToString
Returns textual representation of the object
(Overrides ObjectToString.)
Public methodToString(String)
Virtual method to return textual representation of the object
Public methodToString(String, Boolean)
Virtual method to return textual representation of the obect
Public methodToString(AppFormatInfo, Boolean)
Abstract method to return textual representation of the object
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