Example #1
0
 public ToggleViewCommand(AlertsStatusSectionModel alertsStatusSectionModel)
 {
     this.alertsStatusSectionModel = alertsStatusSectionModel;
 }
Example #2
0
 public DeleteAlertCommand(AlertsStatusSectionModel alertsStatusSectionModel)
 {
     this.alertsStatusSectionModel = alertsStatusSectionModel;
 }
Example #3
0
 public MarkAllCommand(AlertsStatusSectionModel alertsStatusSectionModel, bool markAs)
 {
     this.alertsStatusSectionModel = alertsStatusSectionModel;
     this.markAs = markAs;
 }
Example #4
0
 public SaveAlertsCommand(AlertsStatusSectionModel alertsStatusSectionModel)
 {
     this.alertsStatusSectionModel = alertsStatusSectionModel;
 }
		public ToggleViewCommand(AlertsStatusSectionModel alertsStatusSectionModel)
		{
			this.alertsStatusSectionModel = alertsStatusSectionModel;
		}
		public MarkAllCommand(AlertsStatusSectionModel alertsStatusSectionModel, bool markAs)
		{
			this.alertsStatusSectionModel = alertsStatusSectionModel;
			this.markAs = markAs;
		}
		public DeleteAlertCommand(AlertsStatusSectionModel alertsStatusSectionModel)
		{
			this.alertsStatusSectionModel = alertsStatusSectionModel;
		}
		public SaveAlertsCommand(AlertsStatusSectionModel alertsStatusSectionModel)
		{
			this.alertsStatusSectionModel = alertsStatusSectionModel;
		}