ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GanttResourceFieldsBuilder

    Show / Hide Table of Contents

    Class GanttResourceFieldsBuilder

    Inheritance
    System.Object
    ControlBuilder
    GanttResourceFieldsBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    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.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)

    To map group of resource from resource collection.

    Declaration
    public GanttResourceFieldsBuilder Group(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    GanttResourceFieldsBuilder

    Id(String)

    To map id of resource from resource collection.

    Declaration
    public GanttResourceFieldsBuilder Id(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    GanttResourceFieldsBuilder

    Name(String)

    To map name of resource from resource collection.

    Declaration
    public GanttResourceFieldsBuilder Name(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    GanttResourceFieldsBuilder

    Unit(String)

    To map unit of resource from resource collection.

    Declaration
    public GanttResourceFieldsBuilder Unit(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    GanttResourceFieldsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved