Click or drag to resize
Infosoft Logo

GetConfigurationWithTitleIdRequest Class

Provides data for the request to the GetConfigurationWithTitleId operation on IConfigurationService.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.MessageContracts.ConfigurationsGetConfigurationWithTitleIdRequest

Namespace: Infosoft.Common.Contracts.MessageContracts.Configurations
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class GetConfigurationWithTitleIdRequest

The GetConfigurationWithTitleIdRequest type exposes the following members.

Properties
 NameDescription
Public propertyConfigurationIdentifier Gets or sets an object that identifies the configuration value to retrieve.
Public propertyTitleId Gets or sets the unique code of the title for which to get the configuration value.
Public propertyUserCode Gets or sets the unique code of the user for whom to get the configuration value.
Top
See Also