Class EditImageCollectionWindowViewModel
Represents the view model for an edit image collection window view model.
Inheritance
System.Object
EditImageCollectionWindowViewModel
Namespace: Simplic.PlugIn.Logistics.UI
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class EditImageCollectionWindowViewModel : ExtendableViewModel
Constructors
| Improve this Doc View SourceEditImageCollectionWindowViewModel()
The ViewModel for the edit image collection window.
Declaration
public EditImageCollectionWindowViewModel()
Properties
| Improve this Doc View SourceAddImageCommand
Gest or sets the command to add an image to the collection.
Declaration
public ICommand AddImageCommand { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand |
AddImageFromDocumentsCommand
Gest or sets the command to add images from the linked documents to the collection
Declaration
public ICommand AddImageFromDocumentsCommand { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand |
DeleteImageCommand
Gest or sets the command to remove an image from the collection.
Declaration
public ICommand DeleteImageCommand { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand |
ImageCollection
Gest or sets the collection of vehicle image view models.
Declaration
public ObservableCollection<VehicleImageViewModel> ImageCollection { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ObservableCollection<VehicleImageViewModel> |
VehicleImages
Gest or sets the collection of vehicle images.
Declaration
public StatefulCollection<VehicleImage> VehicleImages { get; set; }
Property Value
Type | Description |
---|---|
StatefulCollection<VehicleImage> |