Click or drag to resize

CustomPropertyValue Methods

The CustomPropertyValue type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateDateValue
Creates a new CustomPropertyValue with date value.
Public methodEquals(Object)
Determines whether the specified Object, is equal to this instance.
(Overrides ObjectEquals(Object).)
Public methodEquals(CustomPropertyValue)
Indicates whether the current object is equal to another object of the same type.
Public methodStatic memberFromInvariantString
Creates a custom property value from invariant string. See ToInvariantString.
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodToInvariantString
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.
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Public methodToString(String, IFormatProvider)
Returns a String that represents this instance.
Top
Extension Methods
  NameDescription
Public Extension MethodGetDescriptionOrDefault
Gets the description or default if the propertyValue is null.
(Defined by CustomPropertyValueExtensions.)
Public Extension MethodGetValueIdOrDefault
Gets the value Id or default if the propertyValue is null.
(Defined by CustomPropertyValueExtensions.)
Public Extension MethodGetValueOrDefault
Gets the value or default if the propertyValue is null.
(Defined by CustomPropertyValueExtensions.)
Top
See Also