Search Results for

    Show / Hide Table of Contents

    Class VehicleImageViewModel

    View model for vehicle images.

    Inheritance
    System.Object
    VehicleImageViewModel
    Namespace: Simplic.PlugIn.Logistics.UI.ViewModel
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class VehicleImageViewModel : ExtendableViewModel

    Constructors

    | Improve this Doc View Source

    VehicleImageViewModel(VehicleImage)

    Creates a new instance of the VehicleImageViewModel.

    Declaration
    public VehicleImageViewModel(VehicleImage model)
    Parameters
    Type Name Description
    VehicleImage model
    | Improve this Doc View Source

    VehicleImageViewModel(VehicleImage, IViewModelBase)

    Creates a new instance of the VehicleImageViewModel.

    Declaration
    public VehicleImageViewModel(VehicleImage model, IViewModelBase parent)
    Parameters
    Type Name Description
    VehicleImage model
    IViewModelBase parent

    Properties

    | Improve this Doc View Source

    FileName

    Gets or sets the file name.

    Declaration
    public string FileName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Image

    Gets or sets the image.

    Declaration
    public BitmapSource Image { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Imaging.BitmapSource
    | Improve this Doc View Source

    ImageGuid

    Gets or sets the image guid.

    Declaration
    public Guid ImageGuid { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    Model

    Gets the vehicle image model.

    Declaration
    public VehicleImage Model { get; }
    Property Value
    Type Description
    VehicleImage
    | Improve this Doc View Source

    OrderId

    Gets or sets the order id.

    Declaration
    public int OrderId { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    VehicleGuid

    Gets or sets the vehicle guid.

    Declaration
    public Guid VehicleGuid { get; set; }
    Property Value
    Type Description
    System.Guid
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx