C# Class Carrotware.CMS.UI.Admin.c3_admin.ControlPropertiesEdit

Inheritance: AdminBasePage
Afficher le fichier Open project: ninianne98/CarrotCakeCMS

Méthodes publiques

Свойство Type Description
guidContentID System.Guid
guidWidget System.Guid
lstDefProps List
lstProps List

Méthodes publiques

Méthode Description
GetSavedValue ( string sDefVal, string sName ) : string

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void
rpProps_Bind ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void

Method Details

GetSavedValue() public méthode

public GetSavedValue ( string sDefVal, string sName ) : string
sDefVal string
sName string
Résultat string

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

btnSave_Click() protected méthode

protected btnSave_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

rpProps_Bind() protected méthode

protected rpProps_Bind ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void
sender object
e System.Web.UI.WebControls.RepeaterItemEventArgs
Résultat void

Property Details

guidContentID public_oe property

public Guid,System guidContentID
Résultat System.Guid

guidWidget public_oe property

public Guid,System guidWidget
Résultat System.Guid

lstDefProps public_oe property

public List lstDefProps
Résultat List

lstProps public_oe property

public List lstProps
Résultat List