Show / Hide Table of Contents

Class PageServiceClient

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

Constructors

PageServiceClient()

Declaration
public PageServiceClient()

Methods

ActivatePage(ObjectId)

Declaration
public void ActivatePage(ObjectId pageId)
Parameters
Type Name Description
ObjectId pageId

AssociateSetToPage(ObjectId, ObjectId)

Declaration
public void AssociateSetToPage(ObjectId pageId, ObjectId setId)
Parameters
Type Name Description
ObjectId pageId
ObjectId setId

DuplicatePage(ObjectId)

Declaration
public Page DuplicatePage(ObjectId pageId)
Parameters
Type Name Description
ObjectId pageId
Returns
Type Description
Page

GetDisplaysOfPage(ObjectId)

Declaration
public Display[] GetDisplaysOfPage(ObjectId pageId)
Parameters
Type Name Description
ObjectId pageId
Returns
Type Description
Display[]

GetPage(ObjectId)

Declaration
public Page GetPage(ObjectId pageId)
Parameters
Type Name Description
ObjectId pageId
Returns
Type Description
Page

RemovePage(ObjectId)

Declaration
public void RemovePage(ObjectId pageId)
Parameters
Type Name Description
ObjectId pageId

RenamePage(ObjectId, String)

Declaration
public void RenamePage(ObjectId pageId, string title)
Parameters
Type Name Description
ObjectId pageId
System.String title

SetPageLockedToCurrentAssociation(ObjectId, Boolean)

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

SetPageTabColor(ObjectId, Color)

Declaration
public void SetPageTabColor(ObjectId pageId, Color color)
Parameters
Type Name Description
ObjectId pageId
Color color

Implements

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