Click or drag to resize

IEntityArchiveDescriptorTEntityCreateEntity Method

Creates a new entity with the given identifier.

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

Parameters

context
Type: AGI.FoundationTransactionContext
The context in which to create the entity.
entityIdentifier
Type: SystemObject
The identifier of the new entity.

Return Value

Type: TEntity
The new entity.
See Also