AbstractModelBase<(Of <(<'TPropertyTracking>)>)> Class
A base class for models and entities. This is not meant to be used directly by client code.
Namespace:
Tortuga.Anchor.Modeling.InternalsAssembly: Tortuga.Anchor (in Tortuga.Anchor.dll)
Syntax
public abstract class AbstractModelBase<TPropertyTracking> : AbstractModelBase, INotifyDataErrorInfo, IUsesPropertyTracking where TPropertyTracking : PropertyBagBase
Public MustInherit Class AbstractModelBase(Of TPropertyTracking As PropertyBagBase) _ Inherits AbstractModelBase _ Implements INotifyDataErrorInfo, IUsesPropertyTracking
Type Parameters
- TPropertyTracking
- The type of property tracking desired.
Inheritance Hierarchy
Tortuga.Anchor.Modeling.Internals..::..AbstractModelBase
Tortuga.Anchor.Modeling.Internals..::..AbstractModelBase<(Of <(<'TPropertyTracking>)>)>