LocalizableTypeConverter Class

 

Represents a type converter that can be used to show the properties of a class using the localized name, description, and category. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:   Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

System::Object
  System.ComponentModel::TypeConverter
    Microsoft.SqlServer.Management.Sdk.Sfc::LocalizableTypeConverter

public ref class LocalizableTypeConverter : TypeConverter

NameDescription
System_CAPS_pubmethodLocalizableTypeConverter()

Initializes a new instance of the LocalizableTypeConverter class. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

NameDescription
System_CAPS_pubmethodCanConvertFrom(ITypeDescriptorContext^, Type^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodCanConvertFrom(Type^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodCanConvertTo(ITypeDescriptorContext^, Type^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodCanConvertTo(Type^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodConvertFrom(ITypeDescriptorContext^, CultureInfo^, Object^)

(Inherited from TypeConverter.)

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^)

(Inherited from TypeConverter.)

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^>^)

Returns a collection of property descriptions for the specified object. Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Overrides TypeConverter::GetProperties(ITypeDescriptorContext^, Object^, array<Attribute^>^).)

System_CAPS_pubmethodGetProperties(Object^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodGetProperties(array<PropertyInfo^>^)

Returns a collection that contains the property descriptions for the specified list of properties. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubmethodGetPropertiesSupported()

(Inherited from TypeConverter.)

System_CAPS_pubmethodGetPropertiesSupported(ITypeDescriptorContext^)

Checks whether custom property descriptions are supported. Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Overrides TypeConverter::GetPropertiesSupported(ITypeDescriptorContext^).)

System_CAPS_pubmethodGetStandardValues()

(Inherited from TypeConverter.)

System_CAPS_pubmethodGetStandardValues(ITypeDescriptorContext^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodGetStandardValuesExclusive()

(Inherited from TypeConverter.)

System_CAPS_pubmethodGetStandardValuesExclusive(ITypeDescriptorContext^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodGetStandardValuesSupported()

(Inherited from TypeConverter.)

System_CAPS_pubmethodGetStandardValuesSupported(ITypeDescriptorContext^)

(Inherited from TypeConverter.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetTypeMemberDescriptor(Type^)

Gets the member information for the specified type. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubmethodIsValid(ITypeDescriptorContext^, Object^)

(Inherited from TypeConverter.)

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: