Search Results for

    Show / Hide Table of Contents

    Interface IIfcTaskTime

    Readonly interface for IfcTaskTime

    Inherited Members
    IIfcSchedulingTime.Name
    IIfcSchedulingTime.DataOrigin
    IIfcSchedulingTime.UserDefinedDataOrigin
    IPersistEntity.EntityLabel
    IPersistEntity.Model
    IPersistEntity.Activated
    IPersistEntity.ExpressType
    IPersistEntity.ModelOf
    IPersist.Parse(Int32, IPropertyValue, Int32[])
    Namespace: Xbim.Ifc4.Interfaces
    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
    Type Description
    System.Nullable<IfcDuration>
    | Improve this Doc View Source

    ActualFinish

    Declaration
    IfcDateTime? ActualFinish { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcDateTime>
    | Improve this Doc View Source

    ActualStart

    Declaration
    IfcDateTime? ActualStart { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcDateTime>
    | Improve this Doc View Source

    Completion

    Declaration
    IfcPositiveRatioMeasure? Completion { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcPositiveRatioMeasure>
    | Improve this Doc View Source

    DurationType

    Declaration
    IfcTaskDurationEnum? DurationType { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcTaskDurationEnum>
    | Improve this Doc View Source

    EarlyFinish

    Declaration
    IfcDateTime? EarlyFinish { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcDateTime>
    | Improve this Doc View Source

    EarlyStart

    Declaration
    IfcDateTime? EarlyStart { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcDateTime>
    | Improve this Doc View Source

    FreeFloat

    Declaration
    IfcDuration? FreeFloat { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcDuration>
    | Improve this Doc View Source

    IsCritical

    Declaration
    IfcBoolean? IsCritical { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcBoolean>
    | Improve this Doc View Source

    LateFinish

    Declaration
    IfcDateTime? LateFinish { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcDateTime>
    | Improve this Doc View Source

    LateStart

    Declaration
    IfcDateTime? LateStart { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcDateTime>
    | Improve this Doc View Source

    RemainingTime

    Declaration
    IfcDuration? RemainingTime { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcDuration>
    | Improve this Doc View Source

    ScheduleDuration

    Declaration
    IfcDuration? ScheduleDuration { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcDuration>
    | Improve this Doc View Source

    ScheduleFinish

    Declaration
    IfcDateTime? ScheduleFinish { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcDateTime>
    | Improve this Doc View Source

    ScheduleStart

    Declaration
    IfcDateTime? ScheduleStart { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcDateTime>
    | Improve this Doc View Source

    StatusTime

    Declaration
    IfcDateTime? StatusTime { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcDateTime>
    | Improve this Doc View Source

    TotalFloat

    Declaration
    IfcDuration? TotalFloat { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcDuration>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim