C# 클래스 AspNetEdit.Editor.ComponentModel.WebFormReferenceManager

상속: IWebFormReferenceManager
파일 보기 프로젝트 열기: mono/aspeditor 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AddReference() 공개 메소드

public AddReference ( Type type ) : void
type System.Type
리턴 void

AddReference() 공개 메소드

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

GetObjectType() 공개 메소드

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

GetRegisterDirectives() 공개 메소드

public GetRegisterDirectives ( ) : string
리턴 string

GetTagPrefix() 공개 메소드

public GetTagPrefix ( Type objectType ) : string
objectType System.Type
리턴 string

WebFormReferenceManager() 공개 메소드

public WebFormReferenceManager ( DesignerHost host ) : System
host DesignerHost
리턴 System