Touchstone 11.0 API Reference
GetLayersRequest Class
Members 


Air.Services.Proxy Assembly > AIR.Services.ExposureManagement.Api Namespace : GetLayersRequest Class
Contains the following properties of the Layers that you want to retrieve for a given Contract:
Syntax
Public Class GetLayersRequest 
   Inherits AIR.Services.Common.Api.RequestBase
Dim instance As GetLayersRequest
public class GetLayersRequest : AIR.Services.Common.Api.RequestBase 
Remarks
To retrieve a list of existing Layers for a given Contract, perform the following general steps:
  1. Call the GetProjects() method to retrieve a list of Touchstone® Projects in a specified SQL Server Instance for a specified Business Unit.
  2. Call the GetExposureViews() method, passing the SID of the Project that you identified in Step 1 for the desired Project into the GetExposureViewsRequest object. The GetExposureViews() method returns a list of all of the Exposure Views in the specified Project.
  3. Call the GetContracts() method, passing the Exposure View SID that you identified in Step 2 for the desired Exposure View into the GetContractsRequest object.
  4. Call the GetLayers() method, passing the Contract ID that you identified in Step 3 for the desired Contract into the GetLayersRequest object.

Separator Line

Inheritance Hierarchy

System.Object
   AIR.Services.Common.Api.RequestBase
      AIR.Services.ExposureManagement.Api.GetLayersRequest

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GetLayersRequest Members
AIR.Services.ExposureManagement.Api Namespace