Click or drag to resize

JobDetailPartialEntity Class

Job details.
Inheritance Hierarchy
SystemObject
  IntegrationEntity
    AMCS.Elemos.IntegrationService.Entity.CustomerJobDetailPartialEntity

Namespace:  AMCS.Elemos.IntegrationService.Entity.Customer
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class JobDetailPartialEntity : IntegrationEntity, 
	IPartialEntity

The JobDetailPartialEntity type exposes the following members.

Properties
  NameDescription
Public propertyContainerTypeGUID
Gets or sets the container type unique identifier.
Public propertyGUID
Gets or sets the unique identifier.
Public propertyJobGUID
Gets or sets the job unique identifier.
Public propertyPlannedQuantity
Gets or sets the planned quantity.
Top
See Also