Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 548 Bytes

File metadata and controls

10 lines (8 loc) · 548 Bytes

tableAPI

API for quickly building model data into JSON pre-formatted for use in a table.
Using special attribute modifiers, enhance your c# models to quickly get all associated data for the model; pre-formatted for use with a front-end JS builder.

This API is able to get select lists for your fields by just specigying the return type is a select, and by supplying the typeof class that holds the select list data.
The code is XML commented so it works with Intellisense.

See the documentation for more detals on how to use this API.