Click or drag to resize

PropertyDescription Methods

The PropertyDescription type exposes the following members.

Methods
  NameDescription
Public methodCompareTo
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodEquals(Object)
Determines whether the specified Object is equal to this instance.
(Overrides ObjectEquals(Object).)
Public methodEquals(PropertyDescription)
Indicates whether the current object is equal to another object of the same type.
Public methodFormatForDisplay
Formats a value for display.
Public methodGetAdditionalSortByAliases
Gets additional sort by aliases properties.
Public methodStatic memberGetClrPropertyType
Gets the CLR type for a given property type.
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodGetImageReferenceForValue
Gets the image reference for a given value.
Public methodGetRelatedProperty
Gets a related property.
Public methodGetSortByAlias
Gets the sort by alias property.
Public methodGetSortDescriptionLabel
Gets the sort description label.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Public methodTryCoerceToCanonicalValue
Coerces a value to a canonical value.
Top
See Also