Class IfcPropertyBoundedValue
Inheritance
System.Object
IfcPropertyBoundedValue
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.Ifc2x3.dll
Syntax
[ExpressType("IfcPropertyBoundedValue", 3)]
public class IfcPropertyBoundedValue : IfcSimpleProperty, INotifyPropertyChanged, IEquatable<IfcProperty>, IEquatable<IfcSimpleProperty>, IIfcPropertyBoundedValue, IIfcSimpleProperty, IIfcProperty, IIfcPropertyAbstraction, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IInstantiableEntity, IIfcPropertyBoundedValue, IIfcSimpleProperty, IIfcProperty, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcPropertyBoundedValue>, IExpressValidatable
Properties
|
Improve this Doc
View Source
LowerBoundValue
Declaration
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 7)]
public IfcValue LowerBoundValue { get; set; }
Property Value
|
Improve this Doc
View Source
Unit
Declaration
[EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 8)]
public IfcUnit Unit { get; set; }
Property Value
|
Improve this Doc
View Source
UpperBoundValue
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 6)]
public IfcValue UpperBoundValue { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcPropertyBoundedValue)
Declaration
public bool Equals(IfcPropertyBoundedValue 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 virtual IEnumerable<ValidationResult> Validate()
Returns
|
Improve this Doc
View Source
ValidateClause(IfcPropertyBoundedValue.IfcPropertyBoundedValueClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcPropertyBoundedValue.IfcPropertyBoundedValueClause 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
IIfcPropertyBoundedValue.LowerBoundValue
Declaration
IIfcValue IIfcPropertyBoundedValue.LowerBoundValue { get; set; }
Returns
|
Improve this Doc
View Source
IIfcPropertyBoundedValue.Unit
Declaration
IIfcUnit IIfcPropertyBoundedValue.Unit { get; set; }
Returns
|
Improve this Doc
View Source
IIfcPropertyBoundedValue.UpperBoundValue
Declaration
IIfcValue IIfcPropertyBoundedValue.UpperBoundValue { get; set; }
Returns
|
Improve this Doc
View Source
IIfcPropertyAbstraction.HasExternalReferences
Declaration
IEnumerable<IIfcExternalReferenceRelationship> IIfcPropertyAbstraction.HasExternalReferences { get; }
Returns
|
Improve this Doc
View Source
IIfcPropertyBoundedValue.LowerBoundValue
Declaration
[CrossSchemaAttribute(typeof(IIfcPropertyBoundedValue), 4)]
IIfcValue IIfcPropertyBoundedValue.LowerBoundValue { get; set; }
Returns
|
Improve this Doc
View Source
IIfcPropertyBoundedValue.SetPointValue
Declaration
[CrossSchemaAttribute(typeof(IIfcPropertyBoundedValue), 6)]
IIfcValue IIfcPropertyBoundedValue.SetPointValue { get; set; }
Returns
|
Improve this Doc
View Source
IIfcPropertyBoundedValue.Unit
Declaration
[CrossSchemaAttribute(typeof(IIfcPropertyBoundedValue), 5)]
IIfcUnit IIfcPropertyBoundedValue.Unit { get; set; }
Returns
|
Improve this Doc
View Source
IIfcPropertyBoundedValue.UpperBoundValue
Declaration
[CrossSchemaAttribute(typeof(IIfcPropertyBoundedValue), 3)]
IIfcValue IIfcPropertyBoundedValue.UpperBoundValue { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>