Table of contents
CompositeKeyAttribute API Document
Defines that the target property is a composite key for the scope class
Constructors
CompositeKeyAttribute()
Initializes a new instance of the Castle.ActiveRecord.CompositeKeyAttribute class.
Properties
| Name | Type | Description |
|---|---|---|
| UnsavedValue | String | Gets or sets the unsaved value. |
| 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. |