Home

Castle Stronghold

VersionAttribute API Document

This attribute is used to specify that a property is the versioning property of the class

Constructors

VersionAttribute()

Initializes a new instance of the Castle.ActiveRecord.VersionAttribute class.

VersionAttribute(String column)

Initializes a new instance of the Castle.ActiveRecord.VersionAttribute class.

ParameterDescription
column The column.

Properties

NameTypeDescription
ColumnString Gets or sets the column name
TypeString Gets or sets the type of the column (should be an integer of some type)
UnsavedValueString Gets or sets the unsaved value for this column
AccessPropertyAccess Gets or sets the access strategy for this property
CustomAccessString Gets or sets the custom access strategy
AccessStringString Gets the access strategy string for NHibernate's mapping.

Google
Search WWW Search castleproject.org