Example #1
0
 public GetAppAction(AppFromPath appFromPath)
 {
     this.appFromPath = appFromPath;
 }
Example #2
0
 public UnassignRoleAction(AppFromPath appFromPath, AppFactory factory)
 {
     this.appFromPath = appFromPath;
     this.factory     = factory;
 }
 public GetMostRecentRequestsAction(AppFromPath appFromPath)
 {
     this.appFromPath = appFromPath;
 }
 internal GetUserRoleAccessAction(AppFromPath appFromPath, AppFactory factory)
 {
     this.appFromPath = appFromPath;
     this.factory     = factory;
 }
 public GetResourceAction(AppFromPath appFromPath)
 {
     this.appFromPath = appFromPath;
 }
Example #6
0
 public GetCurrentVersionAction(AppFromPath appFromPath)
 {
     this.appFromPath = appFromPath;
 }
Example #7
0
 public GetModifierCategoriesAction(AppFromPath appFromPath)
 {
     this.appFromPath = appFromPath;
 }
 public GetDefaultModifierAction(AppFromPath appFromPath)
 {
     this.appFromPath = appFromPath;
 }
Example #9
0
 public GetRoleAccessAction(AppFromPath appFromPath)
 {
     this.appFromPath = appFromPath;
 }
 public AssignRoleAction(AppFromPath appFromPath, AppFactory appFactory)
 {
     this.appFromPath = appFromPath;
     this.appFactory  = appFactory;
 }
 public GetModCategoryAction(AppFromPath appFromPath)
 {
     this.appFromPath = appFromPath;
 }
Example #12
0
 public GetUserRolesAction(AppFromPath appFromPath, AppFactory factory)
 {
     this.appFromPath = appFromPath;
     this.factory     = factory;
 }
Example #13
0
 public GetMostRecentErrorEventsAction(AppFromPath appFromPath)
 {
     this.appFromPath = appFromPath;
 }
Example #14
0
 public GetModifiersAction(AppFromPath appFromPath)
 {
     this.appFromPath = appFromPath;
 }
 public GetUserModifierCategoriesAction(AppFromPath appFromPath, AppFactory factory)
 {
     this.appFromPath = appFromPath;
     this.factory     = factory;
 }