Class MasterApiListResponse
- Namespace
- JJMasterData.WebApi.Models
- Assembly
- JJMasterData.WebApi.dll
public class MasterApiListResponse
- Inheritance
-
MasterApiListResponse
- Inherited Members
Properties
Fields
Tabela com os dados da pesquisa
[JsonPropertyName("fields")]
public Dictionary<string, object?>[]? Fields { get; set; }
Property Value
- Dictionary<string, object>[]
TotalOfRecords
Quantidade total de registros no banco
[JsonPropertyName("tot")]
public int TotalOfRecords { get; set; }
Property Value
Methods
SetData(FormElement, IEnumerable<Dictionary<string, object?>>)
public void SetData(FormElement formElement, IEnumerable<Dictionary<string, object?>> data)
Parameters
formElement
FormElementdata
IEnumerable<Dictionary<string, object>>