Click or drag to resize

RouteTemplateEntity Class

A route template.
Inheritance Hierarchy
SystemObject
  IntegrationEntity
    AMCS.Elemos.IntegrationService.Entity.RouteRouteTemplateEntity

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

The RouteTemplateEntity type exposes the following members.

Properties
  NameDescription
Public propertyBuildDaysBeforeNextPlannedDate
Gets or sets the build days before next planned date.
Public propertyCanRunOnSchedule
Gets or sets a value indicating whether this instance can run on schedule.
Public propertyGUID
Gets or sets the unique identifier.
Public propertyNextPlannedDate
Gets or sets the next planned date.
Public propertyRouteTemplateId
Gets or sets the route template identifier.
Top
See Also