Search Results for

    Show / Hide Table of Contents

    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 Source

    EditImageCollectionWindowViewModel()

    The ViewModel for the edit image collection window.

    Declaration
    public EditImageCollectionWindowViewModel()

    Properties

    | Improve this Doc View Source

    AddImageCommand

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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>
    | Improve this Doc View Source

    VehicleImages

    Gest or sets the collection of vehicle images.

    Declaration
    public StatefulCollection<VehicleImage> VehicleImages { get; set; }
    Property Value
    Type Description
    StatefulCollection<VehicleImage>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx