DataObjectVersionSetProperty Methods |
The DataObjectVersionSetProperty type exposes the following members.
Name | Description | |
---|---|---|
![]() | CheckAndAddValue |
Adds a value for the property.
If the value has already been added then nothing happens.
|
![]() | ClearValue | (Inherited from DataObjectVersionProperty.) |
![]() | ClearValues | |
![]() | Clone |
The Clone metode is mainly for DataObjectVersion.Clone
and for the DataObject.AddVersion metodes.
(Overrides DataObjectVersionPropertyClone.) |
![]() | 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 the (first) SetPropertyValue object
(Overrides DataObjectVersionPropertyGetValue.) |
![]() | HasAValue |
Does the property have a value?
(Overrides DataObjectVersionPropertyHasAValue(Boolean).) |
![]() | IsEqualTo |
Compares to DataObjectVersionProperty objects based on the ID's of the SetPropertyValue objects
(Overrides DataObjectVersionPropertyIsEqualTo(DataObjectVersionProperty).) |
![]() | IsValuePropertyWithLog |
Returns true if its a text property with log
(Inherited from DataObjectVersionProperty.) |
![]() | SetValue |
Sets the value of the property.
An exception is raised if the value is not a SetPropertyValue object or null.
(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) |
Returns string representation of the object.
(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.) |