C# Class DynamicServices.Sakurity.SecurityCheckBase

Inheritance: ISecurityCheck
ファイルを表示 Open project: ryanohs/DynamicServices

Protected Properties

Property Type Description
_Allow bool
_Everyone bool
_Group string
_UserId System.Guid

Public Methods

Method Description
Check ( DynamicAction action ) : SakurityResult
GetLevel ( ) : int

Method Details

Check() public abstract method

public abstract Check ( DynamicAction action ) : SakurityResult
action DynamicAction
return SakurityResult

GetLevel() public method

public GetLevel ( ) : int
return int

Property Details

_Allow protected_oe property

protected bool _Allow
return bool

_Everyone protected_oe property

protected bool _Everyone
return bool

_Group protected_oe property

protected string _Group
return string

_UserId protected_oe property

protected Guid,System _UserId
return System.Guid