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.
Afficher le fichier Open project: sillsdev/FieldWorks

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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

Push() public méthode

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
Résultat void