Table of Contents

Class UpdateFacilitySettingsCommand.Parameters

Namespace
Core.CliniCore.Commands.Admin
Assembly
Core.CliniCore.dll

Provides constant parameter names used for configuration and facility-related operations.

public static class UpdateFacilitySettingsCommand.Parameters
Inheritance
UpdateFacilitySettingsCommand.Parameters
Inherited Members

Remarks

Use these constants to reference parameter names consistently when interacting with APIs or data sources that require facility or setting information. This helps avoid hard-coded strings and reduces the risk of typographical errors.

Fields

FacilityId

Represents the key name used to identify a facility in data storage or configuration.

public const string FacilityId = "facilityid"

Field Value

string

SettingName

Specifies the configuration key name used to identify the setting in application settings or configuration files.

public const string SettingName = "settingname"

Field Value

string

SettingValue

Represents the configuration key name for the setting value.

public const string SettingValue = "settingvalue"

Field Value

string