VJournalCollection(IListVJournal) Constructor

Construct the collection using a list of VJournal objects

Definition

Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public VJournalCollection(
	IList<VJournal> journals
)

Parameters

journals  IListVJournal
The IListT of journals to add

See Also