C# 클래스 DynamicServices.Sakurity.SecurityCheckBase

상속: ISecurityCheck
파일 보기 프로젝트 열기: ryanohs/DynamicServices

보호된 프로퍼티들

프로퍼티 타입 설명
_Allow bool
_Everyone bool
_Group string
_UserId System.Guid

공개 메소드들

메소드 설명
Check ( DynamicAction action ) : SakurityResult
GetLevel ( ) : int

메소드 상세

Check() 공개 추상적인 메소드

public abstract Check ( DynamicAction action ) : SakurityResult
action DynamicAction
리턴 SakurityResult

GetLevel() 공개 메소드

public GetLevel ( ) : int
리턴 int

프로퍼티 상세

_Allow 보호되어 있는 프로퍼티

protected bool _Allow
리턴 bool

_Everyone 보호되어 있는 프로퍼티

protected bool _Everyone
리턴 bool

_Group 보호되어 있는 프로퍼티

protected string _Group
리턴 string

_UserId 보호되어 있는 프로퍼티

protected Guid,System _UserId
리턴 System.Guid