Click or drag to resize

SiteOrderRouteAssignmentAccessTimePartialEntity Class

Route assigment access times
Inheritance Hierarchy
SystemObject
  IntegrationEntity
    AMCS.Elemos.IntegrationService.Entity.RouteSiteOrderRouteAssignmentAccessTimePartialEntity

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

The SiteOrderRouteAssignmentAccessTimePartialEntity type exposes the following members.

Constructors
  NameDescription
Public methodSiteOrderRouteAssignmentAccessTimePartialEntity
Initializes a new instance of the SiteOrderRouteAssignmentAccessTimePartialEntity class.
Public methodSiteOrderRouteAssignmentAccessTimePartialEntity(Object)
Initializes a new instance of the SiteOrderRouteAssignmentAccessTimePartialEntity 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 propertySiteOrderRouteAssignmentAccessTimeId
Gets or sets the site order route assignment access time identifier.
Public propertySiteOrderRouteAssignmentId
Gets or sets the site order route assignment identifier.
Top
See Also