[]
        
(Showing Draft Content)

C1.DataCollection.C1ScopedDataCollection-1.-ctor

C1ScopedDataCollection Constructor

C1ScopedDataCollection(IEnumerable, string)

Initializes a new instance of the C1ScopedDataCollection<T> class.

Declaration
public C1ScopedDataCollection(IEnumerable source, string propertyPath)
Public Sub New(source As IEnumerable, propertyPath As String)
Parameters
Type Name Description
IEnumerable source

The original source.

string propertyPath

The property path to which this collection is scoped.