C# 클래스 AspNetEdit.Editor.Persistence.ServerObjectParsingObject

상속: ParsingObject
파일 보기 프로젝트 열기: mono/aspeditor

공개 메소드들

메소드 설명
AddText ( string text ) : void
CloseObject ( string closingTagText ) : ParsingObject
CreateChildParsingObject ( ILocation location, string tagid, TagAttributes attributes ) : ParsingObject
ServerObjectParsingObject ( Type type, Hashtable attributes, string tagid, ParsingObject parent ) : System

보호된 메소드들

메소드 설명
AddControl ( object control ) : void

비공개 메소드들

메소드 설명
IsWhiteSpace ( string s ) : bool

메소드 상세

AddControl() 보호된 메소드

protected AddControl ( object control ) : void
control object
리턴 void

AddText() 공개 메소드

public AddText ( string text ) : void
text string
리턴 void

CloseObject() 공개 메소드

public CloseObject ( string closingTagText ) : ParsingObject
closingTagText string
리턴 ParsingObject

CreateChildParsingObject() 공개 메소드

public CreateChildParsingObject ( ILocation location, string tagid, TagAttributes attributes ) : ParsingObject
location ILocation
tagid string
attributes TagAttributes
리턴 ParsingObject

ServerObjectParsingObject() 공개 메소드

public ServerObjectParsingObject ( Type type, Hashtable attributes, string tagid, ParsingObject parent ) : System
type System.Type
attributes System.Collections.Hashtable
tagid string
parent ParsingObject
리턴 System