logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class ConfigurationEntry

    Represents a configuration entry with string keys and values.

    Inheritance
    object
    ConfigurationEntry
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    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
    Overrides
    object.ToString()
    In this article
    © 2026 Serenity. All Rights Reserved