Click or drag to resize

SiteOrderItemPartialEntity Class

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

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 SiteOrderItemPartialEntity : EntityObject, 
	IPartialEntity

The SiteOrderItemPartialEntity type exposes the following members.

Properties
  NameDescription
Public propertyContainerId
Gets or sets the container identifier.
Public propertyContainerTypeGUID
Gets or sets the container type unique identifier.
Public propertyContainerTypeId
Gets or sets the container type identifier.
Public propertyCustomerGUID
Gets or sets the customer unique identifier.
Public propertyCustomerSiteGUID
Gets or sets the customer site unique identifier.
Public propertyIsDeleted
Gets or sets a value indicating whether this instance is deleted.
Public propertyLatitude
Gets or sets the latitude.
Public propertyLongitude
Gets or sets the longitude.
Public propertyMaterialGUID
Gets or sets the material unique identifier.
Public propertySiteOrderId
Gets or sets the site order identifier.
Public propertySiteOrderItemId
Gets or sets the site order item identifier.
Public propertyTag
Gets or sets the tag.
Top
See Also