Name | Description | |
---|---|---|
![]() | CreateProjectRequest Constructor |
The following tables list the members exposed by CreateProjectRequest.
Name | Description | |
---|---|---|
![]() | CreateProjectRequest Constructor |
Name | Description | |
---|---|---|
![]() | BusinessUnitSid | (Required) Contains the Business Unit Sequential Identifier (SID), which is a Touchstone®-generated integer that uniquely identifies a Business Unit.
The Business Unit SID is an integer Sequential Identifier that the Touchstone application generates to identify a Business Unit uniquely. A Business Unit is a department, division, local office, or some other sub-group of an organization. You can define it any way you wish. The API analyzes data from a single Business Unit at a time. (Inherited from AIR.Services.Common.Api.RequestBase) |
![]() | CurrencyCode | (Optional) Contains the currency code to use by default in the project.
Touchstone uses the project currency to display monetary values in the exposure summary dashboard and run analyses. You can change the project currency at any time. The project currency overrides the global currency rate settings and template settings in the Administration Console. Changing the project currency does not affect analyses that you ran previously. |
![]() | CurrencyExchangeRateSetSid | (Optional) Contains the unique system-generated sequential identifier (SID) for the currency exchange rate set to use by default in the project.
You can use the GetCurrencyExchangeRateInfo() method to retrieve a list of currency exchange rate sets. |
![]() | Description | (Optional) Contains a description of the Project that you want to create. |
![]() | Name | (Required) Contains the name of the Project that you want to create. |
![]() | SqlInstanceSid | (Required) Contains the SQL Server Instance Sequential Identifier (SID), which is a Touchstone®-generated integer that uniquely identifies the SQL Server Instance that hosts the associated Data Source.
The SQL Instance SID is an integer Sequential Identifier that Touchstone generates to identify uniquely the SQL instance that hosts the Data Source used for the analysis. A Data Source is an Exposure or Results database that is registered with the Touchstone application. (Inherited from AIR.Services.Common.Api.RequestBase) |