Method | 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 |
Method | Description | |
---|---|---|
Subjects_Select ( long id ) : System.Web.Mvc.ActionResult |
public Features ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public IsFeatureInEveryoneGroup ( long featureId ) : bool | ||
featureId | long | |
return | bool |
public SetFeaturePermission ( long subjectId, long featureId, int value ) : bool | ||
subjectId | long | |
featureId | long | |
value | int | |
return | bool |
public SetFeaturePublicity ( long featureId, bool value ) : bool | ||
featureId | long | |
value | bool | |
return | bool |
public Subjects ( long id ) : System.Web.Mvc.ActionResult | ||
id | long | |
return | System.Web.Mvc.ActionResult |