C# Class biz.dfch.CS.Appclusive.UI.Navigation.PermissionDecisions

Afficher le fichier Open project: dfensgmbh/biz.dfch.CS.Appclusive.UI Class Usage Examples

Méthodes publiques

Свойство Type Description
Navigation NavEntry>.Dictionary

Méthodes publiques

Méthode Description
HasPermission ( Type modelType, string action ) : bool

HasPermission ( string modelName, string action ) : bool

PermissionDecisions ( string username, string domain ) : biz.dfch.CS.Appclusive.UI.Controllers

Private Methods

Méthode Description
CanCreate ( Type modelType ) : bool
CanDecrypt ( Type modelType ) : bool
CanDelete ( Type modelType ) : bool
CanRead ( Type modelType ) : bool
CanUpdate ( Type modelType ) : bool
CoreRepositoryGet ( ) : biz.dfch.CS.Appclusive.Api.Core.Core

biz.dfch.CS.Appclusive.Api.Core.Core

CreateNavigation ( ) : NavEntry>.Dictionary
HasPermission ( string permissionName ) : bool

Method Details

HasPermission() public méthode

public HasPermission ( Type modelType, string action ) : bool
modelType System.Type
action string without entity: CanRead
Résultat bool

HasPermission() public méthode

public HasPermission ( string modelName, string action ) : bool
modelName string
action string without entity: CanRead
Résultat bool

PermissionDecisions() public méthode

public PermissionDecisions ( string username, string domain ) : biz.dfch.CS.Appclusive.UI.Controllers
username string
domain string
Résultat biz.dfch.CS.Appclusive.UI.Controllers

Property Details

Navigation public_oe property

public Dictionary Navigation
Résultat NavEntry>.Dictionary