C# Class DynamicServices.Sakurity.SecurityCheckBase

Inheritance: ISecurityCheck
Afficher le fichier Open project: ryanohs/DynamicServices

Protected Properties

Свойство Type Description
_Allow bool
_Everyone bool
_Group string
_UserId System.Guid

Méthodes publiques

Méthode Description
Check ( DynamicAction action ) : SakurityResult
GetLevel ( ) : int

Method Details

Check() public abstract méthode

public abstract Check ( DynamicAction action ) : SakurityResult
action DynamicAction
Résultat SakurityResult

GetLevel() public méthode

public GetLevel ( ) : int
Résultat int

Property Details

_Allow protected_oe property

protected bool _Allow
Résultat bool

_Everyone protected_oe property

protected bool _Everyone
Résultat bool

_Group protected_oe property

protected string _Group
Résultat string

_UserId protected_oe property

protected Guid,System _UserId
Résultat System.Guid