Click or drag to resize

DataObjectVersionReferenceProperty Methods

The DataObjectVersionReferenceProperty type exposes the following members.

Methods
  NameDescription
Public methodAddValue(ReferencePropertyValue)
Adds a new value to the collection of calues
Public methodAddValue(Int32, String)
Adds a new ReferencePropertyValue object to the collection of values
Public methodClearValue (Inherited from DataObjectVersionProperty.)
Public methodClone
The Clone metode is mainly used by DataObjectVersion.Clone and by DataObject.AddVersion metodes.
(Overrides DataObjectVersionPropertyClone.)
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
(Inherited from DataObjectVersionProperty.)
Protected methodGetValue
Returns the (first) ReferencePropertyValue object in the collection of values
(Overrides DataObjectVersionPropertyGetValue.)
Protected methodHasAValue (Overrides DataObjectVersionPropertyHasAValue(Boolean).)
Public methodIsEqualTo
Compares two DataObjectVersionReferenceProperty objects
(Overrides DataObjectVersionPropertyIsEqualTo(DataObjectVersionProperty).)
Public methodIsValuePropertyWithLog
Returns true if its a text property with log
(Inherited from DataObjectVersionProperty.)
Protected methodSetValue
Clears the existing valueid of the reference property and assigns a new.
(Overrides DataObjectVersionPropertySetValue(Object).)
Public methodToString
Returns textual representation of the object
(Inherited from DataObjectVersionProperty.)
Public methodToString(String)
Virtual method to return textual representation of the object
(Inherited from DataObjectVersionProperty.)
Public methodToString(String, Boolean)
Virtual method to return textual representation of the obect
(Inherited from DataObjectVersionProperty.)
Public methodToString(AppFormatInfo, Boolean)
Returns a string representation of the object
(Overrides DataObjectVersionPropertyToString(AppFormatInfo, Boolean).)
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