Search Results for

    Show / Hide Table of Contents

    Class VehicleImage

    Represents an image for a vehicle.

    Inheritance
    System.Object
    VehicleImage
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Logistics.Vehicle.Model
    Assembly: Simplic.Logistics.Vehicle.dll
    Syntax
    public class VehicleImage

    Properties

    | Improve this Doc View Source

    FileExtension

    Gets or sets the file extionsion.

    Declaration
    public string FileExtension { get; set; }
    Property Value
    Type Description
    System.String
    | 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

    ImageBlob

    Gets or sets the image blob.

    Declaration
    public byte[] ImageBlob { get; set; }
    Property Value
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    ImageGuid

    Gets or sets the image guid. Returns a new guid if none has been set.

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

    IsDeleted

    Gets or sets whether the image is deleted.

    Declaration
    public bool IsDeleted { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    OrderId

    Gets or sets the Order Id. This determines the order of images.

    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