C# Class gov.va.medora.mdws.MySession

Afficher le fichier Open project: OSEHRA/mdws Class Usage Examples

Méthodes publiques

Свойство Type Description
_excludeSite200 bool

Méthodes publiques

Méthode Description
MySession ( ) : System
MySession ( string facadeName ) : System

Every client application requesting a MDWS session (invokes a function with EnableSession = True attribute) passes through this point. Fetches facade configuration settings and sets up session for subsequent calls

close ( ) : void
execute ( string className, string methodName, object args ) : Object
setSites ( string sitesFileName ) : SiteArray

Allow a client application to specifiy their sites file by name

watchSitesFile ( string path ) : void
watcher_Changed ( object sender, FileSystemEventArgs e ) : void

Method Details

MySession() public méthode

public MySession ( ) : System
Résultat System

MySession() public méthode

Every client application requesting a MDWS session (invokes a function with EnableSession = True attribute) passes through this point. Fetches facade configuration settings and sets up session for subsequent calls
public MySession ( string facadeName ) : System
facadeName string The facade name being invoked (e.g. EmrSvc)
Résultat System

close() public méthode

public close ( ) : void
Résultat void

execute() public méthode

public execute ( string className, string methodName, object args ) : Object
className string
methodName string
args object
Résultat Object

setSites() public méthode

Allow a client application to specifiy their sites file by name
public setSites ( string sitesFileName ) : SiteArray
sitesFileName string The name of the sites file
Résultat gov.va.medora.mdws.dto.SiteArray

watchSitesFile() public méthode

public watchSitesFile ( string path ) : void
path string
Résultat void

watcher_Changed() public méthode

public watcher_Changed ( object sender, FileSystemEventArgs e ) : void
sender object
e System.IO.FileSystemEventArgs
Résultat void

Property Details

_excludeSite200 public_oe property

public bool _excludeSite200
Résultat bool