 | WeighingEntityBreakdownWeighingList Property |
Gets or sets the breakdown weighing list.
Namespace:
AMCS.Elemos.IntegrationService.Entity.Weighing
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic List<WeighingInPartialEntity> BreakdownWeighingList { get; set; }
Public Property BreakdownWeighingList As List(Of WeighingInPartialEntity)
Get
Set
Property Value
Type:
ListWeighingInPartialEntity
The breakdown weighing list.
See Also