ModelRelateResult interface
Namespace: NextDesign.Core.EditingCapabilities
Description
An object that represents the result of model association availability.
Next Design uses this result object to determine whether the association is possible.
- Even if CapabilityResults.Fail is set for this result, it will not be an error and will be treated the same as CapabilityResults.Ignore.
Affiliation area
Name | Description |
---|---|
EditingCapability | APIs to access EditingCapability. |
Inherit Base
Name | Description |
---|---|
ResultBase | This is the base class of the parameter object used by the editing support function. |
Property
Name | Description |
---|---|
CanRelate | Relationability |
GuideText | Guide text ・If null is set, display the application default guide text ・If the result of whether the association is possible is false and the guide text is null, the association cannot be performed, but the default guide text of the application will be displayed. ・If you set an empty character, the guide text will not be displayed |