Class IfcRecurrencePattern
Inheritance
System.Object
IfcRecurrencePattern
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
Methods
|
Improve this Doc
View Source
Equals(IfcRecurrencePattern)
Declaration
public bool Equals(IfcRecurrencePattern other)
Parameters
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
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
|
Improve this Doc
View Source
IIfcRecurrencePattern.Interval
Declaration
IfcInteger? IIfcRecurrencePattern.Interval { get; set; }
Returns
|
Improve this Doc
View Source
IIfcRecurrencePattern.MonthComponent
Declaration
IItemSet<IfcMonthInYearNumber> IIfcRecurrencePattern.MonthComponent { get; }
Returns
|
Improve this Doc
View Source
IIfcRecurrencePattern.Occurrences
Declaration
IfcInteger? IIfcRecurrencePattern.Occurrences { get; set; }
Returns
|
Improve this Doc
View Source
IIfcRecurrencePattern.Position
Declaration
IfcInteger? IIfcRecurrencePattern.Position { get; set; }
Returns
|
Improve this Doc
View Source
IIfcRecurrencePattern.RecurrenceType
Declaration
IfcRecurrenceTypeEnum IIfcRecurrencePattern.RecurrenceType { get; set; }
Returns
|
Improve this Doc
View Source
IIfcRecurrencePattern.TimePeriods
Declaration
IItemSet<IIfcTimePeriod> IIfcRecurrencePattern.TimePeriods { get; }
Returns
|
Improve this Doc
View Source
IIfcRecurrencePattern.WeekdayComponent
Declaration
IItemSet<IfcDayInWeekNumber> IIfcRecurrencePattern.WeekdayComponent { get; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>