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.2.419.0 (24.2.419.0)
Syntax TEntity CreateEntity(
TransactionContext context,
Object entityIdentifier
)
Function CreateEntity (
context As TransactionContext,
entityIdentifier As Object
) As TEntity
TEntity CreateEntity(
TransactionContext^ context,
Object^ entityIdentifier
)
abstract CreateEntity :
context : TransactionContext *
entityIdentifier : Object -> 'TEntity
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:
TEntityThe new entity.
See Also