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

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

공개 메소드들

메소드 설명
PersistControl ( Control control ) : string
PersistControl ( Control control, IDesignerHost host ) : string
PersistControl ( TextWriter sw, Control control ) : void
PersistControl ( TextWriter sw, Control control, IDesignerHost host ) : void
PersistInnerProperties ( object component, IDesignerHost host ) : string
PersistInnerProperties ( TextWriter sw, object component, IDesignerHost host ) : void

비공개 메소드들

메소드 설명
ControlPersister ( ) : System
HasInnerProperties ( object component ) : bool
PersistInnerProperties ( System.Web.UI.HtmlTextWriter writer, object component, IDesignerHost host ) : void
PersistInnerProperty ( PropertyDescriptor prop, object value, System.Web.UI.HtmlTextWriter writer, IDesignerHost host, bool isDefault ) : void
PersistObject ( System.Web.UI.HtmlTextWriter writer, object control, IDesignerHost host, bool runAtServer ) : void
ProcessAttribute ( PropertyDescriptor prop, object o, System.Web.UI.HtmlTextWriter writer, string prefix ) : bool

Writes an attribute to an HtmlTextWriter if it needs serializing

ProcessEvent ( System.ComponentModel.EventDescriptor e, IComponent comp, System.Web.UI.HtmlTextWriter writer, IEventBindingService evtBind ) : void

메소드 상세

PersistControl() 공개 정적인 메소드

public static PersistControl ( Control control ) : string
control System.Web.UI.Control
리턴 string

PersistControl() 공개 정적인 메소드

public static PersistControl ( Control control, IDesignerHost host ) : string
control System.Web.UI.Control
host IDesignerHost
리턴 string

PersistControl() 공개 정적인 메소드

public static PersistControl ( TextWriter sw, Control control ) : void
sw System.IO.TextWriter
control System.Web.UI.Control
리턴 void

PersistControl() 공개 정적인 메소드

public static PersistControl ( TextWriter sw, Control control, IDesignerHost host ) : void
sw System.IO.TextWriter
control System.Web.UI.Control
host IDesignerHost
리턴 void

PersistInnerProperties() 공개 정적인 메소드

public static PersistInnerProperties ( object component, IDesignerHost host ) : string
component object
host IDesignerHost
리턴 string

PersistInnerProperties() 공개 정적인 메소드

public static PersistInnerProperties ( TextWriter sw, object component, IDesignerHost host ) : void
sw System.IO.TextWriter
component object
host IDesignerHost
리턴 void