pmMDA.NET

ViewBagOrListProperty Constructor (View, IDataObject, ViewIndexedPropertyDefinition)

[This is preliminary documentation and subject to change.]

Initialises a new instance of the ViewBagOrListProperty class according to a given IDataObject and a propertyDefinition with the CollectionType set to BagOrList.

internal ViewBagOrListProperty(
   View parentView,
   IDataObject dataObject,
   ViewIndexedPropertyDefinition propertyDefinition
);

Parameters

parentView
The View that owns this property.
dataObject
The IDataObject from which to read the data from.
propertyDefinition
The ViewIndexedPropertyDefinition that defines the structure of the new ViewBagOrListProperty.

Remarks

For all items, that the given IDataObject contains in this property, the according Views are instanciated recursively.

See Also

ViewBagOrListProperty Class | PmMda.Net.Views Namespace | ViewBagOrListProperty Constructor Overload List