Click or drag to resize
Askia

IStructureModificationResult Interface

Represents the result of methods that modified the structure of survey

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
public interface IStructureModificationResult : IMethodResult

The IStructureModificationResult type exposes the following members.

Properties
  NameDescription
Public propertyError
Error that has been generated by the called method,
it could be null when the called method succeed (Success is true).
(Inherited from IMethodResult.)
Public propertyModifiedEntities
Returns the list of entities that has been modified by the called method
Public propertySuccess
Indicates if the method called was successfully executed
(Inherited from IMethodResult.)
Top
See Also