The ModelManager type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ModelManager | Initializes a new instance of the ModelManager class |
Methods
Name | Description | |
---|---|---|
![]() | AddModelTemplate |
Add a Model template to the available list
|
![]() | CloseModelContainer |
Called to Close a ModelContainer
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | FindModelTemplate |
Find a model template by the file extension used.
|
![]() | GetDefaultTemplate |
Gets the default configured template
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetUniqueFileName |
Based on the base file name, returns a unique filename if it is able to within a certain number of attempts
|
![]() | LoadModelFromFile |
Protected method to load the model from the file
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | NewDefaultBlankModelContainer |
Creates a new default blank modelcontainer
|
![]() | NewModelContainer |
Protected method to create a new model container from a template
|
![]() | OnClosed |
Call after closing a modelcontainer
|
![]() | OnClosing |
Call just before closing a model container
|
![]() | OnOpened |
Call this after opening a modelcontainer
|
![]() | OnOpening |
Call this before opening a model container
|
![]() | OpenModelContainer |
Open a ModelContainer by the filename
|
![]() | RemoveModelTemplate |
Remove a specific model template from the available list
|
![]() | SaveModelContainer |
Allow saving of a particular document
|
![]() | SaveModelToFile |
protected class method to save a model to a file
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | FirstModelContainer | |
![]() | Templates |
Events
Name | Description | |
---|---|---|
![]() | Closed |
Fired when a ModelContainer has been closed. The ModelContainer property of the ModelEventArgs will be set.
AbortAction has no effect.
|
![]() | Closing |
Fired before closing a ModelContainer. The ModelContainer property of the ModelEventArgs will be set. AbortAction will prevent
the ModelContaienr from being closed.
|
![]() | Opened |
Fired after a ModelContainer has been opened. The ModelContainer property will be set on the ModelEventArgs.
AbortAction has no effect
|
![]() | Opening |
Fired when a ModelContainer is about to be opened. The FileName is set on the ModelEventArgs.
AbortAction if set to true will prevent the ModelContainer from being opened.
|