C# Class TransactionalNodeService.SharePoint.WebAppSPGlymaSession

Inheritance: IGlymaSession
Afficher le fichier Open project: chris-tomich/Glyma Class Usage Examples

Private Properties

Свойство Type Description
FindMapDbConnectionParameters void
FindSecurityDbConnectionParameters void
FindTransactionDbConnectionParameters void
IsAuthorised bool

Méthodes publiques

Méthode Description
Dispose ( ) : void
ExportGlymaSession ( ) : GlymaSessionConfiguration
PersistSessionObject ( ) : void
WebAppSPGlymaSession ( string callingUrl ) : System
WebAppSPGlymaSession ( string callingUrl, System.Guid sessionId ) : System
WebAppSPGlymaSession ( string callingUrl, System.Guid domainId, System.Guid rootMapId ) : System
WebAppSPGlymaSession ( string callingUrl, System.Guid sessionId, System.Guid domainId, System.Guid rootMapId ) : System
WebAppSPGlymaSession ( string callingUrl, System.Guid sessionId, bool preload ) : System
WebAppSPGlymaSession ( string callingUrl, System.Guid sessionId, bool preload, System.Guid domainId, System.Guid rootMapId ) : System
WebAppSPGlymaSession ( string callingUrl, System.Guid sessionId, bool isParameter, MapParameter domainParameter, MapParameter rootMapParameter ) : System
WebAppSPGlymaSession ( string callingUrl, System.Guid sessionId, bool preload, bool isParameter, MapParameter domainParameter, MapParameter rootMapParameter ) : System
WebAppSPGlymaSession ( string callingUrl, bool isParameter, MapParameter domainParameter, MapParameter rootMapParameter ) : System

Private Methods

Méthode Description
FindMapDbConnectionParameters ( GlymaSessionConfiguration &glymaSessionConfig ) : void
FindSecurityDbConnectionParameters ( GlymaSessionConfiguration &glymaSessionConfig ) : void
FindTransactionDbConnectionParameters ( GlymaSessionConfiguration &glymaSessionConfig ) : void
IsAuthorised ( System.Guid domainId, System.Guid rootMapId ) : bool

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ExportGlymaSession() public méthode

public ExportGlymaSession ( ) : GlymaSessionConfiguration
Résultat TransactionalNodeService.Common.GlymaSessionConfiguration

PersistSessionObject() public méthode

public PersistSessionObject ( ) : void
Résultat void

WebAppSPGlymaSession() public méthode

public WebAppSPGlymaSession ( string callingUrl ) : System
callingUrl string
Résultat System

WebAppSPGlymaSession() public méthode

public WebAppSPGlymaSession ( string callingUrl, System.Guid sessionId ) : System
callingUrl string
sessionId System.Guid
Résultat System

WebAppSPGlymaSession() public méthode

public WebAppSPGlymaSession ( string callingUrl, System.Guid domainId, System.Guid rootMapId ) : System
callingUrl string
domainId System.Guid
rootMapId System.Guid
Résultat System

WebAppSPGlymaSession() public méthode

public WebAppSPGlymaSession ( string callingUrl, System.Guid sessionId, System.Guid domainId, System.Guid rootMapId ) : System
callingUrl string
sessionId System.Guid
domainId System.Guid
rootMapId System.Guid
Résultat System

WebAppSPGlymaSession() public méthode

public WebAppSPGlymaSession ( string callingUrl, System.Guid sessionId, bool preload ) : System
callingUrl string
sessionId System.Guid
preload bool
Résultat System

WebAppSPGlymaSession() public méthode

public WebAppSPGlymaSession ( string callingUrl, System.Guid sessionId, bool preload, System.Guid domainId, System.Guid rootMapId ) : System
callingUrl string
sessionId System.Guid
preload bool
domainId System.Guid
rootMapId System.Guid
Résultat System

WebAppSPGlymaSession() public méthode

public WebAppSPGlymaSession ( string callingUrl, System.Guid sessionId, bool isParameter, MapParameter domainParameter, MapParameter rootMapParameter ) : System
callingUrl string
sessionId System.Guid
isParameter bool
domainParameter TransactionalNodeService.Common.MapParameter
rootMapParameter TransactionalNodeService.Common.MapParameter
Résultat System

WebAppSPGlymaSession() public méthode

public WebAppSPGlymaSession ( string callingUrl, System.Guid sessionId, bool preload, bool isParameter, MapParameter domainParameter, MapParameter rootMapParameter ) : System
callingUrl string
sessionId System.Guid
preload bool
isParameter bool
domainParameter TransactionalNodeService.Common.MapParameter
rootMapParameter TransactionalNodeService.Common.MapParameter
Résultat System

WebAppSPGlymaSession() public méthode

public WebAppSPGlymaSession ( string callingUrl, bool isParameter, MapParameter domainParameter, MapParameter rootMapParameter ) : System
callingUrl string
isParameter bool
domainParameter TransactionalNodeService.Common.MapParameter
rootMapParameter TransactionalNodeService.Common.MapParameter
Résultat System