Touchstone 11.0 API Reference
GetContractsRequest Class
Members 


Air.Services.Proxy Assembly > AIR.Services.ExposureManagement.Api Namespace : GetContractsRequest Class
Contains the following properties of the Contracts to retrieve:
Syntax
Public Class GetContractsRequest 
   Inherits AIR.Services.Common.Api.RequestBase
Dim instance As GetContractsRequest
public class GetContractsRequest : AIR.Services.Common.Api.RequestBase 
Remarks

To retrieve a list of existing Contracts in a given Exposure View, you can:

  1. Call the GetProjects() method to retrieve a list of Touchstone® Projects in a given SQL Server instance and business unit.
  2. Call the GetExposureViews() method, passing the Project SID that you retrieved in the previous step 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 an Exposure View SID that you retrieved into the GetContractsRequest object.

To retrieve a list of existing Contracts in a given Data Source, you can:

  1. Call the GetDataServers() method to retrieve a list of Touchstone® Data Servers in a given SQL Server instance and business unit.
  2. Call the GetDataSources() method, passing the Data Server Name that you retrieved in the previous step into the GetDataSourcesRequest object. The GetDataSources() method returns a list of all of the Data Sources in the specified Data Server.
  3. Call the GetContracts() method, passing a Exposure Data Source SID that you retrieved into the GetContractsRequest object.

To retrieve a list of existing Contracts in a given Exposure Set, you can:

  1. Call the GetDataServers() method to retrieve a list of Touchstone® Data Servers in a given SQL Server instance and business unit.
  2. Call the GetDataSources() method, passing the Data Server Name that you retrieved in the previous step into the GetDataSourcesRequest object. The GetDataSources() method returns a list of all of the Data Sources in the specified Data Server.
  3. Call the GetExposureSets() method, passing the Data Source SID that you retrieved in the previous step into the GetExposureSetsRequest object.
  4. Call the GetContracts() method, passing an Exposure Set SID that you retrieved into the GetContractsRequest object.
Inheritance Hierarchy

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

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

GetContractsRequest Members
AIR.Services.ExposureManagement.Api Namespace