Show / Hide Table of Contents

Class JqGridColumnMappingAttribute

Specifies the mapping properties for the column.

Inheritance
System.Object
JqGridColumnMappingAttribute
Namespace: Lib.AspNetCore.Mvc.JqGrid.DataAnnotations
Assembly: Lib.AspNetCore.Mvc.JqGrid.DataAnnotations.dll
Syntax
public class JqGridColumnMappingAttribute : Attribute

Constructors

JqGridColumnMappingAttribute()

Initializes a new instance of the JqGridColumnMappingAttribute class.

Declaration
public JqGridColumnMappingAttribute()

Properties

JsonMapping

Gets or sets the JSON mapping for the column in the incoming JSON string.

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

Key

Defines if this column value should be used as unique row id (in case there is no id from the server).

Declaration
public bool Key { get; set; }
Property Value
Type Description
System.Boolean

XmlMapping

Gets or sets the XML mapping for the column in the incomming XML file.

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