Class
TypeCacheData

Represents a cache repository for properties of a type.

Definition

Namespace:Telerik.Windows.Persistence.Core

Assembly:Telerik.Windows.PersistenceFramework.dll

Syntax:

cs-api-definition
public class TypeCacheData

Inheritance: objectTypeCacheData

Constructors

TypeCacheData()

Declaration

cs-api-definition
public TypeCacheData()

Properties

CachedProperties

Gets or sets the properties of a type.

Declaration

cs-api-definition
public PropertyInfo[] CachedProperties { get; set; }

Property Value

PropertyInfo[]