Click or drag to resize

CustomerExternalVehiclePartialEntity Class

Customer Vehicle Partial Entity
Inheritance Hierarchy
SystemObject
  IntegrationEntity
    AMCS.Elemos.IntegrationService.Entity.VehicleCustomerExternalVehiclePartialEntity

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

The CustomerExternalVehiclePartialEntity type exposes the following members.

Constructors
  NameDescription
Public methodCustomerExternalVehiclePartialEntity
Initializes a new instance of the CustomerExternalVehiclePartialEntity class.
Public methodCustomerExternalVehiclePartialEntity(Object)
Initializes a new instance of the CustomerExternalVehiclePartialEntity class.
Top
Properties
  NameDescription
Public propertyCustomerExternalVehicleId
Gets or sets the customer external vehicle identifier.
Public propertyCustomerId
Gets or sets the customer identifier.
Public propertyCustomerSiteIds
Gets or sets the customer site ids.
Public propertyCustomerSiteIdsToDelete
Gets or sets the customer site ids to delete.
Public propertyDescription
Gets or sets the description.
Public propertyHaulier
Gets or sets the haulier.
Public propertyIsForAllMaterials
Gets or sets a value indicating whether this instance is for all materials.
Public propertyIsForAllSites
Gets or sets a value indicating whether this instance is for all sites.
Public propertyIsVehicleOverwriteAccepted
Gets or sets a value indicating whether this instance is vehicle overwrite accepted.
Public propertyMaterialIds
Gets or sets the material ids.
Public propertyMaterialIdsToDelete
Gets or sets the material ids to delete.
Public propertyRegistration
Gets or sets the registration.
Public propertyValidFrom
Gets or sets the valid from.
Public propertyValidTo
Gets or sets the valid to.
Public propertyVehicleType
Gets or sets the type of the vehicle.
Public propertyVehicleTypeId
Gets or sets the vehicle type identifier.
Top
See Also