Class ConfigurationEntry
Represents a configuration entry with string keys and values.
Inherited Members
Namespace: Serenity.Global.Domain.Entities
Assembly: Serenity.Global.Domain.dll
Syntax
public class ConfigurationEntry
Constructors
ConfigurationEntry(string, string)
Initializes a new instance of the KeyValuePair class with the specified key and value.
Declaration
public ConfigurationEntry(string key, string value)
Parameters
| Type | Name | Description |
|---|---|---|
| string | key | The key of the configuration entry. |
| string | value | The value of the configuration entry. |
Fields
Key
Declaration
public string Key
Field Value
| Type | Description |
|---|---|
| string | The key of the configuration entry. |
Value
Declaration
public string Value
Field Value
| Type | Description |
|---|---|
| string | The value of the configuration entry. |
Methods
ToString()
Returns a string representation of the configuration entry.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |