Class IfcPropertyTableValue
Inheritance
System.Object
IfcPropertyTableValue
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("IfcPropertyTableValue", 557)]
public class IfcPropertyTableValue : IfcSimpleProperty, INotifyPropertyChanged, IEquatable<IfcProperty>, IEquatable<IfcSimpleProperty>, IIfcPropertyTableValue, IIfcSimpleProperty, IIfcProperty, IIfcPropertyAbstraction, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IInstantiableEntity, IIfcPropertyTableValue, IIfcSimpleProperty, IIfcProperty, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcPropertyTableValue>, IExpressValidatable
Properties
|
Improve this Doc
View Source
DefinedUnit
Declaration
[EntityAttribute(7, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 10)]
public IfcUnit DefinedUnit { get; set; }
Property Value
|
Improve this Doc
View Source
DefinedValues
Declaration
[EntityAttribute(4, EntityAttributeState.Mandatory, EntityAttributeType.List, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 7)]
public IItemSet<IfcValue> DefinedValues { get; }
Property Value
|
Improve this Doc
View Source
DefiningUnit
Declaration
[EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 9)]
public IfcUnit DefiningUnit { get; set; }
Property Value
|
Improve this Doc
View Source
DefiningValues
Declaration
[EntityAttribute(3, EntityAttributeState.Mandatory, EntityAttributeType.ListUnique, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 6)]
public IItemSet<IfcValue> DefiningValues { get; }
Property Value
|
Improve this Doc
View Source
Expression
Declaration
[EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 8)]
public IfcText? Expression { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcText> |
|
Methods
|
Improve this Doc
View Source
Equals(IfcPropertyTableValue)
Declaration
public bool Equals(IfcPropertyTableValue 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(IfcPropertyTableValue.IfcPropertyTableValueClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcPropertyTableValue.IfcPropertyTableValueClause 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
IIfcPropertyTableValue.DefinedUnit
Declaration
IIfcUnit IIfcPropertyTableValue.DefinedUnit { get; set; }
Returns
|
Improve this Doc
View Source
IIfcPropertyTableValue.DefinedValues
Declaration
IItemSet<IIfcValue> IIfcPropertyTableValue.DefinedValues { get; }
Returns
|
Improve this Doc
View Source
IIfcPropertyTableValue.DefiningUnit
Declaration
IIfcUnit IIfcPropertyTableValue.DefiningUnit { get; set; }
Returns
|
Improve this Doc
View Source
IIfcPropertyTableValue.DefiningValues
Declaration
IItemSet<IIfcValue> IIfcPropertyTableValue.DefiningValues { get; }
Returns
|
Improve this Doc
View Source
IIfcPropertyTableValue.Expression
Declaration
IfcText? IIfcPropertyTableValue.Expression { get; set; }
Returns
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
IIfcPropertyAbstraction.HasExternalReferences
Declaration
IEnumerable<IIfcExternalReferenceRelationship> IIfcPropertyAbstraction.HasExternalReferences { get; }
Returns
|
Improve this Doc
View Source
IIfcPropertyTableValue.CurveInterpolation
Declaration
[CrossSchemaAttribute(typeof(IIfcPropertyTableValue), 8)]
IfcCurveInterpolationEnum? IIfcPropertyTableValue.CurveInterpolation { get; set; }
Returns
|
Improve this Doc
View Source
IIfcPropertyTableValue.DefinedUnit
Declaration
[CrossSchemaAttribute(typeof(IIfcPropertyTableValue), 7)]
IIfcUnit IIfcPropertyTableValue.DefinedUnit { get; set; }
Returns
|
Improve this Doc
View Source
IIfcPropertyTableValue.DefinedValues
Declaration
[CrossSchemaAttribute(typeof(IIfcPropertyTableValue), 4)]
IItemSet<IIfcValue> IIfcPropertyTableValue.DefinedValues { get; }
Returns
|
Improve this Doc
View Source
IIfcPropertyTableValue.DefiningUnit
Declaration
[CrossSchemaAttribute(typeof(IIfcPropertyTableValue), 6)]
IIfcUnit IIfcPropertyTableValue.DefiningUnit { get; set; }
Returns
|
Improve this Doc
View Source
IIfcPropertyTableValue.DefiningValues
Declaration
[CrossSchemaAttribute(typeof(IIfcPropertyTableValue), 3)]
IItemSet<IIfcValue> IIfcPropertyTableValue.DefiningValues { get; }
Returns
|
Improve this Doc
View Source
IIfcPropertyTableValue.Expression
Declaration
[CrossSchemaAttribute(typeof(IIfcPropertyTableValue), 5)]
IfcText? IIfcPropertyTableValue.Expression { get; set; }
Returns
Type |
Description |
System.Nullable<IfcText> |
|
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>