RefPropertyAttribValue Class |
Namespace: Omada.OE.Model
[SerializableAttribute] public abstract class RefPropertyAttribValue : ICloneable, IObjectWithId
The RefPropertyAttribValue type exposes the following members.
Name | Description | |
---|---|---|
![]() | RefPropertyAttribValue |
Construct the object with the attribute property ID.
|
Name | Description | |
---|---|---|
![]() | Deleted |
If true, the reference property value has been deleted
|
![]() | PropertyId |
The attribute property.
|
![]() | PropertyName |
System name of the attribute property.
|
![]() | Value |
Based on the type and datatype of the attribute property Value contains either a:
string, int, datetime, double, bool, timespan or a SetPropertyValue object.
Value can also be null.
|
Name | Description | |
---|---|---|
![]() | Clone |
Abstract method to clone the object
|
![]() | GetProperty |
Returns the property object from the static class based on the property ID.
The Property object is not embedded into the class because it will
increase the size of the object graph during serialization/remoting
|
![]() | GetValue |
Abstract method for returning the attribute value
|
![]() | IsEqualTo |
Abstract method to compare two objects
|
![]() | SetValue |
Abstract method for setting the attribute value
|
![]() | ToString |
Returns string represenation of the object
(Overrides ObjectToString.) |
![]() | ToString(String) |
Returns string represenation of the object
|
![]() | ToString(String, Boolean) |
Returns string represenation of the object
|
![]() | ToString(AppFormatInfo, Boolean) |
Returns string represenation of the object
|
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 | |
---|---|---|
![]() ![]() | IObjectWithId.GetId |