The following tables list the members exposed by the CompleteBy type.
Name | Description | |
---|---|---|
![]() |
AggregateGearInputValidationExceptions | Input<bool>: Sets the flag that determines if input validation exceptions should be aggregated in one main exception. (inherited from BaseGear). |
![]() |
Arguments | Input<IEnumerable<CompletionArgument>>: The completion arguments. Defaults to an empty array of CompletionArgument. |
![]() |
Id | Input<string>: The identifier of the object to be completed in the context of this process. This abstract concept can model any data useful to run concrete rules that complete an object with the specified identity. |
![]() |
InvalidGearInputMessage | Input<string>: Sets the message to include in the input validation exception. (inherited from BaseGear). |
![]() |
MakeDurable | Input<bool>: Sets the flag that determines if this gear running results will be cached, so that subsequent uses of this same gear deliver its results from that cache instead of from a new full run. (inherited from BaseGear). |
![]() |
Object | Input<object>: The object to complete. |
![]() |
WithMystere | Input<MystereController>: The MystereController that offers the requested injection function. |