C# 클래스 Kipunji.Models.NamespaceModel

상속: BaseDocModel
파일 보기 프로젝트 열기: jpobst/Kipunji 1 사용 예제들

공개 메소드들

메소드 설명
NamespaceModel ( ) : System
NamespaceModel ( string name, string summary ) : System
ParseRequest ( string path ) : List

메소드 상세

NamespaceModel() 공개 메소드

public NamespaceModel ( ) : System
리턴 System

NamespaceModel() 공개 메소드

public NamespaceModel ( string name, string summary ) : System
name string
summary string
리턴 System

ParseRequest() 공개 메소드

public ParseRequest ( string path ) : List
path string
리턴 List