Share via


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.

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public Class LocalizableTypeConverter _
    Inherits TypeConverter
'Usage
Dim instance As LocalizableTypeConverter
public class LocalizableTypeConverter : TypeConverter
public ref class LocalizableTypeConverter : public TypeConverter
type LocalizableTypeConverter =  
    class
        inherit TypeConverter
    end
public class LocalizableTypeConverter extends TypeConverter

The LocalizableTypeConverter type exposes the following members.

Constructors

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

Top

Methods

  Name Description
Public method CanConvertFrom(Type) (Inherited from TypeConverter.)
Public method CanConvertFrom(ITypeDescriptorContext, Type) (Inherited from TypeConverter.)
Public method CanConvertTo(Type) (Inherited from TypeConverter.)
Public method CanConvertTo(ITypeDescriptorContext, Type) (Inherited from TypeConverter.)
Public method ConvertFrom(Object) (Inherited from TypeConverter.)
Public method ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) (Inherited from TypeConverter.)
Public method ConvertFromInvariantString(String) (Inherited from TypeConverter.)
Public method ConvertFromInvariantString(ITypeDescriptorContext, String) (Inherited from TypeConverter.)
Public method ConvertFromString(String) (Inherited from TypeConverter.)
Public method ConvertFromString(ITypeDescriptorContext, String) (Inherited from TypeConverter.)
Public method ConvertFromString(ITypeDescriptorContext, CultureInfo, String) (Inherited from TypeConverter.)
Public method ConvertTo(Object, Type) (Inherited from TypeConverter.)
Public method ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) (Inherited from TypeConverter.)
Public method ConvertToInvariantString(Object) (Inherited from TypeConverter.)
Public method ConvertToInvariantString(ITypeDescriptorContext, Object) (Inherited from TypeConverter.)
Public method ConvertToString(Object) (Inherited from TypeConverter.)
Public method ConvertToString(ITypeDescriptorContext, Object) (Inherited from TypeConverter.)
Public method ConvertToString(ITypeDescriptorContext, CultureInfo, Object) (Inherited from TypeConverter.)
Public method CreateInstance(IDictionary) (Inherited from TypeConverter.)
Public method CreateInstance(ITypeDescriptorContext, IDictionary) (Inherited from TypeConverter.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Protected method GetConvertFromException (Inherited from TypeConverter.)
Protected method GetConvertToException (Inherited from TypeConverter.)
Public method GetCreateInstanceSupported() (Inherited from TypeConverter.)
Public method GetCreateInstanceSupported(ITypeDescriptorContext) (Inherited from TypeConverter.)
Public method GetHashCode (Inherited from Object.)
Public method GetProperties(Object) (Inherited from TypeConverter.)
Public method GetProperties(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.
Public method GetProperties(ITypeDescriptorContext, Object) (Inherited from TypeConverter.)
Public method GetProperties(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[]).)
Public method GetPropertiesSupported() (Inherited from TypeConverter.)
Public method GetPropertiesSupported(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).)
Public method GetStandardValues() (Inherited from TypeConverter.)
Public method GetStandardValues(ITypeDescriptorContext) (Inherited from TypeConverter.)
Public method GetStandardValuesExclusive() (Inherited from TypeConverter.)
Public method GetStandardValuesExclusive(ITypeDescriptorContext) (Inherited from TypeConverter.)
Public method GetStandardValuesSupported() (Inherited from TypeConverter.)
Public method GetStandardValuesSupported(ITypeDescriptorContext) (Inherited from TypeConverter.)
Public method GetType (Inherited from Object.)
Public method GetTypeMemberDescriptor Gets the member information for the specified type. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method IsValid(Object) (Inherited from TypeConverter.)
Public method IsValid(ITypeDescriptorContext, Object) (Inherited from TypeConverter.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method SortProperties (Inherited from TypeConverter.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

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