Vorheriges Thema: CreateServiceDefinitionParameter

Nächstes Thema: ServiceDefinition Details Methods

UpdateServiceDefinitionParameter

Description

This method updates a specific contract level parameter for the specified service definition.

Syntax

void UpdateServiceDefinitionParameter (long serviceDefinitionFolderItemID, ParameterData parameterData);

Parameters

Name

Type

Description

serviceDefinitionFolderItemID

long

The ID of the service definition folder item.

parameterData

ParameterData

The data to use to update the parameter.

Return Value

None.

Remarks

The ID of the parameter to update is contained in the ParameterData type class (see ParameterData Classes).

Service Definition Methods

GetServiceDefinitionFolderItems

Description

This method gets a list of service level template folder items in which the name matches the search string.

Syntax

A typical syntax for this method is shown next.

EntityListData GetServiceDefinitionFolderItems(string searchText)

Parameters

Name

Type

Description

seachText

string

The text to search for.
The search string is optional and can be empty. If used, it can contain an asterisk as a wildcard for the search.

Return Value

The list of the service level template folder items, as type EntityListData, includes the name and the folder item ID of service level templates.

Remarks

None.

GetServiceDefinitionFolderItemsByServiceID

Description

This method gets a list of service level template folder items in the system for the service contained as an included service.

Syntax

A typical syntax for this method is shown next.

GetServiceDefinitionFolderItemsBlonyServiceID(long nServiceID)

Parameters

Name

Type

Description

nServiceID

long

The Service ID.

Return Value

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.

Remarks

None.