1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- <HTML>
- <HEAD>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: DOCS
- (C) Copyright IBM Corp. 2005, 2008
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with
- IBM Corp.
- -->
- <TITLE>IBM Cognos. 8 C# SamplesCommon Program Sample</TITLE>
- <link rel="STYLESHEET" type="text/css" href="../../../webcontent/samples/samplesFonts.css">
- </HEAD>
- <BODY>
- <p class="headerTitle"><img src="../../../webcontent/samples/sdk/asp/images/go_logo_small.gif"> IBM Cognos. 8 Sample Programs</p>
- <p class="FormLabel">SamplesCommon.dll - a Solution That Includes Several Handy Classes Used by the Other
- Samples.</p>
- <p class="formText">The C# SamplesCommon file provides several handy classes used by the other
- samples, all in the SamplesCommon namespace:<br>
- BaseClassWrapper - a wrapper class for GUI presentation of baseClass objects<br>
- SamplesAbout - a simple About dialog box<br>
- SamplesConnect - a class for managing connections to the various IBM Cognos Services<br>
- SamplesException - a pair of static methods for displaying information about an IBM Cognos exception to the console or in a MessageBox<br>
- SamplesExceptionHelper - a class that helps pull out the "interesting" bits of an IBM Cognos exception<br>
- SamplesHeaderExceptionHelper - a class that helps pull out the "interesting" bits from a biBusHeader exception<br>
- SamplesInput - a simple text input dialog box<br>
- SamplesLogon - a simple Logon dialog box<br>
- SamplesPath - a simple dialog box that lets you input a search path<br>
- SamplesWindow - a simple window used by the samples to display their results</p>
- <!-- * * * * * * * * * -->
- <!-- -->
- <!-- Dependent Files -->
- <!-- -->
- <!-- * * * * * * * * * -->
- <p class="FormLabel">Dependent Files</p>
- <p class="formText">Not applicable.</p>
- <!-- * * * * * * * * * -->
- <!-- -->
- <!-- How To Run -->
- <!-- -->
- <!-- * * * * * * * * * -->
- <p class="FormLabel">How To Run The Sample Program</p>
- <p class="formText">Not applicable. The classes are used by other sample programs and cannot be run as a standalone program.</p>
- <!-- * * * * * * * * * -->
- <!-- -->
- <!-- Expected Results -->
- <!-- -->
- <!-- * * * * * * * * * -->
- <p class="FormLabel">Expected Results</p>
- <p class="formText">Not applicable other thandescribed above when called by a another sample program.</p>
- <!-- * * * * * * * * * -->
- <!-- -->
- <!-- Documentation -->
- <!-- -->
- <!-- * * * * * * * * * -->
- <p class="FormLabel">Documentation</p>
- <p class="formText">The IBM Cognos Software Development Kit Developer Guide contains additional information about the samples. See the chapter titled 'Methods' and the appendix titled 'Code Samples and Language-Specific Coding Practices'.</p>
- <p class="formText">Please note that the samples are not intended to be treated as end-user applications. Refer to the sample code for examples of how to use the API when developing your own applications.</p>
- </BODY>
- </HTML>
|