Class PageServiceClient
Inheritance
System.Object
PageServiceClient
Implements
System.IDisposable
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
AssociateSetToPage(ObjectId, ObjectId)
Declaration
public void AssociateSetToPage(ObjectId pageId, ObjectId setId)
Parameters
DuplicatePage(ObjectId)
Declaration
public Page DuplicatePage(ObjectId pageId)
Parameters
Returns
GetDisplaysOfPage(ObjectId)
Declaration
public Display[] GetDisplaysOfPage(ObjectId pageId)
Parameters
Returns
GetPage(ObjectId)
Declaration
public Page GetPage(ObjectId pageId)
Parameters
Returns
RemovePage(ObjectId)
Declaration
public void RemovePage(ObjectId pageId)
Parameters
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
Implements
System.IDisposable