C# 클래스 SecurityControllers.Authorization.ClaimPermission.ResourceAction

파일 보기 프로젝트 열기: wcpro/SecurityControllers

공개 프로퍼티들

프로퍼티 타입 설명
Action string
ActionType string
Resource string
ResourceType string

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
ResourceAction ( string resourceType, string resource, string actionType, string action ) : System

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ResourceAction() 공개 메소드

public ResourceAction ( string resourceType, string resource, string actionType, string action ) : System
resourceType string
resource string
actionType string
action string
리턴 System

프로퍼티 상세

Action 공개적으로 프로퍼티

public string Action
리턴 string

ActionType 공개적으로 프로퍼티

public string ActionType
리턴 string

Resource 공개적으로 프로퍼티

public string Resource
리턴 string

ResourceType 공개적으로 프로퍼티

public string ResourceType
리턴 string