Interface IIfcTaskTime
Readonly interface for IfcTaskTime
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcTaskTime : IIfcSchedulingTime, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
ActualDuration
Declaration
IfcDuration? ActualDuration { get; set; }
Property Value
|
Improve this Doc
View Source
ActualFinish
Declaration
IfcDateTime? ActualFinish { get; set; }
Property Value
|
Improve this Doc
View Source
ActualStart
Declaration
IfcDateTime? ActualStart { get; set; }
Property Value
|
Improve this Doc
View Source
Completion
Declaration
IfcPositiveRatioMeasure? Completion { get; set; }
Property Value
|
Improve this Doc
View Source
DurationType
Declaration
IfcTaskDurationEnum? DurationType { get; set; }
Property Value
|
Improve this Doc
View Source
EarlyFinish
Declaration
IfcDateTime? EarlyFinish { get; set; }
Property Value
|
Improve this Doc
View Source
EarlyStart
Declaration
IfcDateTime? EarlyStart { get; set; }
Property Value
|
Improve this Doc
View Source
FreeFloat
Declaration
IfcDuration? FreeFloat { get; set; }
Property Value
|
Improve this Doc
View Source
IsCritical
Declaration
IfcBoolean? IsCritical { get; set; }
Property Value
|
Improve this Doc
View Source
LateFinish
Declaration
IfcDateTime? LateFinish { get; set; }
Property Value
|
Improve this Doc
View Source
LateStart
Declaration
IfcDateTime? LateStart { get; set; }
Property Value
|
Improve this Doc
View Source
RemainingTime
Declaration
IfcDuration? RemainingTime { get; set; }
Property Value
|
Improve this Doc
View Source
ScheduleDuration
Declaration
IfcDuration? ScheduleDuration { get; set; }
Property Value
|
Improve this Doc
View Source
ScheduleFinish
Declaration
IfcDateTime? ScheduleFinish { get; set; }
Property Value
|
Improve this Doc
View Source
ScheduleStart
Declaration
IfcDateTime? ScheduleStart { get; set; }
Property Value
|
Improve this Doc
View Source
StatusTime
Declaration
IfcDateTime? StatusTime { get; set; }
Property Value
|
Improve this Doc
View Source
TotalFloat
Declaration
IfcDuration? TotalFloat { get; set; }
Property Value