C# Class Upac.Core.EditorControls.SettingsHelper

Inheritance: System.Web.UI.HtmlControls.HtmlGenericControl
Mostra file Open project: 1508/upac-for-umbraco

Public Properties

Property Type Description
NodeId int

Public Methods

Method Description
Save ( ) : void

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void
Render ( System writer ) : void

Private Methods

Method Description
GenerateTextBox ( string name, string valueText, string cssClass ) : string

Method Details

OnLoad() protected method

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

Render() protected method

protected Render ( System writer ) : void
writer System
return void

Save() public method

public Save ( ) : void
return void

Property Details

NodeId public_oe property

public int NodeId
return int