Click or drag to resize

VehicleCheckVehicleSafetyCheckPartialEntity Class

Inheritance Hierarchy
SystemObject
  IntegrationEntity
    AMCS.Elemos.IntegrationService.Entity.VehicleVehicleCheckVehicleSafetyCheckPartialEntity

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

The VehicleCheckVehicleSafetyCheckPartialEntity type exposes the following members.

Constructors
  NameDescription
Public methodVehicleCheckVehicleSafetyCheckPartialEntity
Initializes a new instance of the VehicleCheckVehicleSafetyCheckPartialEntity class.
Public methodVehicleCheckVehicleSafetyCheckPartialEntity(Object)
Initializes a new instance of the VehicleCheckVehicleSafetyCheckPartialEntity class.
Top
Properties
  NameDescription
Public propertyDescription
Gets or sets the description.
Public propertyFullDescription
Gets or sets the full description.
Public propertyIsCompleted
Gets or sets a value indicating whether this instance is completed.
Public propertyIsDeleted
Gets or sets a value indicating whether this instance is deleted.
Public propertyIsEndCheck
Gets or sets a value indicating whether this instance is end check.
Public propertyIsStartCheck
Gets or sets a value indicating whether this instance is start check.
Public propertyVehicleCheckGuid
Gets or sets the vehicle check unique identifier.
Public propertyVehicleCheckId
Gets or sets the vehicle check identifier.
Public propertyVehicleCheckVehicleSafetyCheckGuid
Gets or sets the vehicle check vehicle safety check unique identifier.
Public propertyVehicleCheckVehicleSafetyCheckId
Gets or sets the vehicle check vehicle safety check identifier.
Public propertyVehicleSafetyCheckGuid
Gets or sets the vehicle safety check unique identifier.
Public propertyVehicleSafetyCheckId
Gets or sets the vehicle safety check identifier.
Top
See Also