Click or drag to resize

VehicleTypeSearchEntity Class

A vehicle type search request entity.
Inheritance Hierarchy
SystemObject
  IntegrationEntity
    AMCS.Elemos.IntegrationService.Entity.VehicleVehicleTypeSearchEntity

Namespace:  AMCS.Elemos.IntegrationService.Entity.Vehicle
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class VehicleTypeSearchEntity : IntegrationEntity

The VehicleTypeSearchEntity type exposes the following members.

Constructors
  NameDescription
Public methodVehicleTypeSearchEntity
Initializes a new instance of the VehicleTypeSearchEntity class.
Public methodVehicleTypeSearchEntity(Object)
Initializes a new instance of the VehicleTypeSearchEntity class.
Top
Properties
  NameDescription
Public propertyVehicleTypeGuid
Gets or sets the unique identifier.
Public propertyVehicleTypeId
Gets or sets the vehicle type safety check identifier.
Top
See Also