C# Class BExIS.Web.Shell.Areas.SAM.Controllers.FeaturePermissionsController

Inheritance: Controller
Afficher le fichier Open project: BEXIS2/Core

Méthodes publiques

Méthode Description
Features ( ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
IsFeatureInEveryoneGroup ( long featureId ) : bool
SetFeaturePermission ( long subjectId, long featureId, int value ) : bool
SetFeaturePublicity ( long featureId, bool value ) : bool
Subjects ( long id ) : System.Web.Mvc.ActionResult

Private Methods

Méthode Description
Subjects_Select ( long id ) : System.Web.Mvc.ActionResult

Method Details

Features() public méthode

public Features ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

IsFeatureInEveryoneGroup() public méthode

public IsFeatureInEveryoneGroup ( long featureId ) : bool
featureId long
Résultat bool

SetFeaturePermission() public méthode

public SetFeaturePermission ( long subjectId, long featureId, int value ) : bool
subjectId long
featureId long
value int
Résultat bool

SetFeaturePublicity() public méthode

public SetFeaturePublicity ( long featureId, bool value ) : bool
featureId long
value bool
Résultat bool

Subjects() public méthode

public Subjects ( long id ) : System.Web.Mvc.ActionResult
id long
Résultat System.Web.Mvc.ActionResult