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. |