EnumToDisplayNameConverter Class

 

Represents an enumerator to display name converter.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)


public ref class EnumToDisplayNameConverter abstract : EnumConverter

NameDescription
System_CAPS_protmethodEnumToDisplayNameConverter(Type^)

Initializes a new instance of the EnumToDisplayNameConverter class with a specified type.

NameDescription
System_CAPS_protpropertyComparer

(Inherited from EnumConverter.)

System_CAPS_protpropertyEnumType

(Inherited from EnumConverter.)

System_CAPS_protpropertyValues

(Inherited from EnumConverter.)

NameDescription
System_CAPS_pubmethodCanConvertFrom(ITypeDescriptorContext^, Type^)

Returns whether this converter can convert an object of the given type to the type of this converter, using the specified context.(Overrides EnumConverter::CanConvertFrom(ITypeDescriptorContext^, Type^).)

System_CAPS_pubmethodCanConvertFrom(Type^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodCanConvertTo(ITypeDescriptorContext^, Type^)

(Inherited from EnumConverter.)

System_CAPS_pubmethodCanConvertTo(Type^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertFrom(ITypeDescriptorContext^, CultureInfo^, Object^)

Converts the given object to the type of this converter, using the specified context and culture information.(Overrides EnumConverter::ConvertFrom(ITypeDescriptorContext^, CultureInfo^, Object^).)

System_CAPS_pubmethodConvertFrom(Object^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertFromInvariantString(ITypeDescriptorContext^, String^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertFromInvariantString(String^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertFromString(ITypeDescriptorContext^, CultureInfo^, String^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertFromString(ITypeDescriptorContext^, String^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertFromString(String^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertTo(ITypeDescriptorContext^, CultureInfo^, Object^, Type^)

Converts the given value object to the specified type, using the specified context and culture information.(Overrides EnumConverter::ConvertTo(ITypeDescriptorContext^, CultureInfo^, Object^, Type^).)

System_CAPS_pubmethodConvertTo(Object^, Type^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertToInvariantString(ITypeDescriptorContext^, Object^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertToInvariantString(Object^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertToString(ITypeDescriptorContext^, CultureInfo^, Object^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertToString(ITypeDescriptorContext^, Object^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertToString(Object^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodCreateInstance(IDictionary^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodCreateInstance(ITypeDescriptorContext^, IDictionary^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_protmethodGetConvertFromException(Object^)

(Inherited from TypeConverter.)

System_CAPS_protmethodGetConvertToException(Object^, Type^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodGetCreateInstanceSupported()

(Inherited from TypeConverter.)

System_CAPS_pubmethodGetCreateInstanceSupported(ITypeDescriptorContext^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetProperties(ITypeDescriptorContext^, Object^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodGetProperties(ITypeDescriptorContext^, Object^, array<Attribute^>^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodGetProperties(Object^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodGetPropertiesSupported()

(Inherited from TypeConverter.)

System_CAPS_pubmethodGetPropertiesSupported(ITypeDescriptorContext^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodGetStandardValues()

(Inherited from TypeConverter.)

System_CAPS_pubmethodGetStandardValues(ITypeDescriptorContext^)

(Inherited from EnumConverter.)

System_CAPS_pubmethodGetStandardValuesExclusive()

(Inherited from TypeConverter.)

System_CAPS_pubmethodGetStandardValuesExclusive(ITypeDescriptorContext^)

(Inherited from EnumConverter.)

System_CAPS_pubmethodGetStandardValuesSupported()

(Inherited from TypeConverter.)

System_CAPS_pubmethodGetStandardValuesSupported(ITypeDescriptorContext^)

(Inherited from EnumConverter.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsValid(ITypeDescriptorContext^, Object^)

(Inherited from EnumConverter.)

System_CAPS_pubmethodIsValid(Object^)

(Inherited from TypeConverter.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodSortProperties(PropertyDescriptorCollection^, array<String^>^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: