ModelingEnumerationConverter Methods

Include Protected Members
Include Inherited Members

The ModelingEnumerationConverter type exposes the following members.

Methods

 

Name

Description

Public method

CanConvertFrom

Overloaded. Indicates whether this converter can convert an object of one type to the type of this converter.

Public method

CanConvertTo

Overloaded. Indicates whether this converter can convert the domain enumeration object to the specified type.

Public method

ConvertFrom

Overloaded. Converts a value to a domain enumeration object.

Public method

ConvertFromInvariantString

Overloaded. Converts the value to a type of this converter, using the invariant culture.

Public method

ConvertFromString

Overloaded. Converts the specified text to an object.

Public method

ConvertTo

Overloaded. Converts the domain enumeration object to the specified type.

Public method

ConvertToInvariantString

Overloaded. Converts the specified value to a culture-invariant string representation.

Public method

ConvertToString

Overloaded. Converts the specified value to a string representation.

Public method

CreateInstance

Overloaded. Re-creates an Object given a set of property values for the object.

Public method

Equals

Determines whether the specified Object is equal to the current Object. (Inherited from Object.)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Protected method

GetConvertFromException

Returns an exception to throw when a conversion cannot be performed. (Inherited from TypeConverter.)

Protected method

GetConvertToException

Returns an exception to throw when a conversion cannot be performed. (Inherited from TypeConverter.)

Public method

GetCreateInstanceSupported

Overloaded. Returns whether changing a value on this object requires a call to the CreateInstance method to create a new value.

Public method

GetHashCode

Serves as a hash function for a particular type. (Inherited from Object.)

Public method

GetProperties

Overloaded. Returns a collection of properties for the type of array specified by the value parameter.

Public method

GetPropertiesSupported

Overloaded. Returns whether this object supports properties.

Public method

GetStandardValues

Overloaded. Returns a collection of standard values for the data type this type converter is designed for.

Public method

GetStandardValuesExclusive

Overloaded. Indicates whether the collection of standard values returned from the GetStandardValues method is an exclusive list.

Public method

GetStandardValuesSupported

Overloaded. Indicates whether this object supports a standard set of values that can be picked from a list.

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Public method

IsValid

Overloaded. Returns whether the given value object is valid for this type.

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Protected method

SortProperties

Sorts a collection of properties. (Inherited from TypeConverter.)

Public method

ToString

Returns a string that represents the current object. (Inherited from Object.)

Top

See Also

Reference

ModelingEnumerationConverter Class

Microsoft.VisualStudio.Modeling.Design Namespace