Method | Description | |
---|---|---|
AddContributor ( IContributeComponentModelConstruction contributor ) : void |
"To give or supply in common with others; give to a common fund or for a common purpose". The contributor should inspect the component, or even the configuration associated with the component, to add or change information in the model that can be used later.
|
|
BuildModel ( |
Constructs a new ComponentModel by invoking the registered contributors.
|
|
BuildModel ( IComponentModelDescriptor customContributors ) : |
||
DefaultComponentModelBuilder ( IKernel kernel ) : System |
Initializes a new instance of the DefaultComponentModelBuilder class.
|
|
RemoveContributor ( IContributeComponentModelConstruction contributor ) : void |
Removes the specified contributor
|
Method | Description | |
---|---|---|
InitializeContributors ( ) : void |
Initializes the default contributors.
|
public AddContributor ( IContributeComponentModelConstruction contributor ) : void | ||
contributor | IContributeComponentModelConstruction | |
return | void |
public BuildModel ( |
||
name | ||
services | ||
classType | ||
extendedProperties | IDictionary | |
return |
public BuildModel ( IComponentModelDescriptor customContributors ) : |
||
customContributors | IComponentModelDescriptor | |
return |
public DefaultComponentModelBuilder ( IKernel kernel ) : System | ||
kernel | IKernel | The kernel. |
return | System |
public RemoveContributor ( IContributeComponentModelConstruction contributor ) : void | ||
contributor | IContributeComponentModelConstruction | |
return | void |