ViewModel for "Download All" command.

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

Syntax

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

Inheritance Hierarchy

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

See Also