IStructureModificationResult Interface |
Namespace: AskiaCore
The IStructureModificationResult type exposes the following members.
Name | Description | |
---|---|---|
Error |
Error that has been generated by the called method, (Inherited from IMethodResult.)it could be null when the called method succeed (Success is true). | |
ModifiedEntities |
Returns the list of entities that has been modified by the called method
| |
Success |
Indicates if the method called was successfully executed
(Inherited from IMethodResult.) |