<< Click to Display Table of Contents >> NShape Reference
|
Inserts the given object(s) into the repository.
public void Insert(Design design) |
Inserts the given object(s) from the repository. Child objects or contained objects are not inserted when calling this method.
Using this method is recommended if highest performance is need as it does no checks at all. All child objects and/or contained objects have to be inserted by the application, too.
You can enable consistency checks when linking the project "NShape" to your application's solution and add the conditional define REPOSITORY_CHECK.