Class IfcPropertyTableValue
Inheritance
System.Object
IfcPropertyTableValue
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcPropertyAbstraction>
System.IEquatable<IfcProperty>
System.IEquatable<IfcSimpleProperty>
System.IEquatable<IfcPropertyTableValue>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc4.PropertyResource
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcPropertyTableValue", 557)]
public class IfcPropertyTableValue : IfcSimpleProperty, INotifyPropertyChanged, IEquatable<IfcPropertyAbstraction>, IEquatable<IfcProperty>, IEquatable<IfcSimpleProperty>, IInstantiableEntity, IIfcPropertyTableValue, IIfcSimpleProperty, IIfcProperty, IIfcPropertyAbstraction, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcPropertyTableValue>, IExpressValidatable
Properties
| Improve this Doc View SourceCurveInterpolation
Declaration
[EntityAttribute(8, EntityAttributeState.Optional, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 15)]
public IfcCurveInterpolationEnum? CurveInterpolation { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcCurveInterpolationEnum> |
DefinedUnit
Declaration
[EntityAttribute(7, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 14)]
public IfcUnit DefinedUnit { get; set; }
Property Value
Type | Description |
---|---|
IfcUnit |
DefinedValues
Declaration
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.List, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 11)]
public IOptionalItemSet<IfcValue> DefinedValues { get; }
Property Value
Type | Description |
---|---|
IOptionalItemSet<IfcValue> |
DefiningUnit
Declaration
[EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 13)]
public IfcUnit DefiningUnit { get; set; }
Property Value
Type | Description |
---|---|
IfcUnit |
DefiningValues
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.ListUnique, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 10)]
public IOptionalItemSet<IfcValue> DefiningValues { get; }
Property Value
Type | Description |
---|---|
IOptionalItemSet<IfcValue> |
Expression
Declaration
[EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 12)]
public IfcText? Expression { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcText> |
Methods
| Improve this Doc View SourceEquals(IfcPropertyTableValue)
Declaration
public bool Equals(IfcPropertyTableValue other)
Parameters
Type | Name | Description |
---|---|---|
IfcPropertyTableValue | 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 virtual IEnumerable<ValidationResult> Validate()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ValidationResult> |
ValidateClause(IfcPropertyTableValue.IfcPropertyTableValueClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcPropertyTableValue.IfcPropertyTableValueClause clause)
Parameters
Type | Name | Description |
---|---|---|
IfcPropertyTableValue.IfcPropertyTableValueClause | 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> |
IIfcPropertyTableValue.CurveInterpolation
Declaration
IfcCurveInterpolationEnum? IIfcPropertyTableValue.CurveInterpolation { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcCurveInterpolationEnum> |
IIfcPropertyTableValue.DefinedUnit
Declaration
IIfcUnit IIfcPropertyTableValue.DefinedUnit { get; set; }
Returns
Type | Description |
---|---|
IIfcUnit |
IIfcPropertyTableValue.DefinedValues
Declaration
IItemSet<IIfcValue> IIfcPropertyTableValue.DefinedValues { get; }
Returns
Type | Description |
---|---|
IItemSet<IIfcValue> |
IIfcPropertyTableValue.DefiningUnit
Declaration
IIfcUnit IIfcPropertyTableValue.DefiningUnit { get; set; }
Returns
Type | Description |
---|---|
IIfcUnit |
IIfcPropertyTableValue.DefiningValues
Declaration
IItemSet<IIfcValue> IIfcPropertyTableValue.DefiningValues { get; }
Returns
Type | Description |
---|---|
IItemSet<IIfcValue> |
IIfcPropertyTableValue.Expression
Declaration
IfcText? IIfcPropertyTableValue.Expression { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcText> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>