Click or drag to resize

WeighingPartialEntity Class

A weighing record.
Inheritance Hierarchy
SystemObject
  EntityObject
    AMCS.Elemos.IntegrationService.Entity.WeighingWeighingPartialEntity

Namespace:  AMCS.Elemos.IntegrationService.Entity.Weighing
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class WeighingPartialEntity : EntityObject, 
	IPartialEntity

The WeighingPartialEntity type exposes the following members.

Properties
  NameDescription
Public propertyAreaOfOriginGUID
Gets or sets the area of origin unique identifier.
Public propertyAreaOfOriginId
Gets or sets the area of origin identifier.
Public propertyDateTimeGrossWeighed
Gets or sets the date time gross weighed.
Public propertyDateTimeTareWeighed
Gets or sets the date time tare weighed.
Public propertyGrossWeight
Gets or sets the gross weight.
Public propertyJobGUID
Gets or sets the job unique identifier.
Public propertyJobId
Gets or sets the job identifier.
Public propertyLocationGUID
Gets or sets the location unique identifier.
Public propertyLocationId
Gets or sets the location identifier.
Public propertyMaterialClassGUID
Gets or sets the material class unique identifier.
Public propertyMaterialClassId
Gets or sets the material class identifier.
Public propertyMaterialGUID
Gets or sets the material unique identifier.
Public propertyMaterialId
Gets or sets the material identifier.
Public propertyQuantity
Gets or sets the quantity.
Public propertyRouteGUID
Gets or sets the route unique identifier.
Public propertyRouteId
Gets or sets the route identifier.
Public propertyTareWeight
Gets or sets the tare weight.
Public propertyTicketNo
Gets or sets the ticket no.
Public propertyVehicleGUID
Gets or sets the vehicle unique identifier.
Public propertyVehicleId
Gets or sets the vehicle identifier.
Public propertyVolume
Gets or sets the volume.
Public propertyWeighingDate
Gets or sets the weighing date.
Public propertyWeighingTypeId
Gets or sets the weighing type identifier.
Top
See Also