Click or drag to resize

CustomerSiteContainerPartialEntity Class

A customer site container.
Inheritance Hierarchy
SystemObject
  EntityObject
    AMCS.Elemos.IntegrationService.Entity.CustomerCustomerSiteContainerPartialEntity

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

The CustomerSiteContainerPartialEntity type exposes the following members.

Properties
  NameDescription
Public propertyAnalysisCode
Gets or sets the analysis code.
Public propertyContainerTypeGuid
Gets or sets the container type unique identifier.
Public propertyContainerTypeId
Gets or sets the container type identifier.
Public propertyFixLocation
Gets or sets the fix location.
Public propertyIsDeleted
Gets or sets a value indicating whether this instance is deleted.
Public propertyLocation
Gets or sets the location.
Public propertyLocationCoordinates
Gets or sets the location coordinates.
Public propertyNotes
Gets or sets the notes.
Public propertyRFID
Gets or sets the rfid.
Public propertySerialNo
Gets or sets the SerialNo.
Public propertySiteOrderItemId
Gets or sets the site order item identifier.
Top
Methods
  NameDescription
Public methodGetId
Returns EntityObject the primary key id of the object, or null
(Overrides EntityObject.GetId.)
Top
See Also