The ModelManager type exposes the following members.
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.) |