Class JqGridJsonReader
Class which represents JSON reader for jqGrid.
Inherited Members
Namespace: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.Options
Assembly: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.dll
Syntax
public sealed class JqGridJsonReader : JqGridJsonRecordsReader
Constructors
JqGridJsonReader()
Initializes a new instance of the JqGridJsonReader class.
Declaration
public JqGridJsonReader()
Properties
PageIndex
Gets or sets the name of a field that contains the current page index.
Declaration
public string PageIndex { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RecordId
Gets or sets the name of a field that contains record identifier.
Declaration
public string RecordId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SubgridReader
Gets the settings for jqGrid subgrid JSON reader.
Declaration
public JqGridJsonRecordsReader SubgridReader { get; }
Property Value
Type | Description |
---|---|
JqGridJsonRecordsReader |
TotalPagesCount
Gets or sets the name of a field that contains total pages count.
Declaration
public string TotalPagesCount { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TotalRecordsCount
Gets or sets the name of a field that contains total records count.
Declaration
public string TotalRecordsCount { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserData
Gets or sets the name of an array that contains custom data.
Declaration
public string UserData { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ShallowCopy()
Creates shallow copy of the current instance.
Declaration
public JqGridJsonReader ShallowCopy()
Returns
Type | Description |
---|---|
JqGridJsonReader | Shallow copy of the current instance. |