Autodesk.DataManagement.Client.Framework.Forms › Autodesk.DataManagement.Client.Framework.Forms
Provides a gateway to all features and services in the Autodesk.DataManagement.Client.Framework.Forms assembly
Syntax C# Visual Basic
public static class Library Public MustInherit NotInheritable Class Library Properties Name Description ApplicationConfiguration Gets the service which provides the ability to configure global characteristics of the framework. The configuration options range from directory locations, font, etc. ApplicationPreferences Gets the service which provides the application with the ability to persist application state between sessions. CurrentTheme Current Theme Vault Client is using. CustomUIExceptionRegistration Gets the service used to register a Custom UI Exception Handler. PromptService Gets the service which provides the ability to register and manage Autodesk.DataManagement.Client.Framework.Forms.Currency.PromptDefinition's.
Methods Name Description ConfigurePrompts Launches a GUI workflow to allow users to configure prompts that have been registered with the Autodesk.DataManagement.Client.Framework.Forms.Services.IPromptService. GetProgressView Launches a new instance of a Progress Dialog Initialize Initializes the services in this assembly. This should be called on application startup. SetCulture Sets the culture that this assembly and its dependencies will use when returning resources. ShowError Displays an error dialog box which displays information about a specific exception. ShowError(Exception,String) Displays an error dialog box which displays information about a specific exception. ShowError(String,String) Displays an error dialog box with the specified message. ShowError(String,String,String,String) Displays an error dialog box with the specified message and optionally, a link to launch help. ShowError(String,String,String,Action) Displays an error dialog box with the specified message and optionally, a link to launch help. ShowMessage Displays a message or error dialog box with the specified message and optionally, a link to launch help. ShowMessage(String,String,String,Action,Boolean) Displays a message or error dialog box with the specified message and optionally, a link to launch help. ShowMessage(String,String,ButtonConfiguration) Displays a message box with the specified text, caption, and button configuration (ie. Yes/No, Ok/Cancel, etc...) ShowMessage(String,Control,ButtonConfiguration,Boolean) Displays a message box with a custom user control in place of the message text. ShowRestrictions Launches a GUI workflow to display a list of restrictions to the user. ShowWarning Displays an warning dialog box with the specified message and title. ShowWarning(String,String,ButtonConfiguration) Displays an warning dialog box with the specified message and title. ShowWarning(String,String,ButtonConfiguration,IWin32Window) Displays an warning dialog box with the specified message and title.
Inheritance Hierarchy System.Object Autodesk.DataManagement.Client.Framework.Forms.Library See Also