C# Class Cedar.Core.ApplicationContexts.ApplicationContextExtensions

This class defines some extensions methods against ApplicationContext />.
Show file Open project: Chinaccn/surfboard

Public Methods

Method Description
DepedentClone ( this context ) : Cedar.Core.ApplicationContexts.DependentApplicationContext

Clone the specified ApplicationContext and create a new DependentApplicationContext />.

Method Details

DepedentClone() public static method

Clone the specified ApplicationContext and create a new DependentApplicationContext />.
public static DepedentClone ( this context ) : Cedar.Core.ApplicationContexts.DependentApplicationContext
context this The DependentApplicationContext to be cloned.
return Cedar.Core.ApplicationContexts.DependentApplicationContext