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
ReflectionModelBuilder<T>
Assembly: Glitch9.AIDevKit.Sheets.dll
Syntax
public sealed class ReflectionModelBuilder<T> where T : class, new()
Type Parameters
Constructors
|
Edit this page
View Source
ReflectionModelBuilder(TableSchema)
Declaration
public ReflectionModelBuilder(TableSchema schema)
Parameters
Methods
|
Edit this page
View Source
BuildModel(SheetRow)
Declaration
public T BuildModel(SheetRow row)
Parameters
Returns
Extension Methods