<< Click to Display Table of Contents >> NShape Reference
|
Transfers NShape objects from an IStoreCache to a data source.
public abstract class Store : Component |
Usually an application does not call Store methods. Instead it creates an instance of a specialized store class, sets its properties and attaches it to a CachedRepository object (via its Store property). The functionality is then accessed via the IRepository interface of the CachedRepository object.
Name |
Description |
---|---|
Specifies the name of the project. |
|
Specifies the main version of the storage format. |
Name |
Description |
---|---|
CanModifyVersion |
Specifies whether the store can be upgraded to a newer repository Load/Save version. |
Checks if the model object associated with the given id is still in use. |
|
Checks if the given shape type is still in use. |
|
Checks if the style associated with the given id is still in use. |
|
Checks if the template associated with the given id is still in use. |
|
Closes the project store. |
|
Creates a project store in the data source. |
|
Deletes the project store in the data source. |
|
Tests whether the project already exists in the data source. |
|
Loads child model objects of the indicated model object. |
|
Loads child shapes of the indicated shape. |
|
Loads general designs or a project design. |
|
Loads diagrams of the current project. |
|
Loads shapes of the indicated diagram. |
|
Loads the model of the project. |
|
Loads model objects of the indicated model. |
|
Loads projects stored in the store. |
|
Loads model objects of the indicated template. |
|
Loads template definitions of the current project. |
|
Load shapes of the indicated template. |
|
Opens a project store in the data source. |
|
Commits all modifications in the cache to the data store. |
Derived classes are:
Namespace: Dataweb.NShape
Assembly: Dataweb.NShape
See Also