TransactedPropertyT Constructor (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.
Namespace:
AGI.Foundation.Infrastructure.Threading
Assembly:
AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public TransactedProperty(
TransactionContext context,
Object owner
)
Public Sub New (
context As TransactionContext,
owner As Object
)
public:
TransactedProperty(
TransactionContext^ context,
Object^ owner
)
new :
context : TransactionContext *
owner : Object -> TransactedProperty
Parameters
- context
- Type: AGI.FoundationTransactionContext
The context in which this property can be read and modified. - owner
- Type: SystemObject
The object that owns this property.
See Also