TransactedProperty<T> Constructor |
Name | Description | |
---|---|---|
![]() | TransactedProperty<T>(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.
|
![]() | TransactedProperty<T>(TransactionContext, Object, T) |
Initializes a new property with a specified context, owner, and value.
|