Class IfcTable
Inheritance
System.Object
IfcTable
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("IfcTable", 377)]
public class IfcTable : PersistEntity, INotifyPropertyChanged, IInstantiableEntity, IIfcTable, IfcMetricValueSelect, IIfcMetricValueSelect, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcTable>, IExpressValidatable
Properties
|
Improve this Doc
View Source
Columns
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.List, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 3)]
public IOptionalItemSet<IfcTableColumn> Columns { get; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
[EntityAttribute(1, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 1)]
public IfcLabel? Name { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
NumberOfCellsInRow
Declaration
[EntityAttribute(0, EntityAttributeState.Derived, EntityAttributeType.None, EntityAttributeType.None, null, null, 0)]
public IfcInteger NumberOfCellsInRow { get; }
Property Value
|
Improve this Doc
View Source
NumberOfDataRows
Declaration
[EntityAttribute(0, EntityAttributeState.Derived, EntityAttributeType.None, EntityAttributeType.None, null, null, 0)]
public IfcInteger NumberOfDataRows { get; }
Property Value
|
Improve this Doc
View Source
NumberOfHeadings
Declaration
[EntityAttribute(0, EntityAttributeState.Derived, EntityAttributeType.None, EntityAttributeType.None, null, null, 0)]
public IfcInteger NumberOfHeadings { get; }
Property Value
|
Improve this Doc
View Source
Rows
Declaration
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.List, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 2)]
public IOptionalItemSet<IfcTableRow> Rows { get; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcTable)
Declaration
public bool Equals(IfcTable 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(IfcTable.IfcTableClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcTable.IfcTableClause 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
IIfcTable.Columns
Declaration
IItemSet<IIfcTableColumn> IIfcTable.Columns { get; }
Returns
|
Improve this Doc
View Source
IIfcTable.Name
Declaration
IfcLabel? IIfcTable.Name { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
IIfcTable.Rows
Declaration
IItemSet<IIfcTableRow> IIfcTable.Rows { get; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>