Class SaveElementConfirmationViewModel
Inheritance
System.Object
SaveElementConfirmationViewModel
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class SaveElementConfirmationViewModel : ViewModelBase
Constructors
SaveElementConfirmationViewModel()
Declaration
public SaveElementConfirmationViewModel()
Properties
Elements
Declaration
public ObservableCollection<SaveElementViewModel> Elements { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<SaveElementViewModel>
|