C# Class HereSay.Decorators.SitemapDecorator

Inheritance: AutoStarter
Show file Open project: jamestharpe/HereSay

Public Methods

Method Description
AutoDefineOnType ( Type type ) : bool
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
Persister_SitemapChangeNeeded ( object sender, N2 e ) : void

Method Details

AutoDefineOnType() public static method

public static AutoDefineOnType ( Type type ) : bool
type System.Type
return bool

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void