Show / Hide Table of Contents

Class JqGridJsonRecordsReader

Class which represents JSON reader for jqGrid records.

Inheritance
System.Object
JqGridJsonRecordsReader
JqGridJsonReader
Namespace: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.Options
Assembly: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.dll
Syntax
public class JqGridJsonRecordsReader : object

Constructors

JqGridJsonRecordsReader()

Initializes a new instance of the JqGridJsonRecordsReader class.

Declaration
public JqGridJsonRecordsReader()

Properties

Records

Gets or sets the name of an array that contains the actual data.

Declaration
public string Records { get; set; }
Property Value
Type Description
System.String

RecordValues

Gets or sets the name of an array that contains record values.

Declaration
public string RecordValues { get; set; }
Property Value
Type Description
System.String

RepeatItems

Gets or sets the value indicating if the information for the data in the row is repeatable.

Declaration
public bool RepeatItems { get; set; }
Property Value
Type Description
System.Boolean
Back to top Copyright © 2016 - 2019 Tomasz Pęczek