Table of contents
BaseAttribute API Document
Implement common properties shared by some attributes
Constructors
BaseAttribute()
Initializes a new instance of the Castle.ActiveRecord.BaseAttribute class.
Properties
| Name | Type | Description |
|---|---|---|
| Cache | CacheEnum | Gets or sets the cache strategy to use for this property |
| Access | PropertyAccess | Gets or sets the access strategy for this property |
| CustomAccess | String | Gets or sets the custom access strategy |
| AccessString | String | Gets the access strategy string for NHibernate's mapping. |