'
Show / Hide Table of Contents

Class LocationModel

Namespace: Ayuda.BMS.Splash.PI.SDK.Models

Properties

Code

Type: string. Autocalculated from the LocationIDlocationTypeID, SublocationID, SublocationTypeID

Declaration
public string Code { get; set; }
Property Value
Type Description
System.String

Description

Type: string. Maximum length: 255 characters

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String

IsSaleable

Type: Bool.

Declaration
public bool IsSaleable { get; set; }
Property Value
Type Description
System.Boolean

LocationID

Type: Guid. Automatically generated upon creation.

Declaration
public Guid LocationID { get; set; }
Property Value
Type Description
System.Guid

LocationTypeID

Type: Guid.

Declaration
public Guid LocationTypeID { get; set; }
Property Value
Type Description
System.Guid

LocationTypeValueID

Type: Guid.

Declaration
public Guid? LocationTypeValueID { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>

RetiredAsOfDate

Type: Datetime. Optional.

Declaration
public DateTime? RetiredAsOfDate { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

SaleableAsOfDate

Type: Datetime. Optional.

Declaration
public DateTime? SaleableAsOfDate { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

SiteID

Type: Guid. Optional. However, siteID, VehiculeID or LocationId must be set

Declaration
public Guid? SiteID { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>

SubLocationTypeID

Type: Guid.

Declaration
public Guid? SubLocationTypeID { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>

SubLocationTypeValueID

Type: Guid.

Declaration
public Guid? SubLocationTypeValueID { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>

VehicleID

Type: Guid. Optional. However, siteID, VehiculeID or LocationId must be set

Declaration
public Guid? VehicleID { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>
Back to top Generated by DocFX