Interface IDialogProviderService
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
[AutomationService("Dialogs")]
public interface IDialogProviderService : IAutomationService
Methods
OpenDisplayParameterProperties(ObjectId, String)
Declaration
void OpenDisplayParameterProperties(ObjectId displayId, string parameterIdentifier)
Parameters
| Type |
Name |
Description |
| ObjectId |
displayId |
|
| System.String |
parameterIdentifier |
|
OpenDisplayProperties(ObjectId)
Declaration
void OpenDisplayProperties(ObjectId displayId)
Parameters
| Type |
Name |
Description |
| ObjectId |
displayId |
|
OpenSessionBrowser()
Declaration
void OpenSessionBrowser()