Show / Hide Table of Contents

Class DisplayServiceClient

Inheritance
System.Object
AutomationServiceClientBase<IDisplayService>
AutomationServiceClientNoCallbackBase<DisplayServiceClient, IDisplayService>
DisplayServiceClient
Implements
IAutomationServiceMethodHandlers<IDisplayService>
System.IDisposable
IDisplayServiceClient
Inherited Members
AutomationServiceClientNoCallbackBase<DisplayServiceClient, IDisplayService>.Call(Action<IDisplayService>, Action, Action<Exception>)
AutomationServiceClientNoCallbackBase<DisplayServiceClient, IDisplayService>.Call<TResult>(Func<IDisplayService, TResult>, Action<TResult>, Action<Exception>)
AutomationServiceClientNoCallbackBase<DisplayServiceClient, IDisplayService>.CreateAutomationService()
AutomationServiceClientNoCallbackBase<DisplayServiceClient, IDisplayService>.GetAutomationService()
AutomationServiceClientBase<IDisplayService>.Call(Action<IDisplayService>, Action, Action<Exception>)
AutomationServiceClientBase<IDisplayService>.Call<TResult>(Func<IDisplayService, TResult>, Action<TResult>, Action<Exception>)
AutomationServiceClientBase<IDisplayService>.Dispose()
AutomationServiceClientBase<IDisplayService>.IsConnected()
AutomationServiceClientBase<IDisplayService>.Dispose(Boolean)
AutomationServiceClientBase<IDisplayService>.GetAutomationService()
AutomationServiceClientBase<IDisplayService>.OnDisposeManagedResources()
AutomationServiceClientBase<IDisplayService>.OnDisposeUnmanagedResources()
AutomationServiceClientBase<IDisplayService>.Finalize()
AutomationServiceClientBase<IDisplayService>.AutomationService
Namespace: MAT.Atlas.Automation.Client.Services
Assembly: MAT.Atlas.Automation.Client.dll
Syntax
public sealed class DisplayServiceClient : AutomationServiceClientNoCallbackBase<DisplayServiceClient, IDisplayService>, IAutomationServiceMethodHandlers<IDisplayService>, IDisposable, IDisplayServiceClient

Constructors

DisplayServiceClient()

Declaration
public DisplayServiceClient()

Methods

AddDisplayParameter(ObjectId, String)

Declaration
public DisplayParameter AddDisplayParameter(ObjectId displayId, string parameterIdentifier)
Parameters
Type Name Description
ObjectId displayId
System.String parameterIdentifier
Returns
Type Description
DisplayParameter

AssociateSetToDisplay(ObjectId, ObjectId)

Declaration
public void AssociateSetToDisplay(ObjectId displayId, ObjectId setId)
Parameters
Type Name Description
ObjectId displayId
ObjectId setId

CycleDisplayXAxisMapping(ObjectId)

Declaration
public void CycleDisplayXAxisMapping(ObjectId displayId)
Parameters
Type Name Description
ObjectId displayId

GetDisplay(ObjectId)

Declaration
public Display GetDisplay(ObjectId displayId)
Parameters
Type Name Description
ObjectId displayId
Returns
Type Description
Display

GetDisplayParameterById(ObjectId, ObjectId)

Declaration
public DisplayParameter GetDisplayParameterById(ObjectId displayId, ObjectId parameterInstanceIdentifier)
Parameters
Type Name Description
ObjectId displayId
ObjectId parameterInstanceIdentifier
Returns
Type Description
DisplayParameter

GetDisplayParameterProperties(ObjectId, String)

Declaration
public Property[] GetDisplayParameterProperties(ObjectId displayId, string parameterIdentifier)
Parameters
Type Name Description
ObjectId displayId
System.String parameterIdentifier
Returns
Type Description
Property[]

GetDisplayParameterPropertyValue(ObjectId, String, String)

Declaration
public Value GetDisplayParameterPropertyValue(ObjectId displayId, string parameterIdentifier, string propertyName)
Parameters
Type Name Description
ObjectId displayId
System.String parameterIdentifier
System.String propertyName
Returns
Type Description
Value

GetDisplayParameters(ObjectId)

Declaration
public DisplayParameter[] GetDisplayParameters(ObjectId displayId)
Parameters
Type Name Description
ObjectId displayId
Returns
Type Description
DisplayParameter[]

GetDisplayProperties(ObjectId)

Declaration
public Property[] GetDisplayProperties(ObjectId displayId)
Parameters
Type Name Description
ObjectId displayId
Returns
Type Description
Property[]

GetDisplayPropertyValue(ObjectId, String)

Declaration
public Value GetDisplayPropertyValue(ObjectId displayId, string propertyName)
Parameters
Type Name Description
ObjectId displayId
System.String propertyName
Returns
Type Description
Value

GetDisplayTimeBase(ObjectId)

Declaration
public TimeBase GetDisplayTimeBase(ObjectId displayId)
Parameters
Type Name Description
ObjectId displayId
Returns
Type Description
TimeBase

RemoveDisplay(ObjectId)

Declaration
public void RemoveDisplay(ObjectId displayId)
Parameters
Type Name Description
ObjectId displayId

RemoveDisplayParameter(ObjectId, String)

Declaration
public void RemoveDisplayParameter(ObjectId displayId, string parameterIdentifier)
Parameters
Type Name Description
ObjectId displayId
System.String parameterIdentifier

RemoveDisplayParameterById(ObjectId, ObjectId)

Declaration
public void RemoveDisplayParameterById(ObjectId displayId, ObjectId parameterInstanceIdentifier)
Parameters
Type Name Description
ObjectId displayId
ObjectId parameterInstanceIdentifier

RenameDisplay(ObjectId, String)

Declaration
public void RenameDisplay(ObjectId displayId, string name)
Parameters
Type Name Description
ObjectId displayId
System.String name

SetDisplayLockedToCurrentAssociation(ObjectId, Boolean)

Declaration
public void SetDisplayLockedToCurrentAssociation(ObjectId displayId, bool isLockedToCurrentAssociation)
Parameters
Type Name Description
ObjectId displayId
System.Boolean isLockedToCurrentAssociation

SetDisplayParameterPropertyValue(ObjectId, String, String, Value)

Declaration
public void SetDisplayParameterPropertyValue(ObjectId displayId, string parameterIdentifier, string propertyName, Value propertyValue)
Parameters
Type Name Description
ObjectId displayId
System.String parameterIdentifier
System.String propertyName
Value propertyValue

SetDisplayPropertyValue(ObjectId, String, Value)

Declaration
public void SetDisplayPropertyValue(ObjectId displayId, string propertyName, Value propertyValue)
Parameters
Type Name Description
ObjectId displayId
System.String propertyName
Value propertyValue

TogglePause(ObjectId)

Declaration
public void TogglePause(ObjectId displayId)
Parameters
Type Name Description
ObjectId displayId

Implements

IAutomationServiceMethodHandlers<TAutomationService>
System.IDisposable
IDisplayServiceClient
In This Article
Back to top Generated by DocFX