A collection of Car Delivery Network JobHistoryItem entities.
Inheritance Hierarchy
System.Collections.GenericListJobStatusHistoryItem
CarDeliveryNetwork.Api.DataApiEntityCollectionBaseJobStatusHistoryItem, JobStatusHistoryItems
CarDeliveryNetwork.Api.DataJobStatusHistoryItems
Namespace: CarDeliveryNetwork.Api.Data
Assembly: CarDeliveryNetwork.Api.Data (in CarDeliveryNetwork.Api.Data.dll) Version: 3.2.3011.0 (3.2.3011)
Syntax
public class JobStatusHistoryItems : ApiEntityCollectionBase<JobStatusHistoryItem, JobStatusHistoryItems>
Constructors
Name | Description | |
---|---|---|
![]() | JobStatusHistoryItems |
Initializes a new instance of the JobStatusHistoryItems class
that is empty and has the default initial capacity.
|
![]() | JobStatusHistoryItems(Int32) |
Initializes a new instance of the JobStatusHistoryItems class
that is empty and has the specified initial capacity.
|
![]() | JobStatusHistoryItems(IEnumerableJobStatusHistoryItem) |
Initializes a new instance of the JobStatusHistoryItems class
that contains elements copied from the specified collection and has sufficient
capacity to accommodate the number of elements copied.
|
See Also