Class AbstractContext<TContext>
Base context object class.
public abstract class AbstractContext<TContext> : ContextContainer<TContext>, IDataContainer, ISimpleDataContainer, IContext, IVirtualHierarchicalObject, IHierarchicalObject, INameIndexable, ICloneThreadItem where TContext : AbstractContext<TContext>, new()
Type Parameters
TContext
- Inheritance
-
objectAbstractSimpleDataContainer<TContext>AbstractDataContainer<TContext>AbstractHierarchicalObject<TContext>ContextContainer<TContext>AbstractContext<TContext>
- Implements
- Derived
- Inherited Members
- Extension Methods
Properties
CurrentContext
Current request data
protected static TContext CurrentContext { get; }
Property Value
- TContext
Methods
CloneForNewThread()
Clones the object for new thread
public virtual object CloneForNewThread()
Returns
- object
Ensure(object)
Ensures that the given value is cached within a context.
protected static void Ensure(object property)
Parameters
property
objectProperty to ensure