Click or drag to resize

DutyOfCareDeliveryEntity Class

Represents a Duty of Care which can be delivered (either customer or supplier).
Inheritance Hierarchy
SystemObject
  AMCS.Elemos.IntegrationService.Entity.DutyOfCareDutyOfCareEntity
    AMCS.Elemos.IntegrationService.Entity.DutyOfCareDutyOfCareDeliveryEntity

Namespace:  AMCS.Elemos.IntegrationService.Entity.DutyOfCare
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class DutyOfCareDeliveryEntity : DutyOfCareEntity

The DutyOfCareDeliveryEntity type exposes the following members.

Constructors
  NameDescription
Public methodDutyOfCareDeliveryEntity
Initializes a new instance of the DutyOfCareDeliveryEntity class
Top
Properties
  NameDescription
Public propertyAddress
Address
Public propertyAttentionText
AttentionText
Public propertyCustomerEmailAddresses
CustomerEmailAddresses
Public propertyCustomerGuid
CustomerGuid
Public propertyCustomerName
CustomerName
Public propertyCustomerSite
CustomerSite
Public propertyCustomerSiteGuid
CustomerSiteGuid
Public propertyDocDelTypeDesc
Document Delivery Type Description
Public propertyDocumentDeliveryTypeGuid
DocumentDeliveryTypeGuid
Public propertyDutyOfCareType
DutyOfCareType
Public propertyLocationEmailAddresses
LocationEmailAddresses
Public propertyPeriodicDOCTypeGuid
PeriodicDOCTypeGuid
Public propertySiteName
SiteName
Public propertySupplierEmailAddresses
SupplierEmailAddresses
Public propertySupplierGuid
SupplierGuid
Public propertySupplierName
SupplierName
Top
See Also