C# Class QSSaaS.Session

Show file Open project: QualitySolution/QSProjects

Public Properties

Property Type Description
Account string
ControlPanel String
IsSaasConnection bool
SQLBaseName string
SaaSService String
SaasBaseName string
ServiceAddress String
SessionId String
UpdaterService String

Public Methods

Method Description
GetSaaSService ( ) : ISaaSService
StartSessionRefresh ( ) : void
StopSessionRefresh ( ) : void

Private Methods

Method Description
Refresh ( Object StateInfo ) : void

Method Details

GetSaaSService() public static method

public static GetSaaSService ( ) : ISaaSService
return ISaaSService

StartSessionRefresh() public static method

public static StartSessionRefresh ( ) : void
return void

StopSessionRefresh() public static method

public static StopSessionRefresh ( ) : void
return void

Property Details

Account public static property

public static string Account
return string

ControlPanel public static property

public static String ControlPanel
return String

IsSaasConnection public static property

public static bool IsSaasConnection
return bool

SQLBaseName public static property

public static string SQLBaseName
return string

SaaSService public static property

public static String SaaSService
return String

SaasBaseName public static property

public static string SaasBaseName
return string

ServiceAddress public static property

public static String ServiceAddress
return String

SessionId public static property

public static String SessionId
return String

UpdaterService public static property

public static String UpdaterService
return String