ResultBase Interface
Namespace: NextDesign.Core.EditingCapabilities
Description
Base class for parameter objects used in the editing support function.
Belonging area
Name | Description |
---|---|
EditingCapability | A group of APIs to access EditingCapability. |
Derived from
Name | Description |
---|---|
ModelReferableResult | An object that represents the result of the selection when referencing a model. Next Design uses this result object to construct the selection. |
ModelRelateResult | An object that represents the result of whether or not a model can be related. Next Design uses this result object to determine whether or not the relationship can be related. *Even if you set CapabilityResults.Fail to this result, it will not result in an error, and will be treated the same as CapabilityResults.Ignore. |
ModelEditorCategoriesResult | An object that represents the results of retrieving category information for the editor. *Setting CapabilityResults.Fail to this result will not result in an error, and will be treated the same as CapabilityResults.Ignore. |
ModelCreatableResult | An object that represents the results of the selections made when creating a model. Next Design uses this result object to build the selections. *Setting CapabilityResults.Fail to this result will not result in an error, and the selections made when creating a model will be empty. |
ModelEditorSelectionResult | An object that represents the model acquisition result to be displayed for the selection of category information. ※Even if you set this result to CapabilityResults.Fail, it will not result in an error, and will be treated the same as CapabilityResults.Ignore. |
Property
Name | Description |
---|---|
ErrorMessage | Error message |
Result | Provider processing result ※The default value is "Success" |