Esempio n. 1
0
 public GetAppAction(AppFromPath appFromPath)
 {
     this.appFromPath = appFromPath;
 }
Esempio n. 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;
 }
Esempio n. 6
0
 public GetCurrentVersionAction(AppFromPath appFromPath)
 {
     this.appFromPath = appFromPath;
 }
Esempio n. 7
0
 public GetModifierCategoriesAction(AppFromPath appFromPath)
 {
     this.appFromPath = appFromPath;
 }
 public GetDefaultModifierAction(AppFromPath appFromPath)
 {
     this.appFromPath = appFromPath;
 }
Esempio n. 9
0
 public GetRoleAccessAction(AppFromPath appFromPath)
 {
     this.appFromPath = appFromPath;
 }
Esempio n. 10
0
 public AssignRoleAction(AppFromPath appFromPath, AppFactory appFactory)
 {
     this.appFromPath = appFromPath;
     this.appFactory  = appFactory;
 }
 public GetModCategoryAction(AppFromPath appFromPath)
 {
     this.appFromPath = appFromPath;
 }
Esempio n. 12
0
 public GetUserRolesAction(AppFromPath appFromPath, AppFactory factory)
 {
     this.appFromPath = appFromPath;
     this.factory     = factory;
 }
Esempio n. 13
0
 public GetMostRecentErrorEventsAction(AppFromPath appFromPath)
 {
     this.appFromPath = appFromPath;
 }
Esempio n. 14
0
 public GetModifiersAction(AppFromPath appFromPath)
 {
     this.appFromPath = appFromPath;
 }
 public GetUserModifierCategoriesAction(AppFromPath appFromPath, AppFactory factory)
 {
     this.appFromPath = appFromPath;
     this.factory     = factory;
 }