C# Class Rebel.Cms.Web.Dashboards.Rules.UserRoleMatchRule

Dashboard configuration match rule for matching a user's Role
Inheritance: DashboardMatchRule
Afficher le fichier Open project: RebelCMS/rebelcmsxu5

Méthodes publiques

Méthode Description
IsMatch ( string condition ) : bool
UserRoleMatchRule ( System.Web.HttpContextBase http, IRoutableRequestContext routableRequestContext ) : System

Method Details

IsMatch() public méthode

public IsMatch ( string condition ) : bool
condition string
Résultat bool

UserRoleMatchRule() public méthode

public UserRoleMatchRule ( System.Web.HttpContextBase http, IRoutableRequestContext routableRequestContext ) : System
http System.Web.HttpContextBase
routableRequestContext IRoutableRequestContext
Résultat System