C# Class SIL.FieldWorks.XWorks.XmlDocConfigureDlg.LayoutLevels

This class provides a stack of nodes that represent a level (possibly hidden) in displaying the configuration tree.
Mostrar archivo Open project: sillsdev/FieldWorks

Private Properties

Property Type Description

Public Methods

Method Description
Pop ( ) : void

Remove the most recent set of nodes that represent a (possibly hidden) level.

Push ( XmlNode partref, XmlNode layout ) : void

Add a set of nodes that represent a level in the tree (possibly hidden).

Method Details

Pop() public method

Remove the most recent set of nodes that represent a (possibly hidden) level.
public Pop ( ) : void
return void

Push() public method

Add a set of nodes that represent a level in the tree (possibly hidden).
public Push ( XmlNode partref, XmlNode layout ) : void
partref System.Xml.XmlNode
layout System.Xml.XmlNode
return void