Click or drag to resize

WeighingInPartialEntity Class

Weighing In Partial Entity
Inheritance Hierarchy
SystemObject
  IntegrationEntity
    AMCS.Elemos.IntegrationService.Entity.WeighingWeighingInPartialEntity

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

The WeighingInPartialEntity type exposes the following members.

Constructors
  NameDescription
Public methodWeighingInPartialEntity
Initializes a new instance of the WeighingInPartialEntity class.
Top
Properties
  NameDescription
Public propertyActionId
Gets or sets the action identifier.
Public propertyContainerType
Gets or sets the type of the container.
Public propertyContainerTypeId
Gets or sets the container type identifier.
Public propertyCustomerMaterial
Gets or sets the customer material.
Public propertyGrossWeight
Gets or sets the gross weight.
Public propertyGrossWeightId
Gets or sets the gross weight identifier.
Public propertyIsAutomatic
Gets or sets a value indicating whether this instance is automatic.
Public propertyIsDeleted
Gets or sets a value indicating whether this instance is deleted.
Public propertyJobId
Gets or sets the job identifier.
Public propertyMaterial
Gets or sets the material.
Public propertyMaterialClassId
Gets or sets the material class identifier.
Public propertyMaterialId
Gets or sets the material identifier.
Public propertyNetWeight
Gets or sets the net weight.
Public propertyPercentage
Gets or sets the percentage.
Public propertyQuantity
Gets or sets the quantity.
Public propertyTareWeight
Gets or sets the tare weight.
Public propertyTareWeightId
Gets or sets the tare weight identifier.
Public propertyVolume
Gets or sets the volume.
Public propertyWeighingId
Gets or sets the weighing identifier.
Public propertyWeighingInId
Gets or sets the weighing in identifier.
Top
See Also