ViewModel for "Ack All" command.

Namespace: Ico.Awx.ViewModel
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public class AckAllCommandViewModel : CommandViewModelBase
Visual Basic
Public Class AckAllCommandViewModel _
	Inherits CommandViewModelBase
JScript
public class AckAllCommandViewModel extends CommandViewModelBase

Inheritance Hierarchy

System..::..Object
  BindableObject
    CommandViewModelBase
      Ico.Awx.ViewModel..::..AckAllCommandViewModel

See Also