CustomPropertyValue Methods |
The CustomPropertyValue type exposes the following members.
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 | |
---|---|---|
![]() | 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.) |