Click or drag to resize

EntityTransactedPropertyGetterTEntity, T Delegate

Represents a method to get a transacted property on an entity.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public delegate TransactedProperty<T> EntityTransactedPropertyGetter<TEntity, T>(
	TEntity entity
)

Parameters

entity
Type: TEntity
The entity on which to get the transacted property.

Type Parameters

TEntity
The type of the entity.
T
The type of the transacted property.

Return Value

Type: TransactedPropertyT
A TransactedPropertyT.
See Also