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
    IContainsEntityReferences
    System.IEquatable<IfcObjective>
    IIfcObjective
    IIfcConstraint
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IPersistEntity
    IExpressSelectType
    IPersist
    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.ClassifiedAs
    IfcConstraint.IIfcConstraint.RelatesConstraints
    IfcConstraint.IIfcConstraint.IsRelatedWith
    IfcConstraint.IIfcConstraint.PropertiesForConstraint
    IfcConstraint.IIfcConstraint.Aggregates
    IfcConstraint.IIfcConstraint.IsAggregatedIn
    IfcConstraint.Name
    IfcConstraint.Description
    IfcConstraint.ConstraintGrade
    IfcConstraint.ConstraintSource
    IfcConstraint.CreatingActor
    IfcConstraint.CreationTime
    IfcConstraint.UserDefinedGrade
    IfcConstraint.ClassifiedAs
    IfcConstraint.RelatesConstraints
    IfcConstraint.IsRelatedWith
    IfcConstraint.PropertiesForConstraint
    IfcConstraint.Aggregates
    IfcConstraint.IsAggregatedIn
    IfcConstraint.Equals(IfcConstraint)
    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.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.Ifc2x3.ConstraintResource
    Assembly: Xbim.Ifc2x3.dll
    Syntax
    [ExpressType("IfcObjective", 518)]
    public class IfcObjective : IfcConstraint, INotifyPropertyChanged, IEquatable<IfcConstraint>, IInstantiableEntity, IIfcObjective, IIfcConstraint, IContainsEntityReferences, IEquatable<IfcObjective>, IIfcObjective, IIfcConstraint, IfcResourceObjectSelect, IIfcResourceObjectSelect, IPersistEntity, IExpressSelectType, IPersist, IExpressValidatable

    Properties

    | Improve this Doc View Source

    BenchmarkValues

    Declaration
    [EntityAttribute(8, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 14)]
    public IfcMetric BenchmarkValues { get; set; }
    Property Value
    Type Description
    IfcMetric
    | Improve this Doc View Source

    ObjectiveQualifier

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

    ResultValues

    Declaration
    [EntityAttribute(9, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 15)]
    public IfcMetric ResultValues { get; set; }
    Property Value
    Type Description
    IfcMetric
    | Improve this Doc View Source

    UserDefinedQualifier

    Declaration
    [EntityAttribute(11, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 17)]
    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
    IIfcMetric IIfcObjective.BenchmarkValues { get; set; }
    Returns
    Type Description
    IIfcMetric
    | Improve this Doc View Source

    IIfcObjective.ObjectiveQualifier

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

    IIfcObjective.ResultValues

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

    IIfcObjective.UserDefinedQualifier

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

    IIfcObjective.BenchmarkValues

    Declaration
    [CrossSchemaAttribute(typeof(IIfcObjective), 8)]
    IItemSet<IIfcConstraint> IIfcObjective.BenchmarkValues { get; }
    Returns
    Type Description
    IItemSet<IIfcConstraint>
    | Improve this Doc View Source

    IIfcObjective.LogicalAggregator

    Declaration
    [CrossSchemaAttribute(typeof(IIfcObjective), 9)]
    IfcLogicalOperatorEnum? IIfcObjective.LogicalAggregator { get; set; }
    Returns
    Type Description
    System.Nullable<IfcLogicalOperatorEnum>
    | Improve this Doc View Source

    IIfcObjective.ObjectiveQualifier

    Declaration
    [CrossSchemaAttribute(typeof(IIfcObjective), 10)]
    IfcObjectiveEnum IIfcObjective.ObjectiveQualifier { get; set; }
    Returns
    Type Description
    IfcObjectiveEnum
    | Improve this Doc View Source

    IIfcObjective.UserDefinedQualifier

    Declaration
    [CrossSchemaAttribute(typeof(IIfcObjective), 11)]
    IfcLabel? IIfcObjective.UserDefinedQualifier { get; set; }
    Returns
    Type Description
    System.Nullable<IfcLabel>

    Implements

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