C# Class Codaxy.Dox.Viewer.Session

Inheritance: Codaxy.Dextop.DextopSession
Mostra file Open project: codaxy/dox

Public Methods

Method Description
CacheFile ( object file ) : void
GetSectionType ( DoxSectionType type ) : String
InitRemotable ( Codaxy.Dextop.DextopRemote remote, DextopConfig config ) : void
Session ( Application application ) : System

Private Methods

Method Description
GetDoxDocumentHtml ( String url ) : String
Search ( string pattern ) : object

Method Details

CacheFile() public method

public CacheFile ( object file ) : void
file object
return void

GetSectionType() public method

public GetSectionType ( DoxSectionType type ) : String
type DoxSectionType
return String

InitRemotable() public method

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

Session() public method

public Session ( Application application ) : System
application Application
return System