DataObjectVersionValueProperty Methods |
The DataObjectVersionValueProperty type exposes the following members.
Name | Description | |
---|---|---|
![]() | ClearValue | (Inherited from DataObjectVersionProperty.) |
![]() | Clone |
Memberwise clone of the object
(Overrides DataObjectVersionPropertyClone.) |
![]() | GetFormatter |
Returnes value property formatter depending on property data type
|
![]() | GetProperty |
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.) |
![]() | GetValue |
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.) |
![]() | HasAValue | (Overrides DataObjectVersionPropertyHasAValue(Boolean).) |
![]() | IsEqualTo |
Compares to DataObjectVersionProperty objects
(Overrides DataObjectVersionPropertyIsEqualTo(DataObjectVersionProperty).) |
![]() | IsTextPropertyWithLog |
Returns true of the property is a text property with log.
|
![]() | IsValuePropertyWithLog | (Overrides DataObjectVersionPropertyIsValuePropertyWithLog.) |
![]() | SetValue |
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).) |
![]() | ToString |
Returns textual representation of the object
(Inherited from DataObjectVersionProperty.) |
![]() | ToString(String) |
Virtual method to return textual representation of the object
(Inherited from DataObjectVersionProperty.) |
![]() | ToString(String, Boolean) |
Virtual method to return textual representation of the obect
(Inherited from DataObjectVersionProperty.) |
![]() | ToString(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).) |
Name | Description | |
---|---|---|
![]() | ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) |
![]() | ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) |
![]() | ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |
Name | Description | |
---|---|---|
![]() ![]() | IObjectWithGuid.GetGuid | (Inherited from DataObjectVersionProperty.) |
![]() ![]() | IObjectWithId.GetId | (Inherited from DataObjectVersionProperty.) |