InterfaceIPropertyProvider
Interface
Represents a property provider.
Definition
Namespace:Telerik.Windows.Persistence.Services
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
public interface IPropertyProvider : IPersistenceProvider
Methods
GetProperties()
Gets the properties that will be persisted.
Declaration
cs-api-definition
PropertyInfo[] GetProperties()
Returns
Returns an array with the properties to be persisted.