Click or drag to resize

CustomerSiteAccessTimePartialEntity Class

CustomerSiteAccessTimePartialEntity
Inheritance Hierarchy
SystemObject
  IntegrationEntity
    AMCS.Elemos.IntegrationService.Entity.CustomerCustomerSiteAccessTimePartialEntity

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 CustomerSiteAccessTimePartialEntity : IntegrationEntity

The CustomerSiteAccessTimePartialEntity type exposes the following members.

Constructors
  NameDescription
Public methodCustomerSiteAccessTimePartialEntity
Initializes a new instance of the CustomerSiteAccessTimePartialEntity class.
Public methodCustomerSiteAccessTimePartialEntity(Object)
Initializes a new instance of the CustomerSiteAccessTimePartialEntity class.
Top
Properties
  NameDescription
Public propertyAccessContact
Gets or sets the access contact.
Public propertyAccessEndTime
Gets or sets the access end time.
Public propertyAccessNotes
Gets or sets the access notes.
Public propertyAccessStartTime
Gets or sets the access start time.
Public propertyCustomerSiteAccessTimeId
Gets or sets the customer site access time identifier.
Public propertyCustomerSiteId
Gets or sets the customer site identifier.
Public propertyIsDeleted
Gets or sets a value indicating whether this instance is deleted.
Top
See Also