This interface is for use by models that will be derived from by a specific class to store information for the application.

Namespace: AppCan.Core.Application
Assembly: AppCan.Core (in AppCan.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public interface IModel : INotifyPropertyChanged
Visual Basic
Public Interface IModel _
	Inherits INotifyPropertyChanged
Visual C++
public interface class IModel : INotifyPropertyChanged

See Also