C# Class Castle.Facilities.Startable.StartConcern

Inheritance: ICommissionConcern
Show file Open project: castleproject/Windsor

Public Methods

Method Description
Apply ( ComponentModel model, object component ) : void

Protected Methods

Method Description
StartConcern ( ) : System.Reflection

Method Details

Apply() public method

public Apply ( ComponentModel model, object component ) : void
model Castle.Core.ComponentModel
component object
return void

StartConcern() protected method

protected StartConcern ( ) : System.Reflection
return System.Reflection