C# Class AspNetEdit.Editor.ComponentModel.WebFormReferenceManager

Inheritance: IWebFormReferenceManager
Afficher le fichier Open project: mono/aspeditor Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AddReference ( Type type ) : void
type System.Type
Résultat void

AddReference() public méthode

public AddReference ( Type type, string prefix ) : void
type System.Type
prefix string
Résultat void

GetObjectType() public méthode

public GetObjectType ( string tagPrefix, string typeName ) : Type
tagPrefix string
typeName string
Résultat System.Type

GetRegisterDirectives() public méthode

public GetRegisterDirectives ( ) : string
Résultat string

GetTagPrefix() public méthode

public GetTagPrefix ( Type objectType ) : string
objectType System.Type
Résultat string

WebFormReferenceManager() public méthode

public WebFormReferenceManager ( DesignerHost host ) : System
host DesignerHost
Résultat System