C# Класс FinanzasPersonalesWeb.Default

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

Защищенные свойства (Protected)

Свойство Тип Описание
BalanceLabel global::System.Web.UI.WebControls.Label
yourRepeater global::System.Web.UI.WebControls.Repeater

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

Метод Описание
LlenarPaneles ( ) : void

Защищенные методы

Метод Описание
Page_Load ( object sender, EventArgs e ) : void

Описание методов

LlenarPaneles() публичный Метод

public LlenarPaneles ( ) : void
Результат void

Page_Load() защищенный Метод

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

Описание свойств

BalanceLabel защищенное свойство

BalanceLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label BalanceLabel
Результат global::System.Web.UI.WebControls.Label

yourRepeater защищенное свойство

yourRepeater control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Repeater yourRepeater
Результат global::System.Web.UI.WebControls.Repeater