C# Class Stash.Example.StructureMapViewActivator

Inheritance: IViewActivatorFactory
Afficher le fichier Open project: AndyHitchman/Stash

Méthodes publiques

Méthode Description
Register ( Type type ) : IViewActivator
Unregister ( Type type, IViewActivator activator ) : void

Method Details

Register() public méthode

public Register ( Type type ) : IViewActivator
type System.Type
Résultat IViewActivator

Unregister() public méthode

public Unregister ( Type type, IViewActivator activator ) : void
type System.Type
activator IViewActivator
Résultat void