ResultBase interface
Namespace: NextDesign.Core.EditingCapabilities
Description
This is the base class of the parameter object used in the editing support function.
Affiliation area
| Name | Description |
|---|---|
| EditingCapability | APIs to access EditingCapability. |
Derivation destination
| Name | Description |
|---|---|
| ModelReferableResult | Object that represents the result to be selected when referencing the model. Next Design uses this result object to build the selection. |
| ModelRelateResult | Object that represents the result of model association enable/disable. Next Design uses this result object to determine whether or not it can be associated. * Even if CapabilityResults.Fail is set for this result, no error will occur and it will be treated the same as CapabilityResults.Ignore. |
| ModelEditorCategoriesResult | This object represents the acquisition result of the editor category information. |
| ModelCreatableResult | An object that represents the result to be selected when creating a model. Next Design uses this result object to build the selection. |
| ModelEditorSelectionResult | Object that represents the model acquisition result to be displayed for the selection of category information. |
Property
| Name | Description |
|---|---|
| ErrorMessage | Error Message |
| Result | Provider processing result * Initial value is "Success" |