Class DialogProviderServiceClient
Inheritance
System.Object
DialogProviderServiceClient
Implements
System.IDisposable
Inherited Members
Namespace: MAT.Atlas.Automation.Client.Services
Assembly: MAT.Atlas.Automation.Client.dll
Syntax
public sealed class DialogProviderServiceClient : AutomationServiceClientNoCallbackBase<DialogProviderServiceClient, IDialogProviderService>, IAutomationServiceMethodHandlers<IDialogProviderService>, IDisposable, IDialogProviderServiceClient
Constructors
DialogProviderServiceClient()
Declaration
public DialogProviderServiceClient()
Methods
OpenDisplayParameterProperties(ObjectId, String)
Declaration
public void OpenDisplayParameterProperties(ObjectId displayId, string parameterIdentifier)
Parameters
Type | Name | Description |
---|---|---|
ObjectId | displayId | |
System.String | parameterIdentifier |
OpenDisplayProperties(ObjectId)
Declaration
public void OpenDisplayProperties(ObjectId displayId)
Parameters
Type | Name | Description |
---|---|---|
ObjectId | displayId |
OpenSessionBrowser()
Declaration
public void OpenSessionBrowser()
Implements
System.IDisposable