Class TypeCacheData
Represents a cache repository for properties of a type.
Inheritance
System.Object
TypeCacheData
Namespace: Telerik.Windows.Persistence.Core
Assembly: Telerik.Windows.PersistenceFramework.dll
Syntax
public class TypeCacheData : Object
Constructors
TypeCacheData()
Declaration
public TypeCacheData()
Properties
CachedProperties
Gets or sets the properties of a type.
Declaration
public PropertyInfo[] CachedProperties { get; set; }
Property Value
System.Reflection.PropertyInfo[]
|