C# Класс Glyma.SharePoint.Security.GlymaUserContext

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
GetCurrentUserAccessToObject Glyma.Security.GetCurrentUserAccessToObjectResponse
GetHighestPermissionLevel IGlymaPermission
IsUserAuthorized bool
IsUserMapAuthor bool
IsUserMapManager bool
IsUserMapReader bool
IsUserProjectManager bool
IsUserSecurityManager bool
SetProjectManagerGroupAssociations Glyma.Security.ResponseObject

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

Метод Описание
GlymaUserContext ( SecurityContextManager context ) : Microsoft.SharePoint

Приватные методы

Метод Описание
GetCurrentUserAccessToObject ( GlymaSecurableObject securableObject, bool checkProjectsChildren = false ) : GetCurrentUserAccessToObjectResponse
GetHighestPermissionLevel ( ) : IGlymaPermission
IsUserAuthorized ( GlymaPermissionLevel permissionLevel ) : bool
IsUserMapAuthor ( ) : bool
IsUserMapManager ( ) : bool
IsUserMapReader ( ) : bool
IsUserProjectManager ( ) : bool
IsUserSecurityManager ( ) : bool
SetProjectManagerGroupAssociations ( GlymaSecurableObject securableObject ) : ResponseObject

This method is called by a Glyma Project Manager when they create a new project, it will associate any Glyma Project Manager group the user belongs to with the newly created project.

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

GlymaUserContext() публичный Метод

public GlymaUserContext ( SecurityContextManager context ) : Microsoft.SharePoint
context SecurityContextManager
Результат Microsoft.SharePoint