CustomPropertyValue Class |
Namespace: Aloe.EnterpriseOne.Model.General
The CustomPropertyValue type exposes the following members.
Name | Description | |
---|---|---|
![]() | CustomPropertyValue(String) |
Initializes a new instance of the CustomPropertyValue class.
|
![]() | CustomPropertyValue(String, MultilanguageString, NullableGuid) |
Initializes a new instance of the CustomPropertyValue class.
|
Name | Description | |
---|---|---|
![]() | Description |
Gets the description of the custom property value.
|
![]() | Value |
Gets the value of the custom property value.
|
![]() | ValueAsDateTime |
Gets the value as date time.
|
![]() | ValueId |
Gets the id of the value, which is the id of the allowed value item.
|
Name | Description | |
---|---|---|
![]() ![]() | CreateDateValue |
Creates a new CustomPropertyValue with date value.
|
![]() | Equals(Object) |
Determines whether the specified Object, is equal to this instance.
(Overrides ObjectEquals(Object).) |
![]() | Equals(CustomPropertyValue) |
Indicates whether the current object is equal to another object of the same type.
|
![]() ![]() | FromInvariantString |
Creates a custom property value from invariant string. See ToInvariantString.
|
![]() | GetHashCode |
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.) |
![]() | ToInvariantString |
Returns the invariant string representation of a custom property value.
It looks like: Value/Description/ValueId.
The character '/' is escaped "//".
Can be used for serialization.
|
![]() | ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |
![]() | ToString(String, IFormatProvider) |
Returns a String that represents this instance.
|
Name | Description | |
---|---|---|
![]() ![]() | Equality(Object, CustomPropertyValue) |
Implements the operator ==.
|
![]() ![]() | Equality(AttributeValue, CustomPropertyValue) |
Implements the operator ==.
|
![]() ![]() | Equality(CustomPropertyValue, CustomPropertyValue) |
Implements the operator ==.
|
![]() ![]() | (CustomPropertyValue to String) |
Performs an explicit conversion from CustomPropertyValue to String.
|
![]() ![]() | (String to CustomPropertyValue) |
Performs an implicit conversion from String to CustomPropertyValue.
|
![]() ![]() | Inequality(Object, CustomPropertyValue) |
Implements the operator !=.
|
![]() ![]() | Inequality(AttributeValue, CustomPropertyValue) |
Implements the operator !=.
|
![]() ![]() | Inequality(CustomPropertyValue, CustomPropertyValue) |
Implements the operator !=.
|
Name | Description | |
---|---|---|
![]() | GetDescriptionOrDefault |
Gets the description or default if the propertyValue is null.
(Defined by CustomPropertyValueExtensions.) |
![]() | GetValueIdOrDefault |
Gets the value Id or default if the propertyValue is null.
(Defined by CustomPropertyValueExtensions.) |
![]() | GetValueOrDefault |
Gets the value or default if the propertyValue is null.
(Defined by CustomPropertyValueExtensions.) |