Click or drag to resize

SiteOrderItemEntity Class

A site order item.
Inheritance Hierarchy
SystemObject
  EntityObject
    AMCS.Elemos.IntegrationService.Entity.Customer.OrderSiteOrderItemEntity

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

The SiteOrderItemEntity type exposes the following members.

Properties
  NameDescription
Public propertyAssociatedContainer
Gets or sets the associated container.
Public propertyContainerId
Gets or sets the container identifier.
Public propertyContainerTypeId
Gets or sets the container type identifier.
Public propertySiteOrderId
Gets or sets the site order identifier.
Public propertySiteOrderItemId
Gets or sets the site order item identifier.
Top
See Also