Blazor

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

    Show / Hide Table of Contents

    Class TaskFieldsModel

    Class that defines task fields model.

    Inheritance
    System.Object
    TaskFieldsModel
    Implements
    System.IEquatable<TaskFieldsModel>
    Namespace: Syncfusion.Blazor.Gantt
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class TaskFieldsModel : Object, IEquatable<TaskFieldsModel>

    Constructors

    TaskFieldsModel()

    Declaration
    public TaskFieldsModel()

    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

    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

    Equals(TaskFieldsModel)

    Returns boolean value by comparing taskFieldsModel

    Declaration
    public bool Equals(TaskFieldsModel taskFieldsModel)
    Parameters
    Type Name Description
    TaskFieldsModel taskFieldsModel
    Returns
    Type Description
    System.Boolean

    Equals(Object)

    Returns boolean value by comparing object

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean

    GetHashCode()

    Returns hashcode for current object

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32

    Implements

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