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

显示文件 Open project: dfensgmbh/biz.dfch.CS.Appclusive.UI Class Usage Examples

Public Properties

Property Type Description
Navigation NavEntry>.Dictionary

Public Methods

Method 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

Method 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 method

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

HasPermission() public method

public HasPermission ( string modelName, string action ) : bool
modelName string
action string without entity: CanRead
return bool

PermissionDecisions() public method

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

Property Details

Navigation public_oe property

public Dictionary Navigation
return NavEntry>.Dictionary