Overload List
Type | Name | Description |
---|---|---|
![]() ![]() | CreateInstance(IObjectStore, String) |
Creates a new instance of the subclassble CmAbstractSequential class, to be persisted in the
specified object store, based on the class.
The created object does not yet exist in an object store. To persist the created object to the object store, you must explicitly call the save method, or commit the object via a batch operation. Both approaches cause a round-trip to the server. |
![]() ![]() | CreateInstance(IObjectStore, String, Id) |
Creates a new instance of the subclassble CmAbstractSequential class, to be persisted in the
specified object store, based on the class and GUID.
The created object does not yet exist in an object store. To persist the created object to the object store, you must explicitly call the save method, or commit the object via a batch operation. Both approaches cause a round-trip to the server. |