C# 클래스 SilverlightMappingToolBasic.UI.Extensions.Security.SecurityManager

파일 보기 프로젝트 열기: chris-tomich/Glyma

Private Properties

프로퍼티 타입 설명
ClientOnBreakRootMapInheritanceCompleted void
ClientOnGetAllSecurityGroupsCompleted void
ClientOnGetPermissionNameForObjectCompleted void
ClientOnGetSecurityAssociationsCompleted void
ClientOnGetUsersPermissionLevelNameCompleted void
ClientOnRestoreRootMapInheritanceCompleted void
ClientOnSetProjectManagerGroupAssociationsCompleted void
ClientOnUpdateSecurityAssociationsCompleted void

공개 메소드들

메소드 설명
BreakRootMapInheritanceAsync ( object context, EventHandler action, System.Guid parentGuid, System.Guid objectGuid ) : void
GetAllSecurityGroupsAsync ( object context, EventHandler action ) : void
GetPermissionNameForObjectAsync ( object context, EventHandler action, GlymaSecurableObject securableObject ) : void
GetSecurityAssociationsAsync ( object context, EventHandler action, ObservableCollection groups, GlymaSecurableObject securableObject ) : void
GetUsersPermissionLevelNameAsync ( object context, EventHandler action ) : void
RestoreRootMapInheritanceAsync ( object context, EventHandler action, System.Guid parentGuid, System.Guid objectGuid ) : void
SetProjectManagerGroupAssociationsAsync ( object context, EventHandler action, GlymaSecurableObject securableObject ) : void
UpdateSecurityAssociationsAsync ( object context, EventHandler action, ObservableCollection updateQueries ) : void

비공개 메소드들

메소드 설명
ClientOnBreakRootMapInheritanceCompleted ( object sender, BreakRootMapInheritanceCompletedEventArgs e ) : void
ClientOnGetAllSecurityGroupsCompleted ( object sender, GetAllSecurityGroupsCompletedEventArgs e ) : void
ClientOnGetPermissionNameForObjectCompleted ( object sender, GetPermissionNameForObjectCompletedEventArgs e ) : void
ClientOnGetSecurityAssociationsCompleted ( object sender, GetSecurityAssociationsCompletedEventArgs e ) : void
ClientOnGetUsersPermissionLevelNameCompleted ( object sender, GetUsersPermissionLevelNameCompletedEventArgs e ) : void
ClientOnRestoreRootMapInheritanceCompleted ( object sender, RestoreRootMapInheritanceCompletedEventArgs e ) : void
ClientOnSetProjectManagerGroupAssociationsCompleted ( object sender, SetProjectManagerGroupAssociationsCompletedEventArgs e ) : void
ClientOnUpdateSecurityAssociationsCompleted ( object sender, UpdateSecurityAssociationsCompletedEventArgs e ) : void

메소드 상세

BreakRootMapInheritanceAsync() 공개 메소드

public BreakRootMapInheritanceAsync ( object context, EventHandler action, System.Guid parentGuid, System.Guid objectGuid ) : void
context object
action EventHandler
parentGuid System.Guid
objectGuid System.Guid
리턴 void

GetAllSecurityGroupsAsync() 공개 메소드

public GetAllSecurityGroupsAsync ( object context, EventHandler action ) : void
context object
action EventHandler
리턴 void

GetPermissionNameForObjectAsync() 공개 메소드

public GetPermissionNameForObjectAsync ( object context, EventHandler action, GlymaSecurableObject securableObject ) : void
context object
action EventHandler
securableObject GlymaSecurableObject
리턴 void

GetSecurityAssociationsAsync() 공개 메소드

public GetSecurityAssociationsAsync ( object context, EventHandler action, ObservableCollection groups, GlymaSecurableObject securableObject ) : void
context object
action EventHandler
groups ObservableCollection
securableObject GlymaSecurableObject
리턴 void

GetUsersPermissionLevelNameAsync() 공개 메소드

public GetUsersPermissionLevelNameAsync ( object context, EventHandler action ) : void
context object
action EventHandler
리턴 void

RestoreRootMapInheritanceAsync() 공개 메소드

public RestoreRootMapInheritanceAsync ( object context, EventHandler action, System.Guid parentGuid, System.Guid objectGuid ) : void
context object
action EventHandler
parentGuid System.Guid
objectGuid System.Guid
리턴 void

SetProjectManagerGroupAssociationsAsync() 공개 메소드

public SetProjectManagerGroupAssociationsAsync ( object context, EventHandler action, GlymaSecurableObject securableObject ) : void
context object
action EventHandler
securableObject GlymaSecurableObject
리턴 void

UpdateSecurityAssociationsAsync() 공개 메소드

public UpdateSecurityAssociationsAsync ( object context, EventHandler action, ObservableCollection updateQueries ) : void
context object
action EventHandler
updateQueries ObservableCollection
리턴 void