Request Status Property Collection(IListRequest Status Property) Constructor
Construct the collection using a list of RequestStatusProperty objects
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public RequestStatusPropertyCollection(
IList<RequestStatusProperty> stats
)VB
Public Sub New (
stats As IList(Of RequestStatusProperty)
)C++
public:
RequestStatusPropertyCollection(
IList<RequestStatusProperty^>^ stats
)F#
new :
stats : IList<RequestStatusProperty> -> RequestStatusPropertyCollectionParameters
- stats IListRequestStatusProperty
- The IListT of request statuses to add