C# Class Stash.Example.StructureMapViewActivator

Inheritance: IViewActivatorFactory
Show file Open project: AndyHitchman/Stash

Public Methods

Method Description
Register ( Type type ) : IViewActivator
Unregister ( Type type, IViewActivator activator ) : void

Method Details

Register() public method

public Register ( Type type ) : IViewActivator
type System.Type
return IViewActivator

Unregister() public method

public Unregister ( Type type, IViewActivator activator ) : void
type System.Type
activator IViewActivator
return void