Class IfcTimeSeriesSchedule
Inheritance
System.Object
IfcTimeSeriesSchedule
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcRoot>
System.IEquatable<IfcObjectDefinition>
System.IEquatable<IfcObject>
System.IEquatable<IfcControl>
System.IEquatable<IfcTimeSeriesSchedule>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc2x3.ControlExtension
Assembly: Xbim.Ifc2x3.dll
Syntax
[ExpressType("IfcTimeSeriesSchedule", 712)]
public class IfcTimeSeriesSchedule : IfcControl, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcObjectDefinition>, IEquatable<IfcObject>, IIfcControl, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IExpressSelectType, IEquatable<IfcControl>, IInstantiableEntity, IIfcTimeSeriesSchedule, IIfcControl, IIfcObject, IIfcObjectDefinition, IIfcRoot, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcTimeSeriesSchedule>, IExpressValidatable
Properties
| Improve this Doc View SourceApplicableDates
Declaration
[EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.List, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 12)]
public IOptionalItemSet<IfcDateTimeSelect> ApplicableDates { get; }
Property Value
Type | Description |
---|---|
IOptionalItemSet<IfcDateTimeSelect> |
TimeSeries
Declaration
[EntityAttribute(8, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 14)]
public IfcTimeSeries TimeSeries { get; set; }
Property Value
Type | Description |
---|---|
IfcTimeSeries |
TimeSeriesScheduleType
Declaration
[EntityAttribute(7, EntityAttributeState.Mandatory, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 13)]
public IfcTimeSeriesScheduleTypeEnum TimeSeriesScheduleType { get; set; }
Property Value
Type | Description |
---|---|
IfcTimeSeriesScheduleTypeEnum |
Methods
| Improve this Doc View SourceEquals(IfcTimeSeriesSchedule)
Declaration
public bool Equals(IfcTimeSeriesSchedule other)
Parameters
Type | Name | Description |
---|---|---|
IfcTimeSeriesSchedule | 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
| Improve this Doc View SourceValidate()
Declaration
public override IEnumerable<ValidationResult> Validate()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ValidationResult> |
Overrides
| Improve this Doc View SourceValidateClause(IfcTimeSeriesSchedule.IfcTimeSeriesScheduleClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcTimeSeriesSchedule.IfcTimeSeriesScheduleClause clause)
Parameters
Type | Name | Description |
---|---|---|
IfcTimeSeriesSchedule.IfcTimeSeriesScheduleClause | clause | The express clause to test |
Returns
Type | Description |
---|---|
System.Boolean | true if the clause is satisfied. |
Explicit Interface Implementations
| Improve this Doc View SourceIContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IPersistEntity> |
IIfcTimeSeriesSchedule.ApplicableDates
Declaration
IItemSet<IIfcDateTimeSelect> IIfcTimeSeriesSchedule.ApplicableDates { get; }
Returns
Type | Description |
---|---|
IItemSet<IIfcDateTimeSelect> |
IIfcTimeSeriesSchedule.TimeSeries
Declaration
IIfcTimeSeries IIfcTimeSeriesSchedule.TimeSeries { get; set; }
Returns
Type | Description |
---|---|
IIfcTimeSeries |
IIfcTimeSeriesSchedule.TimeSeriesScheduleType
Declaration
IfcTimeSeriesScheduleTypeEnum IIfcTimeSeriesSchedule.TimeSeriesScheduleType { get; set; }
Returns
Type | Description |
---|---|
IfcTimeSeriesScheduleTypeEnum |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>