Interface IElevatedOperationContext
Interface for an elevated operation context.
Inherited Members
Namespace: Fibula.Mechanics.Contracts.Abstractions
Assembly: Fibula.Mechanics.Contracts.dll
Syntax
public interface IElevatedOperationContext : IOperationContext, IEventContext
Properties
| Improve this Doc View SourceApplicationContext
Gets the reference to the application context.
Declaration
IApplicationContext ApplicationContext { get; }
Property Value
Type | Description |
---|---|
IApplicationContext |
CreatureManager
Gets the reference to the creature manager in use.
Declaration
ICreatureManager CreatureManager { get; }
Property Value
Type | Description |
---|---|
ICreatureManager |