C# Class Open.Core.DisposableBase

Base class that implements the IDiposable pattern.
Inheritance: INotifyDisposed
Mostrar archivo Open project: philcockfield/Open.TestHarness.SL

Public Methods

Method Description
Dispose ( ) : void

Disposes of the object.

Protected Methods

Method Description
OnDisposed ( ) : void

Invoked when the model is disposed.

Private Methods

Method Description
FireDisposed ( ) : void

Method Details

Dispose() public method

Disposes of the object.
public Dispose ( ) : void
return void

OnDisposed() protected method

Invoked when the model is disposed.
protected OnDisposed ( ) : void
return void