RequestStatusPropertyCollection(IList<RequestStatusProperty>) 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
public RequestStatusPropertyCollection(
	IList<RequestStatusProperty> stats
)

Parameters

stats  IList<RequestStatusProperty>
The IList<T> of request statuses to add

See Also