Class MappersBuilder<T>
Inheritance
System.Object
MappersBuilder<T>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public class MappersBuilder<T>
where T : class
Type Parameters
Name | Description |
---|---|
T |
Constructors
MappersBuilder(GridProperties)
Initializes a new instance of the
Declaration
public MappersBuilder(GridProperties property)
Parameters
Type | Name | Description |
---|---|---|
GridProperties | property | It accepts the list of mapper properties |
Methods
ExportToExcelAction(String)
This specifies the grid to export into a Excel document
Declaration
public MappersBuilder<T> ExportToExcelAction(string action)
Parameters
Type | Name | Description |
---|---|---|
System.String | action | It accepts the string value and export the grid into Excel document |
Returns
Type | Description |
---|---|
MappersBuilder<T> | MappersBuilder |
ExportToPdfAction(String)
This specifies the grid to export into a Pdf document
Declaration
public MappersBuilder<T> ExportToPdfAction(string action)
Parameters
Type | Name | Description |
---|---|---|
System.String | action | It accepts the string value and export the grid into Pdf document |
Returns
Type | Description |
---|---|
MappersBuilder<T> | MappersBuilder |
ExportToWordAction(String)
This specifies the grid to export into a word document
Declaration
public MappersBuilder<T> ExportToWordAction(string action)
Parameters
Type | Name | Description |
---|---|---|
System.String | action | It accepts the string value and export the grid into word document |
Returns
Type | Description |
---|---|
MappersBuilder<T> | MappersBuilder |