Home

Castle Stronghold

TransactionAttribute API Document

Indicates the transaction support for a method.

Constructors

TransactionAttribute()

Declares unspecified values for transaction and isolation, which means that the transaction manager will use the default values for them

TransactionAttribute(TransactionMode transactionMode)

Declares the transaction mode, but omits the isolation, which means that the transaction manager should use the default value for it.

ParameterDescription
transactionMode

TransactionAttribute(TransactionMode transactionMode, IsolationMode isolationMode)

Declares both the transaction mode and isolation desired for this method. The transaction manager should obey the declaration.

ParameterDescription
transactionMode
isolationMode

Properties

NameTypeDescription
TransactionModeTransactionMode Returns the Castle.Services.Transaction.TransactionAttribute.TransactionMode
IsolationModeIsolationMode Returns the Castle.Services.Transaction.TransactionAttribute.IsolationMode

Google
Search WWW Search castleproject.org