Search Results for

    Show / Hide Table of Contents

    Class VehicleInsurance

    Inheritance
    System.Object
    VehicleInsurance
    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 VehicleInsurance

    Properties

    | Improve this Doc View Source

    AnnualPremium

    Gets or sets the amount of the annual premium.

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

    EndDate

    Gets or sets the ending date of the insurance.

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

    Guid

    Gets or sets the unique identifier of the vehicleinsurance. If no guid is given, a new one is created.

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

    InsuranceTypeGuid

    Gets or sets the guid of the insurance type.

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

    IsDeleted

    Gets or sets if this insurance is deleted.

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

    PremiumSum

    Gets or sets the sum of the insurance premium over the complete daterange.

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

    StartDate

    Gets or sets the starting date of the insurance.

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

    VehicleGuid

    Gets or sets the Guid of the related vehicle.

    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