Class IfcTaskTime
Inheritance
System.Object
IfcTaskTime
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcTaskTime", 1294)]
public class IfcTaskTime : IfcSchedulingTime, INotifyPropertyChanged, IEquatable<IfcSchedulingTime>, IInstantiableEntity, IIfcTaskTime, IIfcSchedulingTime, IPersistEntity, IPersist, IEquatable<IfcTaskTime>
Properties
|
Improve this Doc
View Source
ActualDuration
Declaration
[EntityAttribute(16, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 16)]
public IfcDuration? ActualDuration { get; set; }
Property Value
|
Improve this Doc
View Source
ActualFinish
Declaration
[EntityAttribute(18, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 18)]
public IfcDateTime? ActualFinish { get; set; }
Property Value
|
Improve this Doc
View Source
ActualStart
Declaration
[EntityAttribute(17, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 17)]
public IfcDateTime? ActualStart { get; set; }
Property Value
|
Improve this Doc
View Source
Completion
Declaration
[EntityAttribute(20, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 20)]
public IfcPositiveRatioMeasure? Completion { get; set; }
Property Value
|
Improve this Doc
View Source
DurationType
Declaration
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 4)]
public IfcTaskDurationEnum? DurationType { get; set; }
Property Value
|
Improve this Doc
View Source
EarlyFinish
Declaration
[EntityAttribute(9, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 9)]
public IfcDateTime? EarlyFinish { get; set; }
Property Value
|
Improve this Doc
View Source
EarlyStart
Declaration
[EntityAttribute(8, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 8)]
public IfcDateTime? EarlyStart { get; set; }
Property Value
|
Improve this Doc
View Source
FreeFloat
Declaration
[EntityAttribute(12, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 12)]
public IfcDuration? FreeFloat { get; set; }
Property Value
|
Improve this Doc
View Source
IsCritical
Declaration
[EntityAttribute(14, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 14)]
public IfcBoolean? IsCritical { get; set; }
Property Value
|
Improve this Doc
View Source
LateFinish
Declaration
[EntityAttribute(11, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 11)]
public IfcDateTime? LateFinish { get; set; }
Property Value
|
Improve this Doc
View Source
LateStart
Declaration
[EntityAttribute(10, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 10)]
public IfcDateTime? LateStart { get; set; }
Property Value
|
Improve this Doc
View Source
RemainingTime
Declaration
[EntityAttribute(19, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 19)]
public IfcDuration? RemainingTime { get; set; }
Property Value
|
Improve this Doc
View Source
ScheduleDuration
Declaration
[EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 5)]
public IfcDuration? ScheduleDuration { get; set; }
Property Value
|
Improve this Doc
View Source
ScheduleFinish
Declaration
[EntityAttribute(7, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 7)]
public IfcDateTime? ScheduleFinish { get; set; }
Property Value
|
Improve this Doc
View Source
ScheduleStart
Declaration
[EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 6)]
public IfcDateTime? ScheduleStart { get; set; }
Property Value
|
Improve this Doc
View Source
StatusTime
Declaration
[EntityAttribute(15, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 15)]
public IfcDateTime? StatusTime { get; set; }
Property Value
|
Improve this Doc
View Source
TotalFloat
Declaration
[EntityAttribute(13, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 13)]
public IfcDuration? TotalFloat { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcTaskTime)
Declaration
public bool Equals(IfcTaskTime other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Parse(Int32, IPropertyValue, Int32[])
Declaration
public override void Parse(int propIndex, IPropertyValue value, int[] nestedIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
propIndex |
|
IPropertyValue |
value |
|
System.Int32[] |
nestedIndex |
|
Overrides
Explicit Interface Implementations
|
Improve this Doc
View Source
IIfcTaskTime.ActualDuration
Declaration
IfcDuration? IIfcTaskTime.ActualDuration { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTaskTime.ActualFinish
Declaration
IfcDateTime? IIfcTaskTime.ActualFinish { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTaskTime.ActualStart
Declaration
IfcDateTime? IIfcTaskTime.ActualStart { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTaskTime.Completion
Declaration
IfcPositiveRatioMeasure? IIfcTaskTime.Completion { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTaskTime.DurationType
Declaration
IfcTaskDurationEnum? IIfcTaskTime.DurationType { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTaskTime.EarlyFinish
Declaration
IfcDateTime? IIfcTaskTime.EarlyFinish { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTaskTime.EarlyStart
Declaration
IfcDateTime? IIfcTaskTime.EarlyStart { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTaskTime.FreeFloat
Declaration
IfcDuration? IIfcTaskTime.FreeFloat { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTaskTime.IsCritical
Declaration
IfcBoolean? IIfcTaskTime.IsCritical { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTaskTime.LateFinish
Declaration
IfcDateTime? IIfcTaskTime.LateFinish { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTaskTime.LateStart
Declaration
IfcDateTime? IIfcTaskTime.LateStart { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTaskTime.RemainingTime
Declaration
IfcDuration? IIfcTaskTime.RemainingTime { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTaskTime.ScheduleDuration
Declaration
IfcDuration? IIfcTaskTime.ScheduleDuration { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTaskTime.ScheduleFinish
Declaration
IfcDateTime? IIfcTaskTime.ScheduleFinish { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTaskTime.ScheduleStart
Declaration
IfcDateTime? IIfcTaskTime.ScheduleStart { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTaskTime.StatusTime
Declaration
IfcDateTime? IIfcTaskTime.StatusTime { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTaskTime.TotalFloat
Declaration
IfcDuration? IIfcTaskTime.TotalFloat { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>