Class IfcWorkControl
Inheritance
System.Object
IfcWorkControl
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcRoot>
System.IEquatable<IfcObjectDefinition>
System.IEquatable<IfcObject>
System.IEquatable<IfcControl>
System.IEquatable<IfcWorkControl>
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.ProcessExtension
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcWorkControl", 185)]
public abstract class IfcWorkControl : IfcControl, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcObjectDefinition>, IEquatable<IfcObject>, IExpressValidatable, IEquatable<IfcControl>, IIfcWorkControl, IIfcControl, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcWorkControl>
Properties
| Improve this Doc View SourceCreationDate
Declaration
[EntityAttribute(7, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 19)]
public IfcDateTime CreationDate { get; set; }
Property Value
Type | Description |
---|---|
IfcDateTime |
Creators
Declaration
[EntityAttribute(8, EntityAttributeState.Optional, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 20)]
public IOptionalItemSet<IfcPerson> Creators { get; }
Property Value
Type | Description |
---|---|
IOptionalItemSet<IfcPerson> |
Duration
Declaration
[EntityAttribute(10, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 22)]
public IfcDuration? Duration { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcDuration> |
FinishTime
Declaration
[EntityAttribute(13, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 25)]
public IfcDateTime? FinishTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcDateTime> |
Purpose
Declaration
[EntityAttribute(9, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 21)]
public IfcLabel? Purpose { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcLabel> |
StartTime
Declaration
[EntityAttribute(12, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 24)]
public IfcDateTime StartTime { get; set; }
Property Value
Type | Description |
---|---|
IfcDateTime |
TotalFloat
Declaration
[EntityAttribute(11, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 23)]
public IfcDuration? TotalFloat { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcDuration> |
Methods
| Improve this Doc View SourceEquals(IfcWorkControl)
Declaration
public bool Equals(IfcWorkControl other)
Parameters
Type | Name | Description |
---|---|---|
IfcWorkControl | 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 SourceIIfcWorkControl.CreationDate
Declaration
IfcDateTime IIfcWorkControl.CreationDate { get; set; }
Returns
Type | Description |
---|---|
IfcDateTime |
IIfcWorkControl.Creators
Declaration
IItemSet<IIfcPerson> IIfcWorkControl.Creators { get; }
Returns
Type | Description |
---|---|
IItemSet<IIfcPerson> |
IIfcWorkControl.Duration
Declaration
IfcDuration? IIfcWorkControl.Duration { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcDuration> |
IIfcWorkControl.FinishTime
Declaration
IfcDateTime? IIfcWorkControl.FinishTime { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcDateTime> |
IIfcWorkControl.Purpose
Declaration
IfcLabel? IIfcWorkControl.Purpose { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcLabel> |
IIfcWorkControl.StartTime
Declaration
IfcDateTime IIfcWorkControl.StartTime { get; set; }
Returns
Type | Description |
---|---|
IfcDateTime |
IIfcWorkControl.TotalFloat
Declaration
IfcDuration? IIfcWorkControl.TotalFloat { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcDuration> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>