<< Click to Display Table of Contents >> NShape Reference
|
Deletes the given object(s) from the repository.
public void Delete() |
Deletes the given object(s) from the repository. Child objects or contained objects are not deleted 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 deleted 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.