Struct UserQuestion
Represents a question asked to the user.
Inherited Members
Namespace: TopSolid.Kernel.Automating
Assembly: TopSolid.Kernel.Automating.dll
Syntax
[DataContract]
[AvailableSinceVersion(7, 7, 0, 0)]
public struct UserQuestion
Remarks
This structure is available since v7.7.
Constructors
| Name | Description |
|---|---|
| UserQuestion(string, string) | Initializes a new instance of the UserQuestion structure. |
| UserQuestion(string, string, string) | Initializes a new instance of the UserQuestion structure. |
| UserQuestion(string, string, string, UserQuestionFlags) | Initializes a new instance of the UserQuestion structure. |
Fields
| Name | Description |
|---|---|
| Flags | Flags. |
| Label | Label. |
| Prompt | Prompt. |
| Title | Title. |
Properties
| Name | Description |
|---|---|
| AcceptsAuto | Tells or sets whether to automatically answer "Ok" when a valid input or selection is made (available since v7.11). |
| AllowsCreation | Tells or sets whether the user can create new entities to answer the question. |
| AllowsEmpty | Tells or sets whether the user can answer "nothing". |
| AllowsNext | Tells or sets whether the user can answer "Next". |
| AllowsPrevious | Tells or sets whether the user can answer "Previous". |