Search Results for

    Show / Hide Table of Contents

    Class IfcRecurrencePattern

    Inheritance
    System.Object
    PersistEntity
    IfcRecurrencePattern
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IInstantiableEntity
    IIfcRecurrencePattern
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcRecurrencePattern>
    Inherited Members
    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("IfcRecurrencePattern", 1243)]
    public class IfcRecurrencePattern : PersistEntity, INotifyPropertyChanged, IInstantiableEntity, IIfcRecurrencePattern, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcRecurrencePattern>

    Properties

    | Improve this Doc View Source

    DayComponent

    Declaration
    [EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.Set, EntityAttributeType.None, new int[]{1}, new int[]{-1}, 2)]
    public IOptionalItemSet<IfcDayInMonthNumber> DayComponent { get; }
    Property Value
    Type Description
    IOptionalItemSet<IfcDayInMonthNumber>
    | Improve this Doc View Source

    Interval

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

    MonthComponent

    Declaration
    [EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.Set, EntityAttributeType.None, new int[]{1}, new int[]{-1}, 4)]
    public IOptionalItemSet<IfcMonthInYearNumber> MonthComponent { get; }
    Property Value
    Type Description
    IOptionalItemSet<IfcMonthInYearNumber>
    | Improve this Doc View Source

    Occurrences

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

    Position

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

    RecurrenceType

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

    TimePeriods

    Declaration
    [EntityAttribute(8, EntityAttributeState.Optional, EntityAttributeType.List, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 8)]
    public IOptionalItemSet<IfcTimePeriod> TimePeriods { get; }
    Property Value
    Type Description
    IOptionalItemSet<IfcTimePeriod>
    | Improve this Doc View Source

    WeekdayComponent

    Declaration
    [EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.Set, EntityAttributeType.None, new int[]{1}, new int[]{-1}, 3)]
    public IOptionalItemSet<IfcDayInWeekNumber> WeekdayComponent { get; }
    Property Value
    Type Description
    IOptionalItemSet<IfcDayInWeekNumber>

    Methods

    | Improve this Doc View Source

    Equals(IfcRecurrencePattern)

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

    IIfcRecurrencePattern.DayComponent

    Declaration
    IItemSet<IfcDayInMonthNumber> IIfcRecurrencePattern.DayComponent { get; }
    Returns
    Type Description
    IItemSet<IfcDayInMonthNumber>
    | Improve this Doc View Source

    IIfcRecurrencePattern.Interval

    Declaration
    IfcInteger? IIfcRecurrencePattern.Interval { get; set; }
    Returns
    Type Description
    System.Nullable<IfcInteger>
    | Improve this Doc View Source

    IIfcRecurrencePattern.MonthComponent

    Declaration
    IItemSet<IfcMonthInYearNumber> IIfcRecurrencePattern.MonthComponent { get; }
    Returns
    Type Description
    IItemSet<IfcMonthInYearNumber>
    | Improve this Doc View Source

    IIfcRecurrencePattern.Occurrences

    Declaration
    IfcInteger? IIfcRecurrencePattern.Occurrences { get; set; }
    Returns
    Type Description
    System.Nullable<IfcInteger>
    | Improve this Doc View Source

    IIfcRecurrencePattern.Position

    Declaration
    IfcInteger? IIfcRecurrencePattern.Position { get; set; }
    Returns
    Type Description
    System.Nullable<IfcInteger>
    | Improve this Doc View Source

    IIfcRecurrencePattern.RecurrenceType

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

    IIfcRecurrencePattern.TimePeriods

    Declaration
    IItemSet<IIfcTimePeriod> IIfcRecurrencePattern.TimePeriods { get; }
    Returns
    Type Description
    IItemSet<IIfcTimePeriod>
    | Improve this Doc View Source

    IIfcRecurrencePattern.WeekdayComponent

    Declaration
    IItemSet<IfcDayInWeekNumber> IIfcRecurrencePattern.WeekdayComponent { get; }
    Returns
    Type Description
    IItemSet<IfcDayInWeekNumber>

    Implements

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