C# 클래스 Codaxy.Dox.Viewer.Session

상속: Codaxy.Dextop.DextopSession
파일 보기 프로젝트 열기: codaxy/dox

공개 메소드들

메소드 설명
CacheFile ( object file ) : void
GetSectionType ( DoxSectionType type ) : String
InitRemotable ( Codaxy.Dextop.DextopRemote remote, DextopConfig config ) : void
Session ( Application application ) : System

비공개 메소드들

메소드 설명
GetDoxDocumentHtml ( String url ) : String
Search ( string pattern ) : object

메소드 상세

CacheFile() 공개 메소드

public CacheFile ( object file ) : void
file object
리턴 void

GetSectionType() 공개 메소드

public GetSectionType ( DoxSectionType type ) : String
type DoxSectionType
리턴 String

InitRemotable() 공개 메소드

public InitRemotable ( Codaxy.Dextop.DextopRemote remote, DextopConfig config ) : void
remote Codaxy.Dextop.DextopRemote
config DextopConfig
리턴 void

Session() 공개 메소드

public Session ( Application application ) : System
application Application
리턴 System