C# Class TransactionalNodeService.SharePoint.SecurityModel.GlymaSecurityTrimmer

Afficher le fichier Open project: chris-tomich/Glyma Class Usage Examples

Private Properties

Свойство Type Description
BuildFindRootMapIdCommand System.Data.SqlClient.SqlCommand

Méthodes publiques

Méthode Description
CheckRootMapAuthorisationBaseOnNode ( System.Guid domainId, System.Guid nodeId ) : bool
GlymaSecurityTrimmer ( SPWeb web, IGlymaSession glymaSession ) : Glyma.Security.Model
TrimResponse ( QueryResponse>.Dictionary response ) : QueryResponse>.Dictionary
TrimResponse ( QueryResponse response ) : QueryResponse

Private Methods

Méthode Description
BuildFindRootMapIdCommand ( SqlConnection connection, System.Guid domainId, System.Guid nodeId ) : SqlCommand

Method Details

CheckRootMapAuthorisationBaseOnNode() public méthode

public CheckRootMapAuthorisationBaseOnNode ( System.Guid domainId, System.Guid nodeId ) : bool
domainId System.Guid
nodeId System.Guid
Résultat bool

GlymaSecurityTrimmer() public méthode

public GlymaSecurityTrimmer ( SPWeb web, IGlymaSession glymaSession ) : Glyma.Security.Model
web SPWeb
glymaSession IGlymaSession
Résultat Glyma.Security.Model

TrimResponse() public méthode

public TrimResponse ( QueryResponse>.Dictionary response ) : QueryResponse>.Dictionary
response QueryResponse>.Dictionary
Résultat QueryResponse>.Dictionary

TrimResponse() public méthode

public TrimResponse ( QueryResponse response ) : QueryResponse
response TransactionalNodeService.Common.QueryResponse
Résultat TransactionalNodeService.Common.QueryResponse