Click or drag to resize

EntitySetTEntityAdd Method

Adds 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 void Add(
	Transaction transaction,
	TEntity entity
)

Parameters

transaction
Type: AGI.FoundationTransaction
The transaction in which to add the entity.
entity
Type: TEntity
The entity to add.
See Also