C# Class Codaxy.Dox.Viewer.Session

Inheritance: Codaxy.Dextop.DextopSession
Afficher le fichier Open project: codaxy/dox

Méthodes publiques

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

Private Methods

Méthode Description
GetDoxDocumentHtml ( String url ) : String
Search ( string pattern ) : object

Method Details

CacheFile() public méthode

public CacheFile ( object file ) : void
file object
Résultat void

GetSectionType() public méthode

public GetSectionType ( DoxSectionType type ) : String
type DoxSectionType
Résultat String

InitRemotable() public méthode

public InitRemotable ( Codaxy.Dextop.DextopRemote remote, DextopConfig config ) : void
remote Codaxy.Dextop.DextopRemote
config DextopConfig
Résultat void

Session() public méthode

public Session ( Application application ) : System
application Application
Résultat System