C# 클래스 TransactionalNodeService.SharePoint.SecurityModel.GlymaSecurityTrimmer

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

Private Properties

프로퍼티 타입 설명
BuildFindRootMapIdCommand System.Data.SqlClient.SqlCommand

공개 메소드들

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

비공개 메소드들

메소드 설명
BuildFindRootMapIdCommand ( SqlConnection connection, System.Guid domainId, System.Guid nodeId ) : SqlCommand

메소드 상세

CheckRootMapAuthorisationBaseOnNode() 공개 메소드

public CheckRootMapAuthorisationBaseOnNode ( System.Guid domainId, System.Guid nodeId ) : bool
domainId System.Guid
nodeId System.Guid
리턴 bool

GlymaSecurityTrimmer() 공개 메소드

public GlymaSecurityTrimmer ( SPWeb web, IGlymaSession glymaSession ) : Glyma.Security.Model
web SPWeb
glymaSession IGlymaSession
리턴 Glyma.Security.Model

TrimResponse() 공개 메소드

public TrimResponse ( QueryResponse>.Dictionary response ) : QueryResponse>.Dictionary
response QueryResponse>.Dictionary
리턴 QueryResponse>.Dictionary

TrimResponse() 공개 메소드

public TrimResponse ( QueryResponse response ) : QueryResponse
response TransactionalNodeService.Common.QueryResponse
리턴 TransactionalNodeService.Common.QueryResponse