Click or drag to resize

DataObjectVersionValueProperty Methods

The DataObjectVersionValueProperty type exposes the following members.

Methods
  NameDescription
Public methodClearValue (Inherited from DataObjectVersionProperty.)
Public methodClone
Memberwise clone of the object
(Overrides DataObjectVersionPropertyClone.)
Public methodGetFormatter
Returnes value property formatter depending on property data type
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 one of the following (depending on the datatype of the value property): Data type 'Text' : string Data type 'Integer' : int Data type 'DateTime' : DateTime Data type 'Decimal' : double Data type 'Boolean' : bool Data type 'Hyperlink' : string Data type 'TimeSpan' : TimeSpan Data type 'MultiLangText' : string (the value in the identity user's language)
(Overrides DataObjectVersionPropertyGetValue.)
Protected methodHasAValue (Overrides DataObjectVersionPropertyHasAValue(Boolean).)
Public methodIsEqualTo
Compares to DataObjectVersionProperty objects
(Overrides DataObjectVersionPropertyIsEqualTo(DataObjectVersionProperty).)
Public methodIsTextPropertyWithLog
Returns true of the property is a text property with log.
Public methodIsValuePropertyWithLog (Overrides DataObjectVersionPropertyIsValuePropertyWithLog.)
Protected methodSetValue
Sets the value of the value property. An exception is raised if the value is of the wrong system datatype. (depending of the property's datatype different system datatypes are accepted). Likewise, an exception is raised if the value can't be parsed successfully.
(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)
When the property is with log, this method only returns the text value from the current version (and not the entire log)
(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