Search Results for

    Show / Hide Table of Contents

    Class MaintenanceContract

    Inheritance
    System.Object
    MaintenanceContract
    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
    Assembly: Simplic.Logistics.Vehicle.dll
    Syntax
    public class MaintenanceContract

    Constructors

    | Improve this Doc View Source

    MaintenanceContract()

    Constructor

    Declaration
    public MaintenanceContract()

    Properties

    | Improve this Doc View Source

    BeginDate

    Gets or sets the begin date

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

    EndDate

    Gets or sets the end date

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

    Guid

    Gets or sets the Guid

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

    MonthlyCost

    Gets or sets the monthly costs

    Declaration
    public decimal MonthlyCost { get; set; }
    Property Value
    Type Description
    System.Decimal
    | Improve this Doc View Source

    Remark

    Gets or sets the remark

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

    SupplierId

    Gets or sets the supplier id

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