Click or drag to resize
Infosoft Logo

IConfigurationEntityServiceUpdate Method

Updates the specified Configuration

Namespace: Infosoft.Common.Contracts.ServiceContracts.Entities
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
Configuration Update(
	Configuration request
)

Parameters

request  Configuration
Request with values of Configuration to update, make sure the primary key is set.

Return Value

Configuration
The updated Configuration
See Also