Search Results for

    Show / Hide Table of Contents

    Class IfcEventTime

    Inheritance
    System.Object
    PersistEntity
    IfcSchedulingTime
    IfcEventTime
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcSchedulingTime>
    IInstantiableEntity
    IIfcEventTime
    IIfcSchedulingTime
    IPersistEntity
    IPersist
    System.IEquatable<IfcEventTime>
    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("IfcEventTime", 1169)]
    public class IfcEventTime : IfcSchedulingTime, INotifyPropertyChanged, IEquatable<IfcSchedulingTime>, IInstantiableEntity, IIfcEventTime, IIfcSchedulingTime, IPersistEntity, IPersist, IEquatable<IfcEventTime>

    Properties

    | Improve this Doc View Source

    ActualDate

    Declaration
    [EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 4)]
    public IfcDateTime? ActualDate { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcDateTime>
    | Improve this Doc View Source

    EarlyDate

    Declaration
    [EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 5)]
    public IfcDateTime? EarlyDate { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcDateTime>
    | Improve this Doc View Source

    LateDate

    Declaration
    [EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 6)]
    public IfcDateTime? LateDate { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcDateTime>
    | Improve this Doc View Source

    ScheduleDate

    Declaration
    [EntityAttribute(7, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 7)]
    public IfcDateTime? ScheduleDate { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcDateTime>

    Methods

    | Improve this Doc View Source

    Equals(IfcEventTime)

    Declaration
    public bool Equals(IfcEventTime other)
    Parameters
    Type Name Description
    IfcEventTime 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

    IIfcEventTime.ActualDate

    Declaration
    IfcDateTime? IIfcEventTime.ActualDate { get; set; }
    Returns
    Type Description
    System.Nullable<IfcDateTime>
    | Improve this Doc View Source

    IIfcEventTime.EarlyDate

    Declaration
    IfcDateTime? IIfcEventTime.EarlyDate { get; set; }
    Returns
    Type Description
    System.Nullable<IfcDateTime>
    | Improve this Doc View Source

    IIfcEventTime.LateDate

    Declaration
    IfcDateTime? IIfcEventTime.LateDate { get; set; }
    Returns
    Type Description
    System.Nullable<IfcDateTime>
    | Improve this Doc View Source

    IIfcEventTime.ScheduleDate

    Declaration
    IfcDateTime? IIfcEventTime.ScheduleDate { get; set; }
    Returns
    Type Description
    System.Nullable<IfcDateTime>

    Implements

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