C# Class Hosting.DesignSite

Inheritance: ISite, IServiceProvider, IDictionaryService
Show file Open project: smartmobili/CocoaBuilder Class Usage Examples

Public Methods

Method Description
DesignSite ( IDesignerHost host, string name ) : System
GetKey ( object value ) : object
GetService ( System serviceType ) : object
GetValue ( object key ) : object
SetValue ( object key, object value ) : void

Private Methods

Method Description
GetKeyFromValue ( object value ) : object
SetComponent ( IComponent component ) : void

Method Details

DesignSite() public method

public DesignSite ( IDesignerHost host, string name ) : System
host IDesignerHost
name string
return System

GetKey() public method

public GetKey ( object value ) : object
value object
return object

GetService() public method

public GetService ( System serviceType ) : object
serviceType System
return object

GetValue() public method

public GetValue ( object key ) : object
key object
return object

SetValue() public method

public SetValue ( object key, object value ) : void
key object
value object
return void