Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public TransactedProperty(
	TransactionContext context,
	Object owner
)

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