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)
SyntaxTEntity 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.Foundation.TransactionContext
The context in which to create the entity. - entityIdentifier
- Type: System.Object
The identifier of the new entity.
Return Value
Type:
TEntityThe new entity.
See Also