Class FrameModel
Namespace: Ayuda.BMS.Splash.PI.SDK.Models
Properties
Description
Type: string. Maximum length: 255 characters
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FrameID
Type: Guid. Automatically generated upon creation.
Declaration
public Guid FrameID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
FrameTypeID
Type: Guid. See FrameType/GetAll to obtain a list of valid values
Declaration
public Guid FrameTypeID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsSaleable
Type: Bool.
Declaration
public bool IsSaleable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LocationID
Type: Guid. Optional. However, siteID, VehiculeID or LocationId must be set
Declaration
public Guid? LocationID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
Number
Type: string. Maximum length: 30 characters.Alphanumeric
Declaration
public string Number { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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> |
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> |