Click or drag to resize

IEntityArchiveDescriptor<TEntity>.CreateEntity Method

Creates a new entity with the given identifier.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
TEntity CreateEntity(
	TransactionContext context,
	Object entityIdentifier
)

Parameters

context
Type: AGI.Foundation.TransactionContext
The context in which to create the entity.
entityIdentifier
Type: System.Object
The identifier of the new entity.

Return Value

Type: TEntity
The new entity.
See Also