C# 클래스 TransactionalNodeService.SharePoint.WebAppSPGlymaSession

상속: IGlymaSession
파일 보기 프로젝트 열기: chris-tomich/Glyma 1 사용 예제들

Private Properties

프로퍼티 타입 설명
FindMapDbConnectionParameters void
FindSecurityDbConnectionParameters void
FindTransactionDbConnectionParameters void
IsAuthorised bool

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
FindMapDbConnectionParameters ( GlymaSessionConfiguration &glymaSessionConfig ) : void
FindSecurityDbConnectionParameters ( GlymaSessionConfiguration &glymaSessionConfig ) : void
FindTransactionDbConnectionParameters ( GlymaSessionConfiguration &glymaSessionConfig ) : void
IsAuthorised ( System.Guid domainId, System.Guid rootMapId ) : bool

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ExportGlymaSession() 공개 메소드

public ExportGlymaSession ( ) : GlymaSessionConfiguration
리턴 TransactionalNodeService.Common.GlymaSessionConfiguration

PersistSessionObject() 공개 메소드

public PersistSessionObject ( ) : void
리턴 void

WebAppSPGlymaSession() 공개 메소드

public WebAppSPGlymaSession ( string callingUrl ) : System
callingUrl string
리턴 System

WebAppSPGlymaSession() 공개 메소드

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

WebAppSPGlymaSession() 공개 메소드

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

WebAppSPGlymaSession() 공개 메소드

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
리턴 System

WebAppSPGlymaSession() 공개 메소드

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

WebAppSPGlymaSession() 공개 메소드

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
리턴 System

WebAppSPGlymaSession() 공개 메소드

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
리턴 System

WebAppSPGlymaSession() 공개 메소드

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
리턴 System

WebAppSPGlymaSession() 공개 메소드

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