C# Class System.Web.UI.Control

Inheritance: IComponent, IDisposable, IParserAccessor, IDataBindingsAccessor, IUrlResolutionService, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor
Afficher le fichier Open project: kumpera/mono Class Usage Examples

Private Properties

Свойство Type Description
ApplyStyleSheetSkin void
ApplyTheme void
BuildProfileTree void
CheckForValidationSupport bool
Control System.Collections
EnsureControlsCache void
EnsureIDInternal void
FillControlCache void
FindControl Control
GeneratePredictableClientID string
GetClientID string
GetDataBoundControlFieldValue void
GetDefaultName string
GetDefaultNumberID int
GetPhysicalFilePath string
HasRenderMethodDelegate bool
IControlDesignerAccessor IDictionary
IControlDesignerAccessor void
IControlDesignerAccessor void
IParserAccessor void
InitControlsCache System.Collections.Hashtable
InitRecursive void
IsLoadViewStateByID bool
LoadRecursive void
LoadViewStateRecursive void
LookForControlByName Control
NullifyUniqueID void
PreRenderRecursiveInternal void
ResetChildNames void
ResetChildNames void
ResetControlsCache void
ResolveClientUrlInternal string
SaveViewStateRecursive object
SetBindingContainer void
SetMask void
SetNamingContainer void
SetRenderMethodDelegate void
UniqueID2ClientID string
UnloadRecursive void
ValidateEvent void

Méthodes publiques

Méthode Description
DataBind ( ) : void
Dispose ( ) : void
Focus ( ) : void
GetRouteUrl ( RouteValueDictionary routeParameters ) : string
GetRouteUrl ( object routeParameters ) : string
GetRouteUrl ( string routeName, RouteValueDictionary routeParameters ) : string
GetRouteUrl ( string routeName, object routeParameters ) : string
GetUniqueIDRelativeTo ( Control control ) : string
HasControls ( ) : bool
RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void
ResolveClientUrl ( string relativeUrl ) : string
ResolveUrl ( string relativeUrl ) : string

Méthodes protégées

