TransactedPropertyT Constructor |
Name | Description | |
---|---|---|
TransactedPropertyT(TransactionContext, Object) |
Initializes a new property with a specified context and owner.
The value of the property will be the default value for the type T.
| |
TransactedPropertyT(TransactionContext, Object, T) |
Initializes a new property with a specified context, owner, and value.
|