Table of Contents

Class AbstractContext<TContext>

Namespace
CMS.Base
Assembly
CMS.Base.dll

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
object
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 object

Property to ensure