Search Results for

    Show / Hide Table of Contents

    Class IfcObjective

    Inheritance
    System.Object
    PersistEntity
    IfcConstraint
    IfcObjective
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcConstraint>
    IInstantiableEntity
    IIfcObjective
    IIfcConstraint
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IExpressSelectType
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcObjective>
    IExpressValidatable
    Inherited Members
    IfcConstraint.IIfcConstraint.Name
    IfcConstraint.IIfcConstraint.Description
    IfcConstraint.IIfcConstraint.ConstraintGrade
    IfcConstraint.IIfcConstraint.ConstraintSource
    IfcConstraint.IIfcConstraint.CreatingActor
    IfcConstraint.IIfcConstraint.CreationTime
    IfcConstraint.IIfcConstraint.UserDefinedGrade
    IfcConstraint.IIfcConstraint.HasExternalReferences
    IfcConstraint.IIfcConstraint.PropertiesForConstraint
    IfcConstraint.Name
    IfcConstraint.Description
    IfcConstraint.ConstraintGrade
    IfcConstraint.ConstraintSource
    IfcConstraint.CreatingActor
    IfcConstraint.CreationTime
    IfcConstraint.UserDefinedGrade
    IfcConstraint.HasExternalReferences
    IfcConstraint.PropertiesForConstraint
    IfcConstraint.Equals(IfcConstraint)
    IfcConstraint.ValidateClause(IfcConstraint.IfcConstraintClause)
    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.ConstraintResource
    Assembly: Xbim.Ifc4.dll
    Syntax
    [ExpressType("IfcObjective", 518)]
    public class IfcObjective : IfcConstraint, INotifyPropertyChanged, IEquatable<IfcConstraint>, IInstantiableEntity, IIfcObjective, IIfcConstraint, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcObjective>, IExpressValidatable

    Properties

    | Improve this Doc View Source

    BenchmarkValues

    Declaration
    [EntityAttribute(8, EntityAttributeState.Optional, EntityAttributeType.List, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 10)]
    public IOptionalItemSet<IfcConstraint> BenchmarkValues { get; }
    Property Value
    Type Description
    IOptionalItemSet<IfcConstraint>
    | Improve this Doc View Source

    LogicalAggregator

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

    ObjectiveQualifier

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

    UserDefinedQualifier

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

    Methods

    | Improve this Doc View Source

    Equals(IfcObjective)

    Declaration
    public bool Equals(IfcObjective other)
    Parameters
    Type Name Description
    IfcObjective 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
    IfcConstraint.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
    IfcConstraint.Validate()
    | Improve this Doc View Source

    ValidateClause(IfcObjective.IfcObjectiveClause)

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

    Declaration
    public bool ValidateClause(IfcObjective.IfcObjectiveClause clause)
    Parameters
    Type Name Description
    IfcObjective.IfcObjectiveClause 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

    IIfcObjective.BenchmarkValues

    Declaration
    IItemSet<IIfcConstraint> IIfcObjective.BenchmarkValues { get; }
    Returns
    Type Description
    IItemSet<IIfcConstraint>
    | Improve this Doc View Source

    IIfcObjective.LogicalAggregator

    Declaration
    IfcLogicalOperatorEnum? IIfcObjective.LogicalAggregator { get; set; }
    Returns
    Type Description
    System.Nullable<IfcLogicalOperatorEnum>
    | Improve this Doc View Source

    IIfcObjective.ObjectiveQualifier

    Declaration
    IfcObjectiveEnum IIfcObjective.ObjectiveQualifier { get; set; }
    Returns
    Type Description
    IfcObjectiveEnum
    | Improve this Doc View Source

    IIfcObjective.UserDefinedQualifier

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

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<T>
    IInstantiableEntity
    IIfcObjective
    IIfcConstraint
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IExpressSelectType
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<T>
    IExpressValidatable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim