C# Класс ScrewTurn.Wiki.SessionFacade

Exposes in a strongly-typed fashion the Session variables.
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
GetCurrentGroupNames ( ) : string[]

Gets the current group names.

GetCurrentGroups ( ) : UserGroup[]

Gets the current user groups.

GetCurrentUser ( ) : UserInfo

Gets the current user, if any.

GetCurrentUsername ( ) : string

Gets the current username for security checks purposes only.

Описание методов

GetCurrentGroupNames() публичный статический Метод

Gets the current group names.
public static GetCurrentGroupNames ( ) : string[]
Результат string[]

GetCurrentGroups() публичный статический Метод

Gets the current user groups.
public static GetCurrentGroups ( ) : UserGroup[]
Результат UserGroup[]

GetCurrentUser() публичный статический Метод

Gets the current user, if any.
public static GetCurrentUser ( ) : UserInfo
Результат UserInfo

GetCurrentUsername() публичный статический Метод

Gets the current username for security checks purposes only.
public static GetCurrentUsername ( ) : string
Результат string