C# Класс TransactionalNodeService.SharePoint.WebAppSPGlymaSession

Наследование: IGlymaSession
Показать файл Открыть проект Примеры использования класса

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