Class GanttResourceFieldsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
GanttResourceFieldsBuilder
Namespace: Syncfusion.EJ2.Gantt
Assembly: Syncfusion.EJ2.dll
Syntax
public class GanttResourceFieldsBuilder : ControlBuilder
Constructors
GanttResourceFieldsBuilder()
Declaration
public GanttResourceFieldsBuilder()
GanttResourceFieldsBuilder(GanttResourceFields)
Declaration
public GanttResourceFieldsBuilder(GanttResourceFields model)
Parameters
Type | Name | Description |
---|---|---|
GanttResourceFields | model |
Methods
Group(String)
Specifies the field to map the group of the resource from the resource collection.
Declaration
public GanttResourceFieldsBuilder Group(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Id(String)
Specifies the field to map the ID of a resource from the resource collection.
Declaration
public GanttResourceFieldsBuilder Id(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Name(String)
Specifies the field to map the name of the resource from the resource collection.
Declaration
public GanttResourceFieldsBuilder Name(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Unit(String)
Specifies the field to map the unit of the resource from the resource collection.
Declaration
public GanttResourceFieldsBuilder Unit(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |