Method | Description | |
---|---|---|
DefaultViewComponentFactory ( ) : System |
Constructs a
|
|
Initialize ( ) : void |
Invoked by the framework in order to initialize the state
|
|
Inspect ( |
Inspect the assembly's public types.
|
|
Inspect ( String assemblyFileName ) : void |
Loads the assembly and inspect its public types.
|
|
Service ( IServiceProvider provider ) : void |
Invoked by the framework in order to give a chance to obtain other services
|
Method | Description | |
---|---|---|
GetViewComponentRegistry ( ) : IViewComponentRegistry |
Gets the view component registry.
|
public DefaultViewComponentFactory ( ) : System | ||
return | System |
protected GetViewComponentRegistry ( ) : IViewComponentRegistry | ||
return | IViewComponentRegistry |
public Inspect ( |
||
assembly | ||
return | void |
public Inspect ( String assemblyFileName ) : void | ||
assemblyFileName | String | |
return | void |
public Service ( IServiceProvider provider ) : void | ||
provider | IServiceProvider | The service proviver |
return | void |