Search Results for

    Show / Hide Table of Contents

    Class ReflectionModelBuilder<T>

    Reflection-based sheet model builder.

    • Constructor only requires keyColumnName.
    • Optionally accepts schema (DataType per column) and Json settings.
    • If schema is not provided, falls back to member-type-based parsing.
    Inheritance
    object
    ReflectionModelBuilder<T>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.Sheets
    Assembly: Glitch9.AIDevKit.Sheets.dll
    Syntax
    public sealed class ReflectionModelBuilder<T> where T : class, new()
    Type Parameters
    Name Description
    T

    Constructors

    | Edit this page View Source

    ReflectionModelBuilder(TableSchema)

    Declaration
    public ReflectionModelBuilder(TableSchema schema)
    Parameters
    Type Name Description
    TableSchema schema

    Methods

    | Edit this page View Source

    BuildModel(SheetRow)

    Declaration
    public T BuildModel(SheetRow row)
    Parameters
    Type Name Description
    SheetRow row
    Returns
    Type Description
    T

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation