Show / Hide Table of Contents

Class JqGridParametersNames

Class which represents names for jqGrid request parameters.

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

Constructors

JqGridParametersNames()

Initializes a new instance of the JqGridParametersNames class.

Declaration
public JqGridParametersNames()

Properties

AddOperator

Gets or sets the name for add operator parametr.

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

DeleteOperator

Gets or sets the name for delete operator parametr.

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

EditOperator

Gets or sets the name for edit operator parametr.

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

Id

Gets or sets the name for id parametr.

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

Operator

Gets or sets the name for operator parametr.

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

PageIndex

Gets or sets the name for page index parametr.

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

PagesCount

Gets or sets the name for pages count parametr.

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

RecordsCount

Gets or sets the name for records count parametr.

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

Searching

Gets or sets the name for searching parametr.

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

SortingName

Gets or sets the name for sorting name parametr.

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

SortingOrder

Gets or sets the name for sorting order parametr.

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

SubgridId

Gets or sets the name for subgrid id parametr.

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

TotalRows

Gets or sets the name for total rows parametr.

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