Class ResourceAvailabilityPeriod
ResourceAvailabilityPeriod class
Inheritance
System.Object
ResourceAvailabilityPeriod
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 ResourceAvailabilityPeriod
Constructors
ResourceAvailabilityPeriod()
Declaration
public ResourceAvailabilityPeriod()
Properties
AvailableFrom
Gets or sets the date that the resource becomes available for the specified period
Declaration
public DateTime AvailableFrom { get; set; }
Property Value
Type |
---|
System.DateTime |
AvailableFromSpecified
Checks whether the date that the resource becomes available for the specified period is set
Declaration
public bool AvailableFromSpecified { get; set; }
Property Value
Type |
---|
System.Boolean |
AvailableTo
Gets or sets the last date that the resource is available for the specified period
Declaration
public DateTime AvailableTo { get; set; }
Property Value
Type |
---|
System.DateTime |
AvailableToSpecified
Checks whether the last date that the resource is available for the specified period is set
Declaration
public bool AvailableToSpecified { get; set; }
Property Value
Type |
---|
System.Boolean |
AvailableUnits
Gets or sets the percentage that the resource is available during the specified period
Declaration
public float AvailableUnits { get; set; }
Property Value
Type |
---|
System.Single |
AvailableUnitsSerialized
This property is used while Serializing and Deserializing the Project XML file
Declaration
public string AvailableUnitsSerialized { get; set; }
Property Value
Type |
---|
System.String |
AvailableUnitsSpecified
Checks whether the percentage that the resource is available during the specified period is set
Declaration
public bool AvailableUnitsSpecified { get; set; }
Property Value
Type |
---|
System.Boolean |