다음을 통해 공유


Permission 클래스

정의

역할 정의 권한.

public class Permission
type Permission = class
Public Class Permission
상속
Permission

생성자

Permission()

Permission 클래스의 새 instance 초기화합니다.

Permission(IList<String>, IList<String>, IList<String>, IList<String>)

Permission 클래스의 새 instance 초기화합니다.

속성

Actions

허용되는 작업을 가져오거나 설정합니다.

DataActions

허용되는 데이터 작업을 가져오거나 설정합니다.

NotActions

거부된 작업을 가져오거나 설정합니다.

NotDataActions

거부된 데이터 작업을 가져오거나 설정합니다.

적용 대상