Class
DefaultTypeConverterProvider

The default type converter provider.

Definition

Namespace:Telerik.Windows.Persistence.Services

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public class DefaultTypeConverterProvider : ITypeConverterProvider, IPersistenceProvider

Inheritance: objectDefaultTypeConverterProvider

Implements: IPersistenceProviderITypeConverterProvider

Constructors

DefaultTypeConverterProvider(Type)

Initializes a new instance of the DefaultTypeConverterProvider class.

Declaration

cs-api-definition
public DefaultTypeConverterProvider(Type ownerType)

Parameters

ownerType

Type

Type of the owner.

Methods

GetTypeConverterType()

Gets the type of the type converter.

Declaration

cs-api-definition
public Type GetTypeConverterType()

Returns

Type

Implements ITypeConverterProvider.GetTypeConverterType()