PropertyBagBase Constructor

This is the template for a model's backing store.

Namespace:  Tortuga.Anchor.Modeling.Internals
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


protected PropertyBagBase(
	Object owner
)
Protected Sub New ( _
	owner As Object _
)

Parameters

owner
Type: Object
Owning model, used to fetch metadata

Exceptions


ExceptionCondition
[ArgumentNullException]owner;owner is null.