C# Класс Goldtect.ASTreeViewDemo.ASTreeViewDemo9

Наследование: PageBase
Показать файл Открыть проект

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

Свойство Тип Описание
Head1 global::System.Web.UI.HtmlControls.HtmlHead
Header1 global::Goldtect.ASTreeViewDemo.Header
astvMyTree global::Goldtect.ASTreeView
btnCheckByValue global::System.Web.UI.WebControls.Button
btnClearConsole global::System.Web.UI.WebControls.Button
btnFindByText global::System.Web.UI.WebControls.Button
btnFindByValue global::System.Web.UI.WebControls.Button
btnIterateNodes global::System.Web.UI.WebControls.Button
btnResolveNodesModification global::System.Web.UI.WebControls.Button
btnSelectByValue global::System.Web.UI.WebControls.Button
btnTraverseNodes global::System.Web.UI.WebControls.Button
btnUnCheckByValue global::System.Web.UI.WebControls.Button
divConsole global::System.Web.UI.HtmlControls.HtmlGenericControl
form1 global::System.Web.UI.HtmlControls.HtmlForm
lPromptComma global::System.Web.UI.WebControls.Literal
lTarget global::System.Web.UI.WebControls.Literal
txtTarget global::System.Web.UI.WebControls.TextBox

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

Метод Описание
OnInit ( EventArgs e ) : void

OnInit

OnPreRender ( EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Page load logic

btnCheckByValue_Click ( object sender, EventArgs e ) : void
btnClearConsole_Click ( object sender, EventArgs e ) : void
btnFindByText_Click ( object sender, EventArgs e ) : void
btnFindByValue_Click ( object sender, EventArgs e ) : void
btnIterateNodes_Click ( object sender, EventArgs e ) : void
btnResolveNodesModification_Click ( object sender, EventArgs e ) : void
btnSelectByValue_Click ( object sender, EventArgs e ) : void
btnTraverseNodes_Click ( object sender, EventArgs e ) : void
btnUnCheckByValue_Click ( object sender, EventArgs e ) : void

Приватные методы

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

initial controls, bind you events etc. here

IterateNode ( ASTreeViewNode node, string &nodeString ) : void
ResolveTreeNodesModification ( ) : void

compare to the OriginalTreeNodes to find the nodes which have been changed

SaveOriginalTreeNodes ( ) : void

save the original tree nodes to session for comparison later

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

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

OnInit
protected OnInit ( EventArgs e ) : void
e System.EventArgs
Результат void

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

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
Результат void

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

Page load logic
protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Header1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Goldtect.ASTreeViewDemo.Header Header1
Результат global::Goldtect.ASTreeViewDemo.Header

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

astvMyTree control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Goldtect.ASTreeView astvMyTree
Результат global::Goldtect.ASTreeView

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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