IPromptService Interface
Autodesk.DataManagement.Client.Framework.Forms›Autodesk.DataManagement.Client.Framework.Forms.Services
This service facilitates the management and use of prompts.
Syntax
public interface IPromptService Public Interface IPromptService Methods
| Name | Description |
|---|---|
| GetConfiguration | Get the current Autodesk.DataManagement.Client.Framework.Forms.Currency.PromptConfiguration for a Autodesk.DataManagement.Client.Framework.Forms.Currency.PromptDefinition. |
| GetPromptDefinitions | Returns a collecetion of all of the Autodesk.DataManagement.Client.Framework.Forms.Currency.PromptDefinition's managed by the prompt service. |
| RegisterPrompt | Registers a prompt definition with the prompt service. |
| ResetConfigurations | Resets all of the Autodesk.DataManagement.Client.Framework.Forms.Currency.PromptDefinition's managed by this dialog to their default configuration. |
| SetConfiguration | Sets the Autodesk.DataManagement.Client.Framework.Forms.Currency.PromptConfiguration for a specified Autodesk.DataManagement.Client.Framework.Forms.Currency.PromptDefinition. |
| UnregisterPrompt | Removes a previously registered prompt from the prompt service. Once removed, it will not show up in any list of available prompts presented to the user. |
| ReloadConfigurations | Reloads all of Prompt Configurations managed by PromptService to their local values. |
Returned By
Where you get a IPromptService — members that return one.