logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Struct StructuredBackendAuthoringFactory.KindDefaults

    Per-kind connection defaults offered by a wizard's Backend step, keyed by StructuredBackendAuthoringKind.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    Namespace: Serenity.StructuredPersistence.Infrastructure.Editor.Authoring
    Assembly: Serenity.UnityStructuredPersistence.Infrastructure.Editor.dll
    Syntax
    public readonly struct StructuredBackendAuthoringFactory.KindDefaults

    Constructors

    KindDefaults(int, string, string, int)

    Declaration
    public KindDefaults(int port, string databaseName, string sqliteDatabaseFileName, int timeoutSeconds)
    Parameters
    Type Name Description
    int port
    string databaseName
    string sqliteDatabaseFileName
    int timeoutSeconds

    Fields

    DatabaseName

    Declaration
    public readonly string DatabaseName
    Field Value
    Type Description
    string

    Port

    Declaration
    public readonly int Port
    Field Value
    Type Description
    int

    SqliteDatabaseFileName

    Declaration
    public readonly string SqliteDatabaseFileName
    Field Value
    Type Description
    string

    TimeoutSeconds

    Declaration
    public readonly int TimeoutSeconds
    Field Value
    Type Description
    int
    In this article
    © 2026 Serenity. All Rights Reserved