Method | Description | |
---|---|---|
Add ( IComponent component ) : void |
Adds the specified component to the
|
|
Add ( IComponent component, String name ) : void |
Adds the specified component to the
|
|
Dispose ( ) : void |
Disposes of the
|
|
Remove ( IComponent component ) : void |
Removes a component from the
|
Method | Description | |
---|---|---|
CreateSite ( IComponent component, string name ) : ISite |
Creates a Site
|
|
Dispose ( bool disposing ) : void | ||
GetService ( Type service ) : object |
[To be supplied.]
|
|
RemoveWithoutUnsiting ( IComponent component ) : void | ||
ValidateName ( IComponent component, string name ) : void |
Validates that the given name is valid for a component. The default implementation verifies that name is either null or unique compared to the names of other components in the container.
|
Method | Description | |
---|---|---|
Remove ( IComponent component, bool preserveSite ) : void |
public Add ( IComponent component, String name ) : void | ||
component | IComponent | |
name | String | |
return | void |
protected CreateSite ( IComponent component, string name ) : ISite | ||
component | IComponent | |
name | string | |
return | ISite |
protected GetService ( Type service ) : object | ||
service | Type | |
return | object |
public Remove ( IComponent component ) : void | ||
component | IComponent | |
return | void |
protected RemoveWithoutUnsiting ( IComponent component ) : void | ||
component | IComponent | |
return | void |
protected ValidateName ( IComponent component, string name ) : void | ||
component | IComponent | |
name | string | |
return | void |