36 lines
961 B
C#
36 lines
961 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: PartSource.Entities.Nexpart.VehicleDetail
|
|
// Assembly: PartSource.Entities, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: 3EDAB3F5-83E7-4F65-906E-B40192014C57
|
|
// Assembly location: C:\Users\Tommy\Desktop\PS temp\PartSource.Entities.dll
|
|
|
|
using System.Xml.Serialization;
|
|
|
|
namespace PartSource.Entities.Nexpart
|
|
{
|
|
[XmlType(AnonymousType = true, Namespace = "http://whisolutions.com/PartSelectService-v1")]
|
|
public class VehicleDetail
|
|
{
|
|
[XmlAttribute]
|
|
public int BaseVehicleId { get; set; }
|
|
|
|
[XmlAttribute]
|
|
public int WHIEngineId { get; set; }
|
|
|
|
[XmlAttribute]
|
|
public string WHIEngineDesc { get; set; }
|
|
|
|
[XmlAttribute]
|
|
public int EngineConfigId { get; set; }
|
|
|
|
[XmlAttribute]
|
|
public string Description { get; set; }
|
|
|
|
[XmlAttribute]
|
|
public int VehicleId { get; set; }
|
|
|
|
[XmlAttribute]
|
|
public int VehicleToEngineConfigId { get; set; }
|
|
}
|
|
}
|