[Missing <summary> documentation for "N:AppCan.Core.Application"]

Classes

  ClassDescription
Public classBinarySerializer
This class is used for serializing objects to binary
Public classModelContainer
Model container class contains the model with the data.
Public classModelEventArgs
Event arguments for model events. Properties are set based on the event that is called
Public classModelManager
Keeps track of ModelTemplate's and ModelContainers
Public classModelTemplate
This class creates a relationship between file types, Model implementations, and code available to display them.

Interfaces

  InterfaceDescription
Public interfaceIModel
This interface is for use by models that will be derived from by a specific class to store information for the application.
Public interfaceIModelContainer
Model containers, contain a Model.
Public interfaceIModelManager
The interface to the Model Manager that keeps track of Model templates and model containers
Public interfaceISerializerAdapter
Interface to for serializers to derive from, so that we can swap specific serializer implementations if needed.

Delegates

  DelegateDescription
Public delegateModelEventHandler