Class DefaultTypeConverterProvider
The default type converter provider.
Inheritance
System.Object
DefaultTypeConverterProvider
Namespace: Telerik.Windows.Persistence.Services
Assembly: Telerik.Windows.Controls.dll
Syntax
public class DefaultTypeConverterProvider : Object, ITypeConverterProvider, IPersistenceProvider
Constructors
DefaultTypeConverterProvider(Type)
Initializes a new instance of the DefaultTypeConverterProvider class.
Declaration
public DefaultTypeConverterProvider(Type ownerType)
Parameters
System.Type
ownerType
Type of the owner. |
Methods
GetTypeConverterType()
Gets the type of the type converter.
Declaration
public Type GetTypeConverterType()
Returns
System.Type
|