Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GanttTaskFields - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GanttTaskFields

    Inheritance
    System.Object
    BaseComponent
    GanttTaskFields
    Implements
    System.IDisposable
    Inherited Members
    BaseComponent.CreateJsAdaptor()
    BaseComponent.OnAfterRenderAsync(Boolean)
    BaseComponent.Dispose()
    BaseComponent.Refresh()
    BaseComponent.clearClientChanges(Boolean)
    BaseComponent.InvokeSet<T>(String, String, Object[])
    BaseComponent.InvokeGet<T>(String, String)
    BaseComponent.WireObservableEvents(Object)
    BaseComponent.getSerializedModel()
    BaseComponent.getUpdateModel(Boolean)
    BaseComponent.GetDataManager(Object, String)
    BaseComponent.uniqueId
    BaseComponent.jsRuntime
    BaseComponent.EditContext
    BaseComponent.nameSpace
    BaseComponent.DotNetObjectRef
    Namespace: Syncfusion.Blazor.Gantt
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class GanttTaskFields : BaseComponent, IDisposable

    Constructors

    GanttTaskFields()

    Declaration
    public GanttTaskFields()

    Properties

    BaselineEndDate

    To map baseline end date of task from data source.

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

    BaselineStartDate

    To map baseline start date of task from data source.

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

    Child

    To map child of task from data source.

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

    CssClass

    To map custom css class of task from data source.

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

    Dependency

    To map dependency of task from data source.

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

    Duration

    To map duration of task from data source.

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

    DurationUnit

    To map duration unit of task from data source.

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

    EndDate

    To map end date of task from data source.

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

    ExpandState

    To map expand status of parent record from data source.

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

    Id

    To map id of task from data source.

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

    Indicators

    To map indicators of task from data source.

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

    jsProperty

    Declaration
    protected override string jsProperty { get; set; }
    Property Value
    Type Description
    System.String
    Overrides
    BaseComponent.jsProperty

    mainParent

    Declaration
    protected override BaseComponent mainParent { get; set; }
    Property Value
    Type Description
    BaseComponent
    Overrides
    BaseComponent.mainParent

    Manual

    To map schedule mode of task from data source.

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

    Milestone

    To map milestone of task from data source.

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

    Name

    To map name of task from data source.

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

    Notes

    To map notes value of task from data source.

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

    ParentID

    To map parent id of task from data source.

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

    Progress

    To map progress of task from data source.

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

    ResourceInfo

    To map assigned resources of task from data source.

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

    StartDate

    To map start date of task from data source.

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

    Type

    To map taskType value of task from data source

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

    Work

    To map work of task from data source.

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

    Methods

    BuildRenderTree(RenderTreeBuilder)

    Declaration
    protected override void BuildRenderTree(RenderTreeBuilder __builder)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder

    GetJSNamespace()

    Declaration
    public string GetJSNamespace()
    Returns
    Type Description
    System.String

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    BaseComponent.OnInitializedAsync()

    OnParametersSetAsync()

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved