C# 클래스 Acceleratio.SPDG.Generator.Server.SPModel.SPDGServerRoleAssignment

상속: Acceleratio.SPDG.Generator.SPModel.SPDGRoleAssignment
파일 보기 프로젝트 열기: Acceleratio/SPDG

공개 메소드들

메소드 설명
SPDGServerRoleAssignment ( SPDGPrincipal member ) : System.Collections.Generic
SPDGServerRoleAssignment ( SPRoleAssignment roleAssignment, SPDGPrincipal member, IEnumerable roleDefinitionBindings ) : System.Collections.Generic
Update ( ) : void

메소드 상세

SPDGServerRoleAssignment() 공개 메소드

public SPDGServerRoleAssignment ( SPDGPrincipal member ) : System.Collections.Generic
member Acceleratio.SPDG.Generator.SPModel.SPDGPrincipal
리턴 System.Collections.Generic

SPDGServerRoleAssignment() 공개 메소드

public SPDGServerRoleAssignment ( SPRoleAssignment roleAssignment, SPDGPrincipal member, IEnumerable roleDefinitionBindings ) : System.Collections.Generic
roleAssignment SPRoleAssignment
member Acceleratio.SPDG.Generator.SPModel.SPDGPrincipal
roleDefinitionBindings IEnumerable
리턴 System.Collections.Generic

Update() 공개 메소드

public Update ( ) : void
리턴 void