[Missing <summary> documentation for "N:AppCan.Core.Application"]
Classes
Class | Description | |
---|---|---|
![]() | BinarySerializer |
This class is used for serializing objects to binary
|
![]() | ModelContainer |
Model container class contains the model with the data.
|
![]() | ModelEventArgs |
Event arguments for model events. Properties are set based on the event that is called
|
![]() | ModelManager |
Keeps track of ModelTemplate's and ModelContainers
|
![]() | ModelTemplate |
This class creates a relationship between file types, Model implementations, and code available to display them.
|
Interfaces
Interface | Description | |
---|---|---|
![]() | IModel |
This interface is for use by models that will be derived from by a specific class to store information for the application.
|
![]() | IModelContainer |
Model containers, contain a Model.
|
![]() | IModelManager |
The interface to the Model Manager that keeps track of Model templates and model containers
|
![]() | ISerializerAdapter |
Interface to for serializers to derive from, so that we can swap specific serializer implementations if needed.
|
Delegates
Delegate | Description | |
---|---|---|
![]() | ModelEventHandler |