Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Provides a type converter that converts between values of domain enumerations and text.
The ModelingEnumerationConverter type exposes the following members.
Constructors
Name
Description
Initializes a new instance of the ModelingEnumerationConverter class for the specified domain property.
Top
Methods
Name
Description
Overloaded. Indicates whether this converter can convert an object of one type to the type of this converter.
Overloaded. Indicates whether this converter can convert the domain enumeration object to the specified type.
Overloaded. Converts a value to a domain enumeration object.
Overloaded. Converts the value to a type of this converter, using the invariant culture.
Overloaded. Converts the specified text to an object.
Overloaded. Converts the domain enumeration object to the specified type.
Overloaded. Converts the specified value to a culture-invariant string representation.
Overloaded. Converts the specified value to a string representation.
Overloaded. Re-creates an Object given a set of property values for the object.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Returns an exception to throw when a conversion cannot be performed. (Inherited from TypeConverter.)
Returns an exception to throw when a conversion cannot be performed. (Inherited from TypeConverter.)
Overloaded. Returns whether changing a value on this object requires a call to the CreateInstance method to create a new value.
Serves as a hash function for a particular type. (Inherited from Object.)
Overloaded. Returns a collection of properties for the type of array specified by the value parameter.
Overloaded. Returns whether this object supports properties.
Overloaded. Returns a collection of standard values for the data type this type converter is designed for.
Overloaded. Indicates whether the collection of standard values returned from the GetStandardValues method is an exclusive list.
Overloaded. Indicates whether this object supports a standard set of values that can be picked from a list.
Gets the type of the current instance. (Inherited from Object.)
Overloaded. Returns whether the given value object is valid for this type.
Creates a shallow copy of the current Object. (Inherited from Object.)
Sorts a collection of properties. (Inherited from TypeConverter.)
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets an IComparer object that can order the values of the enumeration.
Gets a collection of the values of the constants in the enumeration.
Top