Class IfcEnvironmentalImpactValue
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcAppliedValue>
System.IEquatable<IfcEnvironmentalImpactValue>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc2x3.CostResource
Assembly: Xbim.Ifc2x3.dll
Syntax
[ExpressType("IfcEnvironmentalImpactValue", 78)]
public class IfcEnvironmentalImpactValue : IfcAppliedValue, INotifyPropertyChanged, IEquatable<IfcAppliedValue>, IIfcAppliedValue, IfcMetricValueSelect, IIfcMetricValueSelect, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IfcResourceObjectSelect, IIfcResourceObjectSelect, IInstantiableEntity, IIfcEnvironmentalImpactValue, IIfcAppliedValue, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcEnvironmentalImpactValue>, IExpressValidatable
Properties
| Improve this Doc View SourceCategory
Declaration
[EntityAttribute(8, EntityAttributeState.Mandatory, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 11)]
public IfcEnvironmentalImpactCategoryEnum Category { get; set; }
Property Value
Type | Description |
---|---|
IfcEnvironmentalImpactCategoryEnum |
ImpactType
Declaration
[EntityAttribute(7, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 10)]
public IfcLabel ImpactType { get; set; }
Property Value
Type | Description |
---|---|
IfcLabel |
UserDefinedCategory
Declaration
[EntityAttribute(9, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 12)]
public IfcLabel? UserDefinedCategory { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcLabel> |
Methods
| Improve this Doc View SourceEquals(IfcEnvironmentalImpactValue)
Declaration
public bool Equals(IfcEnvironmentalImpactValue other)
Parameters
Type | Name | Description |
---|---|---|
IfcEnvironmentalImpactValue | other |
Returns
Type | Description |
---|---|
System.Boolean |
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 SourceValidate()
Declaration
public override IEnumerable<ValidationResult> Validate()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ValidationResult> |
Overrides
| Improve this Doc View SourceValidateClause(IfcEnvironmentalImpactValue.IfcEnvironmentalImpactValueClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcEnvironmentalImpactValue.IfcEnvironmentalImpactValueClause clause)
Parameters
Type | Name | Description |
---|---|---|
IfcEnvironmentalImpactValue.IfcEnvironmentalImpactValueClause | clause | The express clause to test |
Returns
Type | Description |
---|---|
System.Boolean | true if the clause is satisfied. |
Explicit Interface Implementations
| Improve this Doc View SourceIContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IPersistEntity> |
IIfcEnvironmentalImpactValue.Category
Declaration
IfcEnvironmentalImpactCategoryEnum IIfcEnvironmentalImpactValue.Category { get; set; }
Returns
Type | Description |
---|---|
IfcEnvironmentalImpactCategoryEnum |
IIfcEnvironmentalImpactValue.ImpactType
Declaration
IfcLabel IIfcEnvironmentalImpactValue.ImpactType { get; set; }
Returns
Type | Description |
---|---|
IfcLabel |
IIfcEnvironmentalImpactValue.UserDefinedCategory
Declaration
IfcLabel? IIfcEnvironmentalImpactValue.UserDefinedCategory { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcLabel> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>