NDoc 1.3.1 SDK

EnumDescriptionConverter Members

EnumDescriptionConverter overview

Public Static (Shared) Methods

GetEnumDescriptionOverloaded. Gets the Description of the given Enumeration value
GetEnumValue Gets the value of an Enum, based on it's Description Attribute or named value

Public Instance Constructors

EnumDescriptionConverter Constructor Constructs EnumDescriptionConverter for a given Enum

Public Instance Methods

CanConvertFrom (inherited from EnumConverter)Overloaded.  
CanConvertFrom (inherited from TypeConverter)Overloaded. Returns whether this converter can convert an object of the given type to the type of this converter.
CanConvertTo (inherited from EnumConverter)Overloaded.  
CanConvertTo (inherited from TypeConverter)Overloaded. Returns whether this converter can convert the object to the specified type.
ConvertFromOverloaded. Converts the given object to the type of this converter, using the specified context and culture information. This member overrides ConvertFrom.
ConvertFrom (inherited from TypeConverter)Overloaded. Converts the given value to the type of this converter.
ConvertFromInvariantString (inherited from TypeConverter)Overloaded. Converts the given string to the type of this converter, using the invariant culture.
ConvertFromString (inherited from TypeConverter)Overloaded. Converts the specified text to an object.
ConvertToOverloaded. Converts the given value object to the specified type, using the specified context and culture information. This member overrides ConvertTo.
ConvertTo (inherited from TypeConverter)Overloaded. Converts the given value object to the specified type, using the arguments.
ConvertToInvariantString (inherited from TypeConverter)Overloaded. Converts the specified value to a culture-invariant string representation.
ConvertToString (inherited from TypeConverter)Overloaded. Converts the specified value to a string representation.
CreateInstance (inherited from TypeConverter)Overloaded. Creates an instance of the Type that this TypeConverter is associated with, using the specified context, given a set of property values for the object.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetCreateInstanceSupported (inherited from TypeConverter)Overloaded. Returns whether changing a value on this object requires a call to CreateInstance to create a new value, using the specified context.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetProperties (inherited from TypeConverter)Overloaded. Returns a collection of properties for the type of array specified by the value parameter, using the specified context and attributes.
GetPropertiesSupported (inherited from TypeConverter)Overloaded. Returns whether this object supports properties, using the specified context.
GetStandardValues (inherited from EnumConverter)Overloaded.  
GetStandardValues (inherited from TypeConverter)Overloaded. Returns a collection of standard values from the default context for the data type this type converter is designed for.
GetStandardValuesExclusive (inherited from EnumConverter)Overloaded.  
GetStandardValuesExclusive (inherited from TypeConverter)Overloaded. Returns whether the collection of standard values returned from GetStandardValues is an exclusive list.
GetStandardValuesSupported (inherited from EnumConverter)Overloaded.  
GetStandardValuesSupported (inherited from TypeConverter)Overloaded. Returns whether this object supports a standard set of values that can be picked from a list.
GetType (inherited from Object) Gets the Type of the current instance.
IsValid (inherited from EnumConverter)Overloaded.  
IsValid (inherited from TypeConverter)Overloaded. Returns whether the given value object is valid for this type.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Properties

Comparer (inherited from EnumConverter) Gets an IComparer that can be used to sort the values of the enumeration.
EnumType (inherited from EnumConverter) 
Values (inherited from EnumConverter) 

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
GetConvertFromException (inherited from TypeConverter) Returns an exception to throw when a conversion cannot be performed.
GetConvertToException (inherited from TypeConverter) Returns an exception to throw when a conversion cannot be performed.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.
SortProperties (inherited from TypeConverter) Sorts a collection of properties.

See Also

EnumDescriptionConverter Class | NDoc.Core.PropertyGridUI Namespace