C# 클래스 jumoo.NavMaker.BasicNavParser

파일 보기 프로젝트 열기: KevinJump/LocalGovStarterKit-Old 1 사용 예제들

공개 메소드들

메소드 설명
BasicNavParser ( ) : System
ImportNavigation ( string filename ) : int
MakeExampleContent ( int ParentNode, string filename ) : void

비공개 메소드들

메소드 설명
ExportContent ( IContent item ) : System.Xml.Linq.XElement
ImportContentNode ( System.Xml.Linq.XElement node, int parentId ) : void

메소드 상세

BasicNavParser() 공개 메소드

public BasicNavParser ( ) : System
리턴 System

ImportNavigation() 공개 메소드

public ImportNavigation ( string filename ) : int
filename string
리턴 int

MakeExampleContent() 공개 메소드

public MakeExampleContent ( int ParentNode, string filename ) : void
ParentNode int
filename string
리턴 void