C# Class QSSaaS.Session

Mostra 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_oe static_oe property

public static string Account
return string

ControlPanel public_oe static_oe property

public static String ControlPanel
return String

IsSaasConnection public_oe static_oe property

public static bool IsSaasConnection
return bool

SQLBaseName public_oe static_oe property

public static string SQLBaseName
return string

SaaSService public_oe static_oe property

public static String SaaSService
return String

SaasBaseName public_oe static_oe property

public static string SaasBaseName
return string

ServiceAddress public_oe static_oe property

public static String ServiceAddress
return String

SessionId public_oe static_oe property

public static String SessionId
return String

UpdaterService public_oe static_oe property

public static String UpdaterService
return String