ViewModel for "Edit Timerange" command.

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

Syntax

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

Inheritance Hierarchy

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

See Also