TimestampAttribute API Document
Specify that this property is used for timestamping this entity
Constructors
TimestampAttribute()
Initializes a new instance of the Castle.ActiveRecord.TimestampAttribute class.
TimestampAttribute(String column)
Initializes a new instance of the Castle.ActiveRecord.TimestampAttribute class.
| Parameter | Description |
|---|---|
| column | The column name |
Properties
| Name | Type | Description |
|---|---|---|
| Column | String | Gets or sets the column name |
| 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. |