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

Parameters

stats  IListRequestStatusProperty
The IListT of request statuses to add

See Also