C# Class AspNetEdit.Editor.ComponentModel.WebFormReferenceManager

Inheritance: IWebFormReferenceManager
显示文件 Open project: mono/aspeditor Class Usage Examples

Public Methods

Method Description
AddReference ( Type type ) : void
AddReference ( Type type, string prefix ) : void
GetObjectType ( string tagPrefix, string typeName ) : Type
GetRegisterDirectives ( ) : string
GetTagPrefix ( Type objectType ) : string
WebFormReferenceManager ( DesignerHost host ) : System

Method Details

AddReference() public method

public AddReference ( Type type ) : void
type System.Type
return void

AddReference() public method

public AddReference ( Type type, string prefix ) : void
type System.Type
prefix string
return void

GetObjectType() public method

public GetObjectType ( string tagPrefix, string typeName ) : Type
tagPrefix string
typeName string
return System.Type

GetRegisterDirectives() public method

public GetRegisterDirectives ( ) : string
return string

GetTagPrefix() public method

public GetTagPrefix ( Type objectType ) : string
objectType System.Type
return string

WebFormReferenceManager() public method

public WebFormReferenceManager ( DesignerHost host ) : System
host DesignerHost
return System