C# Class Waaz.PrincipalExtensions

Afficher le fichier Open project: pmhsfelix/Waaz

Méthodes publiques

Méthode Description
IfAnonymous ( this rb ) : OperPredAndRuleBuilder
IfAuthenticated ( this rb ) : OperPredAndRuleBuilder
IfInRoles ( this rb, Pred p ) : OperPredAndRuleBuilder
Role ( this rb, string role ) : OperPredAndRuleBuilder
User ( this rb, string name ) : OperPredAndRuleBuilder

Method Details

IfAnonymous() public static méthode

public static IfAnonymous ( this rb ) : OperPredAndRuleBuilder
rb this
Résultat OperPredAndRuleBuilder

IfAuthenticated() public static méthode

public static IfAuthenticated ( this rb ) : OperPredAndRuleBuilder
rb this
Résultat OperPredAndRuleBuilder

IfInRoles() public static méthode

public static IfInRoles ( this rb, Pred p ) : OperPredAndRuleBuilder
rb this
p Pred
Résultat OperPredAndRuleBuilder

Role() public static méthode

public static Role ( this rb, string role ) : OperPredAndRuleBuilder
rb this
role string
Résultat OperPredAndRuleBuilder

User() public static méthode

public static User ( this rb, string name ) : OperPredAndRuleBuilder
rb this
name string
Résultat OperPredAndRuleBuilder