C# Класс AspNetEdit.Editor.Persistence.ControlPersister

Показать файл Открыть проект

Открытые методы

Метод Описание
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