Table of contents
WithAccessAttribute API Document
Base class that allows specifying an access strategy to get/set the value for an object' property.
Constructors
WithAccessAttribute()
Initializes a new instance of the Castle.ActiveRecord.WithAccessAttribute class.
Properties
| Name | Type | Description |
|---|---|---|
| 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. |