Click or drag to resize

CustomerSitePartialEntity Class

Cut down location entity for representing an address
Inheritance Hierarchy
SystemObject
  IntegrationEntity
    AMCS.Elemos.IntegrationService.Entity.AddressCustomerSitePartialEntity

Namespace:  AMCS.Elemos.IntegrationService.Entity.Address
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class CustomerSitePartialEntity : IntegrationEntity

The CustomerSitePartialEntity type exposes the following members.

Constructors
  NameDescription
Public methodCustomerSitePartialEntity
Initializes a new instance of the CustomerSitePartialEntity class.
Public methodCustomerSitePartialEntity(Object)
Initializes a new instance of the CountryPartialEntity class.
Top
Properties
  NameDescription
Public propertyAccessTimes
Gets or sets the access times.
Public propertyAddress1
Gets or sets the address1.
Public propertyAddress2
Gets or sets the address2.
Public propertyAddress3
Gets or sets the address3.
Public propertyAddress4
Gets or sets the address4.
Public propertyAddress5
Gets or sets the address5.
Public propertyAreas
Gets or sets the areas.
Public propertyCountryId
Gets or sets the country identifier.
Public propertyCustomerId
Gets or sets the customer identifier.
Public propertyCustomerSiteId
Gets or sets the customer site identifier.
Public propertyDescription
Gets or sets the description.
Public propertyEmail
Gets or sets the email.
Public propertyHouseNumber
Gets or sets the house number.
Public propertyInvoiceLocationId
Gets or sets the invoice location identifier.
Public propertyIsInvoiceSite
Gets a value indicating whether this instance is invoice site.
Public propertyLocationId
Gets or sets the location identifier.
Public propertyMobileAlertNumber
Gets or sets the mobile alert number.
Public propertyPostcode
Gets or sets the postcode.
Public propertyRegionId
Gets or sets the region identifier.
Public propertySiteName
Gets or sets the name of the site.
Public propertyStateId
Gets or sets the state identifier.
Public propertyTelNo
Gets or sets the tel no.
Top
See Also