C# 클래스 SIL.FieldWorks.XWorks.XmlDocConfigureDlg.LayoutLevels

This class provides a stack of nodes that represent a level (possibly hidden) in displaying the configuration tree.
파일 보기 프로젝트 열기: sillsdev/FieldWorks

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