Search Results for

    Show / Hide Table of Contents

    Class IfcTask

    Inheritance
    System.Object
    PersistEntity
    IfcRoot
    IfcObjectDefinition
    IfcObject
    IfcProcess
    IfcTask
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcRoot>
    System.IEquatable<IfcObjectDefinition>
    System.IEquatable<IfcObject>
    System.IEquatable<IfcProcess>
    IInstantiableEntity
    IIfcTask
    IIfcProcess
    IIfcObject
    IIfcObjectDefinition
    IIfcRoot
    IfcDefinitionSelect
    IIfcDefinitionSelect
    IfcProcessSelect
    IIfcProcessSelect
    IExpressSelectType
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcTask>
    IExpressValidatable
    Inherited Members
    IfcProcess.IIfcProcess.Identification
    IfcProcess.IIfcProcess.LongDescription
    IfcProcess.IIfcProcess.IsPredecessorTo
    IfcProcess.IIfcProcess.IsSuccessorFrom
    IfcProcess.IIfcProcess.OperatesOn
    IfcProcess.Identification
    IfcProcess.LongDescription
    IfcProcess.IsPredecessorTo
    IfcProcess.IsSuccessorFrom
    IfcProcess.OperatesOn
    IfcProcess.Equals(IfcProcess)
    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)
    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("IfcTask", 72)]
    public class IfcTask : IfcProcess, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcObjectDefinition>, IEquatable<IfcObject>, IEquatable<IfcProcess>, IInstantiableEntity, IIfcTask, IIfcProcess, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IfcProcessSelect, IIfcProcessSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcTask>, IExpressValidatable

    Properties

    | Improve this Doc View Source

    IsMilestone

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

    PredefinedType

    Declaration
    [EntityAttribute(13, EntityAttributeState.Optional, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 27)]
    public IfcTaskTypeEnum? PredefinedType { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcTaskTypeEnum>
    | Improve this Doc View Source

    Priority

    Declaration
    [EntityAttribute(11, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 25)]
    public IfcInteger? Priority { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcInteger>
    | Improve this Doc View Source

    Status

    Declaration
    [EntityAttribute(8, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 22)]
    public IfcLabel? Status { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcLabel>
    | Improve this Doc View Source

    TaskTime

    Declaration
    [EntityAttribute(12, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 26)]
    public IfcTaskTime TaskTime { get; set; }
    Property Value
    Type Description
    IfcTaskTime
    | Improve this Doc View Source

    WorkMethod

    Declaration
    [EntityAttribute(9, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 23)]
    public IfcLabel? WorkMethod { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcLabel>

    Methods

    | Improve this Doc View Source

    Equals(IfcTask)

    Declaration
    public bool Equals(IfcTask other)
    Parameters
    Type Name Description
    IfcTask 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
    IfcProcess.Parse(Int32, IPropertyValue, Int32[])
    | Improve this Doc View Source

    Validate()

    Declaration
    public override IEnumerable<ValidationResult> Validate()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<ValidationResult>
    Overrides
    IfcObject.Validate()
    | Improve this Doc View Source

    ValidateClause(IfcTask.IfcTaskClause)

    Tests the express where-clause specified in param 'clause'

    Declaration
    public bool ValidateClause(IfcTask.IfcTaskClause clause)
    Parameters
    Type Name Description
    IfcTask.IfcTaskClause clause

    The express clause to test

    Returns
    Type Description
    System.Boolean

    true if the clause is satisfied.

    Explicit Interface Implementations

    | Improve this Doc View Source

    IContainsEntityReferences.References

    Declaration
    IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IPersistEntity>
    | Improve this Doc View Source

    IIfcTask.IsMilestone

    Declaration
    IfcBoolean IIfcTask.IsMilestone { get; set; }
    Returns
    Type Description
    IfcBoolean
    | Improve this Doc View Source

    IIfcTask.PredefinedType

    Declaration
    IfcTaskTypeEnum? IIfcTask.PredefinedType { get; set; }
    Returns
    Type Description
    System.Nullable<IfcTaskTypeEnum>
    | Improve this Doc View Source

    IIfcTask.Priority

    Declaration
    IfcInteger? IIfcTask.Priority { get; set; }
    Returns
    Type Description
    System.Nullable<IfcInteger>
    | Improve this Doc View Source

    IIfcTask.Status

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

    IIfcTask.TaskTime

    Declaration
    IIfcTaskTime IIfcTask.TaskTime { get; set; }
    Returns
    Type Description
    IIfcTaskTime
    | Improve this Doc View Source

    IIfcTask.WorkMethod

    Declaration
    IfcLabel? IIfcTask.WorkMethod { get; set; }
    Returns
    Type Description
    System.Nullable<IfcLabel>

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<T>
    System.IEquatable<T>
    System.IEquatable<T>
    System.IEquatable<T>
    IInstantiableEntity
    IIfcTask
    IIfcProcess
    IIfcObject
    IIfcObjectDefinition
    IIfcRoot
    IfcDefinitionSelect
    IIfcDefinitionSelect
    IfcProcessSelect
    IIfcProcessSelect
    IExpressSelectType
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<T>
    IExpressValidatable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim