Overload List
| Name | Description | |
|---|---|---|
|
|
Add(Object, String) | |
|
|
Add(T, String) |
Adds the object to the data collection. Saving the object after adding to the collection will store the object data
with the configured repository.
The Save() method on the object is called after adding.
|
See Also