Méthode Description
AddParsedSubObject ( object obj ) : void
AddedControl ( Control control, int index ) : void
ClearCachedClientID ( ) : void
ClearChildControlState ( ) : void
ClearChildState ( ) : void
ClearChildViewState ( ) : void
ClearEffectiveClientIDMode ( ) : void
CreateChildControls ( ) : void
CreateControlCollection ( ) : System.Web.UI.ControlCollection
DataBind ( bool raiseOnDataBinding ) : void
DataBindChildren ( ) : void
EnsureChildControls ( ) : void
EnsureID ( ) : void
FindControl ( string id, int pathOffset ) : Control
GetDesignModeState ( ) : IDictionary
HasEvents ( ) : bool
IsLiteralContent ( ) : bool
LoadControlState ( object state ) : void
LoadViewState ( object savedState ) : void
MapPathSecure ( string virtualPath ) : string
OnBubbleEvent ( object source, EventArgs args ) : bool
OnDataBinding ( EventArgs e ) : void
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void
OnUnload ( EventArgs e ) : void
OpenFile ( string path ) : Stream
RaiseBubbleEvent ( object source, EventArgs args ) : void
RemovedControl ( Control control ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void
RenderChildren ( System.Web.UI.HtmlTextWriter writer ) : void
RenderControl ( System.Web.UI.HtmlTextWriter writer, System.Web.UI.Adapters.ControlAdapter adapter ) : void
ResolveAdapter ( ) : System.Web.UI.Adapters.ControlAdapter
SaveControlState ( ) : object
SaveViewState ( ) : object
SetDesignModeState ( IDictionary data ) : void
TrackViewState ( ) : void

Private Methods

Méthode Description
ApplyStyleSheetSkin ( Page page ) : void
ApplyTheme ( ) : void
BuildProfileTree ( string parentId, bool calcViewState ) : void
CheckForValidationSupport ( ) : bool
Control ( ) : System.Collections
EnsureControlsCache ( ) : void
EnsureIDInternal ( ) : void
FillControlCache ( System.Web.UI.ControlCollection controls ) : void
FindControl ( string id ) : Control
GeneratePredictableClientID ( ) : string
GetClientID ( ) : string
GetDataBoundControlFieldValue ( StringBuilder sb, char separator, IDataItemContainer dataItemContainer, IDataKeysControl dataKeysContainer ) : void
GetDefaultName ( ) : string
GetDefaultNumberID ( ) : int
GetPhysicalFilePath ( string virtualPath ) : string
HasRenderMethodDelegate ( ) : bool
IControlDesignerAccessor ( ) : IDictionary
IControlDesignerAccessor ( Control control ) : void
IControlDesignerAccessor ( IDictionary designData ) : void
IParserAccessor ( object obj ) : void
InitControlsCache ( ) : Hashtable
InitRecursive ( Control namingContainer ) : void
IsLoadViewStateByID ( ) : bool
LoadRecursive ( ) : void
LoadViewStateRecursive ( object savedState ) : void
LookForControlByName ( string id ) : Control
NullifyUniqueID ( ) : void
PreRenderRecursiveInternal ( ) : void
ResetChildNames ( ) : void
ResetChildNames ( int value ) : void
ResetControlsCache ( ) : void
ResolveClientUrlInternal ( string relativeUrl ) : string
SaveViewStateRecursive ( ) : object
SetBindingContainer ( bool isBC ) : void
SetMask ( int m, bool val ) : void
SetNamingContainer ( Control nc ) : void
SetRenderMethodDelegate ( RenderMethod renderMethod ) : void
UniqueID2ClientID ( string uniqueId ) : string
UnloadRecursive ( Boolean dispose ) : void
ValidateEvent ( String uniqueId, String argument ) : void

Method Details

AddParsedSubObject() protected méthode

protected AddParsedSubObject ( object obj ) : void
obj object
Résultat void

AddedControl() protected méthode

protected AddedControl ( Control control, int index ) : void
control Control
index int
Résultat void

ClearCachedClientID() protected méthode

protected ClearCachedClientID ( ) : void
Résultat void

ClearChildControlState() protected méthode

protected ClearChildControlState ( ) : void
Résultat void

ClearChildState() protected méthode

protected ClearChildState ( ) : void
Résultat void

ClearChildViewState() protected méthode

protected ClearChildViewState ( ) : void
Résultat void

ClearEffectiveClientIDMode() protected méthode

protected ClearEffectiveClientIDMode ( ) : void
Résultat void

CreateChildControls() protected méthode

protected CreateChildControls ( ) : void
Résultat void

CreateControlCollection() protected méthode

protected CreateControlCollection ( ) : System.Web.UI.ControlCollection
Résultat System.Web.UI.ControlCollection

DataBind() public méthode

public DataBind ( ) : void
Résultat void

DataBind() protected méthode

protected DataBind ( bool raiseOnDataBinding ) : void
raiseOnDataBinding bool
Résultat void

DataBindChildren() protected méthode

protected DataBindChildren ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EnsureChildControls() protected méthode

protected EnsureChildControls ( ) : void
Résultat void

EnsureID() protected méthode

protected EnsureID ( ) : void
Résultat void

FindControl() protected méthode

protected FindControl ( string id, int pathOffset ) : Control
id string
pathOffset int
Résultat Control

Focus() public méthode

public Focus ( ) : void
Résultat void

GetDesignModeState() protected méthode

protected GetDesignModeState ( ) : IDictionary
Résultat IDictionary

GetRouteUrl() public méthode

public GetRouteUrl ( RouteValueDictionary routeParameters ) : string
routeParameters RouteValueDictionary
Résultat string

GetRouteUrl() public méthode

public GetRouteUrl ( object routeParameters ) : string
routeParameters object
Résultat string

GetRouteUrl() public méthode

public GetRouteUrl ( string routeName, RouteValueDictionary routeParameters ) : string
routeName string
routeParameters RouteValueDictionary
Résultat string

GetRouteUrl() public méthode

public GetRouteUrl ( string routeName, object routeParameters ) : string
routeName string
routeParameters object
Résultat string

GetUniqueIDRelativeTo() public méthode

public GetUniqueIDRelativeTo ( Control control ) : string
control Control
Résultat string

HasControls() public méthode

public HasControls ( ) : bool
Résultat bool

HasEvents() protected méthode

protected HasEvents ( ) : bool
Résultat bool

IsLiteralContent() protected méthode

protected IsLiteralContent ( ) : bool
Résultat bool

LoadControlState() protected méthode

protected LoadControlState ( object state ) : void
state object
Résultat void

LoadViewState() protected méthode

protected LoadViewState ( object savedState ) : void
savedState object
Résultat void

MapPathSecure() protected méthode

protected MapPathSecure ( string virtualPath ) : string
virtualPath string
Résultat string

OnBubbleEvent() protected méthode

protected OnBubbleEvent ( object source, EventArgs args ) : bool
source object
args EventArgs
Résultat bool

OnDataBinding() protected méthode

protected OnDataBinding ( EventArgs e ) : void
e EventArgs
Résultat void

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e EventArgs
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e EventArgs
Résultat void

OnPreRender() protected méthode

protected OnPreRender ( EventArgs e ) : void
e EventArgs
Résultat void

OnUnload() protected méthode

protected OnUnload ( EventArgs e ) : void
e EventArgs
Résultat void

OpenFile() protected méthode

protected OpenFile ( string path ) : Stream
path string
Résultat System.IO.Stream

RaiseBubbleEvent() protected méthode

protected RaiseBubbleEvent ( object source, EventArgs args ) : void
source object
args EventArgs
Résultat void

RemovedControl() protected méthode

protected RemovedControl ( Control control ) : void
control Control
Résultat void

Render() protected méthode

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void

RenderChildren() protected méthode

protected RenderChildren ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void

RenderControl() public méthode

public RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void

RenderControl() protected méthode

protected RenderControl ( System.Web.UI.HtmlTextWriter writer, System.Web.UI.Adapters.ControlAdapter adapter ) : void
writer System.Web.UI.HtmlTextWriter
adapter System.Web.UI.Adapters.ControlAdapter
Résultat void

ResolveAdapter() protected méthode

protected ResolveAdapter ( ) : System.Web.UI.Adapters.ControlAdapter
Résultat System.Web.UI.Adapters.ControlAdapter

ResolveClientUrl() public méthode

public ResolveClientUrl ( string relativeUrl ) : string
relativeUrl string
Résultat string

ResolveUrl() public méthode

public ResolveUrl ( string relativeUrl ) : string
relativeUrl string
Résultat string

SaveControlState() protected méthode

protected SaveControlState ( ) : object
Résultat object

SaveViewState() protected méthode

protected SaveViewState ( ) : object
Résultat object

SetDesignModeState() protected méthode

protected SetDesignModeState ( IDictionary data ) : void
data IDictionary
Résultat void

TrackViewState() protected méthode

protected TrackViewState ( ) : void
Résultat void