Class GanttRecordDetails
Inheritance
System.Object
GanttRecordDetails
Inherited Members
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()
Assembly: Syncfusion.EJ.Export.dll
Syntax
public class GanttRecordDetails
Constructors
GanttRecordDetails()
Declaration
public GanttRecordDetails()
Properties
EffortDriven
Declaration
public string EffortDriven { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsParentRow
Gets or sets the isParentRow for particular record.
Declaration
public bool IsParentRow { get; set; }
Property Value
Type |
Description |
System.Boolean |
isParentRow of particular record
|
Item
Declaration
public object Item { get; set; }
Property Value
Type |
Description |
System.Object |
|
ParentId
Gets or sets the parent ID of the record.
Declaration
public int ParentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
Parent ID of the record
|
Predecessor
Declaration
public string Predecessor { get; set; }
Property Value
Type |
Description |
System.String |
|
PredecessorCollection
Declaration
public List<Predecessor> PredecessorCollection { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<Predecessor> |
|
ResourceCollection
Declaration
public ArrayList ResourceCollection { get; set; }
Property Value
Type |
Description |
System.Collections.ArrayList |
|
Resources
Declaration
public string Resources { get; set; }
Property Value
Type |
Description |
System.String |
|
SerialNumber
Declaration
public int SerialNumber { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SerialNumberPredecessor
Declaration
public string SerialNumberPredecessor { get; set; }
Property Value
Type |
Description |
System.String |
|
TaskType
Declaration
public string TaskType { get; set; }
Property Value
Type |
Description |
System.String |
|
WBS
Declaration
public string WBS { get; set; }
Property Value
Type |
Description |
System.String |
|
WBSPredecessor
Declaration
public string WBSPredecessor { get; set; }
Property Value
Type |
Description |
System.String |
|
WorkField
Declaration
public float WorkField { get; set; }
Property Value
Type |
Description |
System.Single |
|