C# Class TransactionalNodeService.SharePoint.WebAppSPGlymaSession

Inheritance: IGlymaSession
ファイルを表示 Open project: chris-tomich/Glyma Class Usage Examples

Private Properties

Property Type Description
FindMapDbConnectionParameters void
FindSecurityDbConnectionParameters void
FindTransactionDbConnectionParameters void
IsAuthorised bool

Public Methods

Method 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

Method 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 method

public Dispose ( ) : void
return void

ExportGlymaSession() public method

public ExportGlymaSession ( ) : GlymaSessionConfiguration
return TransactionalNodeService.Common.GlymaSessionConfiguration

PersistSessionObject() public method

public PersistSessionObject ( ) : void
return void

WebAppSPGlymaSession() public method

public WebAppSPGlymaSession ( string callingUrl ) : System
callingUrl string
return System

WebAppSPGlymaSession() public method

public WebAppSPGlymaSession ( string callingUrl, System.Guid sessionId ) : System
callingUrl string
sessionId System.Guid
return System

WebAppSPGlymaSession() public method

public WebAppSPGlymaSession ( string callingUrl, System.Guid domainId, System.Guid rootMapId ) : System
callingUrl string
domainId System.Guid
rootMapId System.Guid
return System

WebAppSPGlymaSession() public method

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
return System

WebAppSPGlymaSession() public method

public WebAppSPGlymaSession ( string callingUrl, System.Guid sessionId, bool preload ) : System
callingUrl string
sessionId System.Guid
preload bool
return System

WebAppSPGlymaSession() public method

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
return System

WebAppSPGlymaSession() public method

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
return System

WebAppSPGlymaSession() public method

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
return System

WebAppSPGlymaSession() public method

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