Class IfcObjective
Inheritance
System.Object
IfcObjective
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
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
|
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
|
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
|
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
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
|
Improve this Doc
View Source
Validate()
Declaration
public override IEnumerable<ValidationResult> Validate()
Returns
Overrides
|
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
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
|
Improve this Doc
View Source
IIfcObjective.LogicalAggregator
Declaration
IfcLogicalOperatorEnum? IIfcObjective.LogicalAggregator { get; set; }
Returns
|
Improve this Doc
View Source
IIfcObjective.ObjectiveQualifier
Declaration
IfcObjectiveEnum IIfcObjective.ObjectiveQualifier { get; set; }
Returns
|
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>
System.IEquatable<T>