Search Results for

    Show / Hide Table of Contents

    Class IfcLagTime

    Inheritance
    System.Object
    PersistEntity
    IfcSchedulingTime
    IfcLagTime
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcSchedulingTime>
    IInstantiableEntity
    IIfcLagTime
    IIfcSchedulingTime
    IPersistEntity
    IPersist
    System.IEquatable<IfcLagTime>
    Inherited Members
    IfcSchedulingTime.IIfcSchedulingTime.Name
    IfcSchedulingTime.IIfcSchedulingTime.DataOrigin
    IfcSchedulingTime.IIfcSchedulingTime.UserDefinedDataOrigin
    IfcSchedulingTime.Name
    IfcSchedulingTime.DataOrigin
    IfcSchedulingTime.UserDefinedDataOrigin
    IfcSchedulingTime.Equals(IfcSchedulingTime)
    PersistEntity._activated
    PersistEntity.Activate()
    PersistEntity.NotifyPropertyChanged(String)
    PersistEntity.SetValue<TProperty>(Action<TProperty>, TProperty, TProperty, String, Int32)
    PersistEntity.Equals(Object)
    PersistEntity.GetHashCode()
    PersistEntity.ToString()
    PersistEntity.EntityLabel
    PersistEntity.Model
    PersistEntity.ModelOf
    PersistEntity.IPersistEntity.Activated
    PersistEntity.IPersistEntity.ExpressType
    PersistEntity.PropertyChanged
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Xbim.Ifc4.DateTimeResource
    Assembly: Xbim.Ifc4.dll
    Syntax
    [ExpressType("IfcLagTime", 1197)]
    public class IfcLagTime : IfcSchedulingTime, INotifyPropertyChanged, IEquatable<IfcSchedulingTime>, IInstantiableEntity, IIfcLagTime, IIfcSchedulingTime, IPersistEntity, IPersist, IEquatable<IfcLagTime>

    Properties

    | Improve this Doc View Source

    DurationType

    Declaration
    [EntityAttribute(5, EntityAttributeState.Mandatory, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 5)]
    public IfcTaskDurationEnum DurationType { get; set; }
    Property Value
    Type Description
    IfcTaskDurationEnum
    | Improve this Doc View Source

    LagValue

    Declaration
    [EntityAttribute(4, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 4)]
    public IfcTimeOrRatioSelect LagValue { get; set; }
    Property Value
    Type Description
    IfcTimeOrRatioSelect

    Methods

    | Improve this Doc View Source

    Equals(IfcLagTime)

    Declaration
    public bool Equals(IfcLagTime other)
    Parameters
    Type Name Description
    IfcLagTime other
    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
    IfcSchedulingTime.Parse(Int32, IPropertyValue, Int32[])

    Explicit Interface Implementations

    | Improve this Doc View Source

    IIfcLagTime.DurationType

    Declaration
    IfcTaskDurationEnum IIfcLagTime.DurationType { get; set; }
    Returns
    Type Description
    IfcTaskDurationEnum
    | Improve this Doc View Source

    IIfcLagTime.LagValue

    Declaration
    IIfcTimeOrRatioSelect IIfcLagTime.LagValue { get; set; }
    Returns
    Type Description
    IIfcTimeOrRatioSelect

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<T>
    IInstantiableEntity
    IIfcLagTime
    IIfcSchedulingTime
    IPersistEntity
    IPersist
    System.IEquatable<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim