Search Results for

    Show / Hide Table of Contents

    Class IfcWorkTime

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

    Properties

    | Improve this Doc View Source

    Finish

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

    RecurrencePattern

    Declaration
    [EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 4)]
    public IfcRecurrencePattern RecurrencePattern { get; set; }
    Property Value
    Type Description
    IfcRecurrencePattern
    | Improve this Doc View Source

    Start

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

    Methods

    | Improve this Doc View Source

    Equals(IfcWorkTime)

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

    IContainsEntityReferences.References

    Declaration
    IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IPersistEntity>
    | Improve this Doc View Source

    IIfcWorkTime.Finish

    Declaration
    IfcDate? IIfcWorkTime.Finish { get; set; }
    Returns
    Type Description
    System.Nullable<IfcDate>
    | Improve this Doc View Source

    IIfcWorkTime.RecurrencePattern

    Declaration
    IIfcRecurrencePattern IIfcWorkTime.RecurrencePattern { get; set; }
    Returns
    Type Description
    IIfcRecurrencePattern
    | Improve this Doc View Source

    IIfcWorkTime.Start

    Declaration
    IfcDate? IIfcWorkTime.Start { get; set; }
    Returns
    Type Description
    System.Nullable<IfcDate>

    Implements

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