Class ValueProviderAttribute
Attribute for defining a serialization provider.
Inheritance
System.Object
ValueProviderAttribute
Namespace: Telerik.Windows.Persistence.Services
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class ValueProviderAttribute : Attribute
Constructors
ValueProviderAttribute(Type)
Initializes a new instance of the ValueProviderAttribute class.
Declaration
public ValueProviderAttribute(Type valueProviderType)
Parameters
System.Type
valueProviderType
The type of the value provider. |
Properties
ValueProviderType
Gets or sets the type of the value provider.
Declaration
public Type ValueProviderType { get; }
Property Value
System.Type
|