Search Results for

    Show / Hide Table of Contents

    Class IfcWorkControl

    Inheritance
    System.Object
    PersistEntity
    IfcRoot
    IfcObjectDefinition
    IfcObject
    IfcControl
    IfcWorkControl
    IfcWorkPlan
    IfcWorkSchedule
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcRoot>
    System.IEquatable<IfcObjectDefinition>
    System.IEquatable<IfcObject>
    IExpressValidatable
    System.IEquatable<IfcControl>
    IIfcWorkControl
    IIfcControl
    IIfcObject
    IIfcObjectDefinition
    IIfcRoot
    IfcDefinitionSelect
    IIfcDefinitionSelect
    IExpressSelectType
    IPersistEntity
    IPersist
    System.IEquatable<IfcWorkControl>
    Inherited Members
    IfcControl.IIfcControl.Identification
    IfcControl.IIfcControl.Controls
    IfcControl.Identification
    IfcControl.Controls
    IfcControl.Equals(IfcControl)
    IfcObject.IIfcObject.ObjectType
    IfcObject.IIfcObject.IsDeclaredBy
    IfcObject.IIfcObject.Declares
    IfcObject.IIfcObject.IsTypedBy
    IfcObject.IIfcObject.IsDefinedBy
    IfcObject.ObjectType
    IfcObject.IsDeclaredBy
    IfcObject.Declares
    IfcObject.IsTypedBy
    IfcObject.IsDefinedBy
    IfcObject.Equals(IfcObject)
    IfcObject.AddDefiningType(IfcTypeObject)
    IfcObject.AddPropertySet(IfcPropertySet)
    IfcObject.GetPropertySet(String, Boolean)
    IfcObject.GetPropertySingleValue(String, String)
    IfcObject.GetPropertySingleValue<TValueType>(String, String)
    IfcObject.GetPropertySingleNominalValue(String, String)
    IfcObject.PropertySets
    IfcObject.SetPropertySingleValue(String, String, Type)
    IfcObject.SetPropertySingleValue(String, String, IfcValue)
    IfcObject.GetExternalElements(IModel)
    IfcObject.GetElementQuantity(String, Boolean)
    IfcObject.ElementQuantities
    IfcObject.PhysicalSimpleQuantities
    IfcObject.GetQuantity<TQType>(String, String)
    IfcObject.GetQuantity<TQType>(String)
    IfcObject.AddQuantity(String, IIfcPhysicalQuantity, String)
    IfcObject.AddQuantity(String, IIfcPhysicalQuantity)
    IfcObject.GetElementPhysicalSimpleQuantity(String, String)
    IfcObject.SetElementPhysicalSimpleQuantity(String, String, Double, XbimQuantityTypeEnum, IIfcNamedUnit)
    IfcObject.RemovePropertySingleValue(String, String)
    IfcObject.RemoveElementPhysicalSimpleQuantity(String, String)
    IfcObject.ValidateClause(IfcObject.IfcObjectClause)
    IfcObject.Validate()
    IfcObjectDefinition.IIfcObjectDefinition.HasAssignments
    IfcObjectDefinition.IIfcObjectDefinition.Nests
    IfcObjectDefinition.IIfcObjectDefinition.IsNestedBy
    IfcObjectDefinition.IIfcObjectDefinition.HasContext
    IfcObjectDefinition.IIfcObjectDefinition.IsDecomposedBy
    IfcObjectDefinition.IIfcObjectDefinition.Decomposes
    IfcObjectDefinition.IIfcObjectDefinition.HasAssociations
    IfcObjectDefinition.HasAssignments
    IfcObjectDefinition.Nests
    IfcObjectDefinition.IsNestedBy
    IfcObjectDefinition.HasContext
    IfcObjectDefinition.IsDecomposedBy
    IfcObjectDefinition.Decomposes
    IfcObjectDefinition.HasAssociations
    IfcObjectDefinition.Equals(IfcObjectDefinition)
    IfcObjectDefinition.Material
    IfcObjectDefinition.Item[String]
    IfcRoot.IIfcRoot.GlobalId
    IfcRoot.IIfcRoot.OwnerHistory
    IfcRoot.IIfcRoot.Name
    IfcRoot.IIfcRoot.Description
    IfcRoot.GlobalId
    IfcRoot.OwnerHistory
    IfcRoot.Name
    IfcRoot.Description
    IfcRoot.Equals(IfcRoot)
    PersistEntity._activated
    PersistEntity.Activate()
    PersistEntity.NotifyPropertyChanged(String)
    PersistEntity.SetValue<TProperty>(Action<TProperty>, TProperty, TProperty, String, Int32)
    PersistEntity.Equals(Object)
    PersistEntity.GetHashCode()
    PersistEntity.ToString()
    PersistEntity.EntityLabel
    PersistEntity.Model
    PersistEntity.ModelOf
    PersistEntity.IPersistEntity.Activated
    PersistEntity.IPersistEntity.ExpressType
    PersistEntity.PropertyChanged
    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 Source

    CreationDate

    Declaration
    [EntityAttribute(7, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 19)]
    public IfcDateTime CreationDate { get; set; }
    Property Value
    Type Description
    IfcDateTime
    | Improve this Doc View Source

    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>
    | Improve this Doc View Source

    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>
    | Improve this Doc View Source

    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>
    | Improve this Doc View Source

    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>
    | Improve this Doc View Source

    StartTime

    Declaration
    [EntityAttribute(12, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 24)]
    public IfcDateTime StartTime { get; set; }
    Property Value
    Type Description
    IfcDateTime
    | Improve this Doc View Source

    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 Source

    Equals(IfcWorkControl)

    Declaration
    public bool Equals(IfcWorkControl other)
    Parameters
    Type Name Description
    IfcWorkControl other
    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
    IfcControl.Parse(Int32, IPropertyValue, Int32[])

    Explicit Interface Implementations

    | Improve this Doc View Source

    IIfcWorkControl.CreationDate

    Declaration
    IfcDateTime IIfcWorkControl.CreationDate { get; set; }
    Returns
    Type Description
    IfcDateTime
    | Improve this Doc View Source

    IIfcWorkControl.Creators

    Declaration
    IItemSet<IIfcPerson> IIfcWorkControl.Creators { get; }
    Returns
    Type Description
    IItemSet<IIfcPerson>
    | Improve this Doc View Source

    IIfcWorkControl.Duration

    Declaration
    IfcDuration? IIfcWorkControl.Duration { get; set; }
    Returns
    Type Description
    System.Nullable<IfcDuration>
    | Improve this Doc View Source

    IIfcWorkControl.FinishTime

    Declaration
    IfcDateTime? IIfcWorkControl.FinishTime { get; set; }
    Returns
    Type Description
    System.Nullable<IfcDateTime>
    | Improve this Doc View Source

    IIfcWorkControl.Purpose

    Declaration
    IfcLabel? IIfcWorkControl.Purpose { get; set; }
    Returns
    Type Description
    System.Nullable<IfcLabel>
    | Improve this Doc View Source

    IIfcWorkControl.StartTime

    Declaration
    IfcDateTime IIfcWorkControl.StartTime { get; set; }
    Returns
    Type Description
    IfcDateTime
    | Improve this Doc View Source

    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>
    IExpressValidatable
    System.IEquatable<T>
    IIfcWorkControl
    IIfcControl
    IIfcObject
    IIfcObjectDefinition
    IIfcRoot
    IfcDefinitionSelect
    IIfcDefinitionSelect
    IExpressSelectType
    IPersistEntity
    IPersist
    System.IEquatable<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim