Class TaskFieldsModel
Class that defines task fields model.
Inheritance
System.Object
TaskFieldsModel
Assembly: Syncfusion.Blazor.dll
Syntax
public class TaskFieldsModel : Object, IEquatable<TaskFieldsModel>
Constructors
TaskFieldsModel()
Declaration
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
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<>