Class IfcTaskTimeRecurring
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcSchedulingTime>
System.IEquatable<IfcTaskTime>
System.IEquatable<IfcTaskTimeRecurring>
Inherited Members
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("IfcTaskTimeRecurring", 1295)]
public class IfcTaskTimeRecurring : IfcTaskTime, INotifyPropertyChanged, IEquatable<IfcSchedulingTime>, IEquatable<IfcTaskTime>, IInstantiableEntity, IIfcTaskTimeRecurring, IIfcTaskTime, IIfcSchedulingTime, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcTaskTimeRecurring>
Properties
| Improve this Doc View SourceRecurrence
Declaration
[EntityAttribute(21, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 21)]
public IfcRecurrencePattern Recurrence { get; set; }
Property Value
Type | Description |
---|---|
IfcRecurrencePattern |
Methods
| Improve this Doc View SourceEquals(IfcTaskTimeRecurring)
Declaration
public bool Equals(IfcTaskTimeRecurring other)
Parameters
Type | Name | Description |
---|---|---|
IfcTaskTimeRecurring | other |
Returns
Type | Description |
---|---|
System.Boolean |
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 SourceIContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IPersistEntity> |
IIfcTaskTimeRecurring.Recurrence
Declaration
IIfcRecurrencePattern IIfcTaskTimeRecurring.Recurrence { get; set; }
Returns
Type | Description |
---|---|
IIfcRecurrencePattern |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>