Show / Hide Table of Contents

Class JqGridDataTypesExtensions

Extensions for jqGrid data types

Inheritance
System.Object
JqGridDataTypesExtensions
Namespace: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.Enums
Assembly: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.dll
Syntax
public static class JqGridDataTypesExtensions : object

Methods

IsDataStringDataType(JqGridDataTypes)

Return value indicating if data type is one indicating string of data usage.

Declaration
public static bool IsDataStringDataType(this JqGridDataTypes dataType)
Parameters
Type Name Description
JqGridDataTypes dataType

The data type

Returns
Type Description
System.Boolean

The value indicating if data type is one indicating string of data usage.

Back to top Copyright © 2016 - 2019 Tomasz Pęczek