Class IfcWorkTime
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcSchedulingTime>
System.IEquatable<IfcWorkTime>
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("IfcWorkTime", 1319)]
public class IfcWorkTime : IfcSchedulingTime, INotifyPropertyChanged, IEquatable<IfcSchedulingTime>, IInstantiableEntity, IIfcWorkTime, IIfcSchedulingTime, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcWorkTime>
Properties
| Improve this Doc View SourceFinish
Declaration
[EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 6)]
public IfcDate? Finish { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcDate> |
RecurrencePattern
Declaration
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 4)]
public IfcRecurrencePattern RecurrencePattern { get; set; }
Property Value
Type | Description |
---|---|
IfcRecurrencePattern |
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 SourceEquals(IfcWorkTime)
Declaration
public bool Equals(IfcWorkTime other)
Parameters
Type | Name | Description |
---|---|---|
IfcWorkTime | 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> |
IIfcWorkTime.Finish
Declaration
IfcDate? IIfcWorkTime.Finish { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcDate> |
IIfcWorkTime.RecurrencePattern
Declaration
IIfcRecurrencePattern IIfcWorkTime.RecurrencePattern { get; set; }
Returns
Type | Description |
---|---|
IIfcRecurrencePattern |
IIfcWorkTime.Start
Declaration
IfcDate? IIfcWorkTime.Start { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcDate> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>