Click or drag to resize

VehicleSafetyCheckSearchEntity Class

A vehicle check safety search request object.
Inheritance Hierarchy
SystemObject
  IntegrationEntity
    AMCS.Elemos.IntegrationService.Entity.VehicleVehicleSafetyCheckSearchEntity

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 VehicleSafetyCheckSearchEntity : IntegrationEntity

The VehicleSafetyCheckSearchEntity type exposes the following members.

Constructors
  NameDescription
Public methodVehicleSafetyCheckSearchEntity
Initializes a new instance of the VehicleSafetyCheckSearchEntity class.
Public methodVehicleSafetyCheckSearchEntity(Object)
Initializes a new instance of the VehicleSafetyCheckSearchEntity class.
Top
Properties
  NameDescription
Public propertyMaxRecords
Gets or sets the maximum records to load.
Public propertyVehicleSafetyCheckGuid
Gets or sets the vehicle safety check unique identifier.
Public propertyVehicleSafetyCheckId
Gets or sets the vehicle safety check identifier.
Top
See Also