Touchstone 11.0 API Reference
SubmitGenerateExposureViewSummaryRequest Class
Members 


Air.Services.Proxy Assembly > AIR.Services.ExposureViewSummary.Api Namespace : SubmitGenerateExposureViewSummaryRequest Class
Contains the Business Unit SID, SQL Instance SID, and Options associated with the Exposure View for which you want to initiate a summary generation job.
Syntax
Public Class SubmitGenerateExposureViewSummaryRequest 
   Inherits AIR.Services.Common.Api.RequestBase
public class SubmitGenerateExposureViewSummaryRequest : AIR.Services.Common.Api.RequestBase 
Remarks
To generate a summary for a specific Exposure View, 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 Project SID 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 SubmitGenerateExposureViewSummary() method, passing the Exposure View SID that you identified in Step 2 for the desired Exposure View into the ExposureViewSid property of the ExposureViewSummaryOptions object that you use for Options.

Separator Line

Inheritance Hierarchy

System.Object
   AIR.Services.Common.Api.RequestBase
      AIR.Services.ExposureViewSummary.Api.SubmitGenerateExposureViewSummaryRequest

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

SubmitGenerateExposureViewSummaryRequest Members
AIR.Services.ExposureViewSummary.Api Namespace