Exemplo n.º 1
0
 public ToggleViewCommand(AlertsStatusSectionModel alertsStatusSectionModel)
 {
     this.alertsStatusSectionModel = alertsStatusSectionModel;
 }
Exemplo n.º 2
0
 public DeleteAlertCommand(AlertsStatusSectionModel alertsStatusSectionModel)
 {
     this.alertsStatusSectionModel = alertsStatusSectionModel;
 }
Exemplo n.º 3
0
 public MarkAllCommand(AlertsStatusSectionModel alertsStatusSectionModel, bool markAs)
 {
     this.alertsStatusSectionModel = alertsStatusSectionModel;
     this.markAs = markAs;
 }
Exemplo n.º 4
0
 public SaveAlertsCommand(AlertsStatusSectionModel alertsStatusSectionModel)
 {
     this.alertsStatusSectionModel = alertsStatusSectionModel;
 }
Exemplo n.º 5
0
		public ToggleViewCommand(AlertsStatusSectionModel alertsStatusSectionModel)
		{
			this.alertsStatusSectionModel = alertsStatusSectionModel;
		}
Exemplo n.º 6
0
		public MarkAllCommand(AlertsStatusSectionModel alertsStatusSectionModel, bool markAs)
		{
			this.alertsStatusSectionModel = alertsStatusSectionModel;
			this.markAs = markAs;
		}
Exemplo n.º 7
0
		public DeleteAlertCommand(AlertsStatusSectionModel alertsStatusSectionModel)
		{
			this.alertsStatusSectionModel = alertsStatusSectionModel;
		}
Exemplo n.º 8
0
		public SaveAlertsCommand(AlertsStatusSectionModel alertsStatusSectionModel)
		{
			this.alertsStatusSectionModel = alertsStatusSectionModel;
		}