RoleManagerEventArgs 클래스
정의
RoleManagerModule 클래스의 GetRoles 이벤트에 이벤트 데이터를 제공합니다.Provides event data for the GetRoles event of the RoleManagerModule class.
public ref class RoleManagerEventArgs sealed : EventArgs
public sealed class RoleManagerEventArgs : EventArgs
type RoleManagerEventArgs = class
inherit EventArgs
Public NotInheritable Class RoleManagerEventArgs
Inherits EventArgs
- 상속
설명
RoleManagerEventArgs 개체는 이벤트 정보를 제공 합니다 GetRoles 의 이벤트는 RoleManagerModule 클래스.The RoleManagerEventArgs object provides event information to the GetRoles event of the RoleManagerModule class. RoleManagerEventArgs 개체에 대 한 액세스를 제공 합니다 HttpContext 현재 요청의 및 Boolean
RolesPopulated 속성 작성을 취소 하거나 설정 하는 RolePrincipal 에서 RoleManagerModule.The RoleManagerEventArgs object provides access to the HttpContext of the current request, and a Boolean
RolesPopulated property is used to enable or cancel creation of a RolePrincipal by the RoleManagerModule.
생성자
RoleManagerEventArgs(HttpContext) |
RoleManagerEventArgs 클래스의 인스턴스를 만들고 Context 속성을 지정된 HttpContext로 설정합니다.Creates an instance of the RoleManagerEventArgs class and sets the Context property to the specified HttpContext. |
속성
Context |
현재 요청에 대한 HttpContext를 가져옵니다.Gets the HttpContext for the current request. |
RolesPopulated |
역할 정보가 현재 사용자에게 적용되었는지 여부를 나타내는 값을 가져오거나 설정합니다.Gets or sets a value indicating whether role information has been applied to the current user. |
메서드
Equals(Object) |
지정한 개체와 현재 개체가 같은지 여부를 확인합니다.Determines whether the specified object is equal to the current object. (다음에서 상속됨 Object) |
GetHashCode() |
기본 해시 함수로 작동합니다.Serves as the default hash function. (다음에서 상속됨 Object) |
GetType() |
현재 인스턴스의 Type을 가져옵니다.Gets the Type of the current instance. (다음에서 상속됨 Object) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다.Creates a shallow copy of the current Object. (다음에서 상속됨 Object) |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다.Returns a string that represents the current object. (다음에서 상속됨 Object) |