UpdateServiceDefinitionParameter
This method updates a specific contract level parameter for the specified service definition.
void UpdateServiceDefinitionParameter (long serviceDefinitionFolderItemID, ParameterData parameterData);
|
Name |
Type |
Description |
|---|---|---|
|
serviceDefinitionFolderItemID |
long |
The ID of the service definition folder item. |
|
parameterData |
ParameterData |
The data to use to update the parameter. |
None.
The ID of the parameter to update is contained in the ParameterData type class (see ParameterData Classes).
Service Definition Methods
GetServiceDefinitionFolderItems
This method gets a list of service level template folder items in which the name matches the search string.
A typical syntax for this method is shown next.
EntityListData GetServiceDefinitionFolderItems(string searchText)
|
Name |
Type |
Description |
|
seachText |
string |
The text to search for. |
The list of the service level template folder items, as type EntityListData, includes the name and the folder item ID of service level templates.
None.
GetServiceDefinitionFolderItemsByServiceID
This method gets a list of service level template folder items in the system for the service contained as an included service.
A typical syntax for this method is shown next.
GetServiceDefinitionFolderItemsBlonyServiceID(long nServiceID)
|
Name |
Type |
Description |
|
nServiceID |
long |
The Service ID. |
The list of the service level template folder items, as type EntityListData which contains the name and the folder item ID of service level templates.
None.
| Copyright © 2012 CA. Alle Rechte vorbehalten. | Senden Sie CA Technologies eine E-Mail zu diesem Thema. |