C# Class FourRoads.TelligentCommunity.CustomEditor.Controls.Files

Inheritance: System.Web.UI.Control, INamingContainer, IPropertyControl
Mostrar archivo Open project: 4-Roads/FourRoads.TelligentCommunity

Public Methods

Method Description
GetConfigurationPropertyValue ( ) : object
SetConfigurationPropertyValue ( object value ) : void

Protected Methods

Method Description
CreateChildControls ( ) : void
Delete ( Object source, System.Web.UI.WebControls.CommandEventArgs args ) : void
DownloadOnClick ( Object source, System.Web.UI.WebControls.CommandEventArgs args ) : void
ListDataBind ( ) : void
OnInit ( EventArgs e ) : void
UploadOnClick ( Object source, System.Web.UI.WebControls.CommandEventArgs args ) : void

Method Details

CreateChildControls() protected method

protected CreateChildControls ( ) : void
return void

Delete() protected method

protected Delete ( Object source, System.Web.UI.WebControls.CommandEventArgs args ) : void
source Object
args System.Web.UI.WebControls.CommandEventArgs
return void

DownloadOnClick() protected method

protected DownloadOnClick ( Object source, System.Web.UI.WebControls.CommandEventArgs args ) : void
source Object
args System.Web.UI.WebControls.CommandEventArgs
return void

GetConfigurationPropertyValue() public method

public GetConfigurationPropertyValue ( ) : object
return object

ListDataBind() protected method

protected ListDataBind ( ) : void
return void

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

SetConfigurationPropertyValue() public method

public SetConfigurationPropertyValue ( object value ) : void
value object
return void

UploadOnClick() protected method

protected UploadOnClick ( Object source, System.Web.UI.WebControls.CommandEventArgs args ) : void
source Object
args System.Web.UI.WebControls.CommandEventArgs
return void