Class TimephasedDataType
Defines Timephased datatype
Inheritance
System.Object
TimephasedDataType
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.ProjIO
Assembly: Syncfusion.ProjIO.Base.dll
Syntax
public class TimephasedDataType
Constructors
TimephasedDataType()
Declaration
public TimephasedDataType()
Properties
Finish
Gets or sets the finish date of the timephased data period
Declaration
public DateTime Finish { get; set; }
Property Value
Type |
---|
System.DateTime |
Start
Gets or sets the start date of the timephased data period
Declaration
public DateTime Start { get; set; }
Property Value
Type |
---|
System.DateTime |
Type
Gets or sets the type of task timephased data
Declaration
public TimephasedDataTypeType Type { get; set; }
Property Value
Type |
---|
TimephasedDataTypeType |
UID
Gets or sets the unique identifier of the timephased data record
Declaration
public int UID { get; set; }
Property Value
Type |
---|
System.Int32 |
UIDSerialized
This property is used while Serializing and Deserializing the Project XML file
Declaration
public string UIDSerialized { get; set; }
Property Value
Type |
---|
System.String |
Unit
Gets or sets the time unit of the timephased data period
Declaration
public TimephasedDataTypeUnit Unit { get; set; }
Property Value
Type |
---|
TimephasedDataTypeUnit |
Value
Gets or sets the value per unit of time for the timephased data period
Declaration
public string Value { get; set; }
Property Value
Type |
---|
System.String |