C# Класс SIL.FieldWorks.XWorks.XmlDocConfigureDlg.LayoutLevels

This class provides a stack of nodes that represent a level (possibly hidden) in displaying the configuration tree.
Показать файл Открыть проект

Private Properties

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

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

Метод Описание
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).

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

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

Remove the most recent set of nodes that represent a (possibly hidden) level.
public Pop ( ) : void
Результат void

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

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
Результат void