C# Class Cedar.Framework.Common.ApplicationContextAwareObject

Inheritance: System.MarshalByRefObject, IApplicationContextAwareObject, IDisposable
Show file Open project: Chinaccn/surfboard

Public Methods

Method Description
ApplicationContextAwareObject ( ) : System

Initializes a new instance of the T:Cedar.Core.ApplicationContextAwareObject class.

Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Protected Methods

Method Description
AddDisposableObject ( object disposableObject ) : void

Adds the disposable object.

Dispose ( bool disposing ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Method Details

AddDisposableObject() protected method

Adds the disposable object.
protected AddDisposableObject ( object disposableObject ) : void
disposableObject object The disposable object.
return void

ApplicationContextAwareObject() public method

Initializes a new instance of the T:Cedar.Core.ApplicationContextAwareObject class.
public ApplicationContextAwareObject ( ) : System
return System

Dispose() public method

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
return void

Dispose() protected method

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
protected Dispose ( bool disposing ) : void
disposing bool
return void