Class IfcProperty
Inheritance
System.Object
IfcProperty
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("IfcProperty", 5)]
public abstract class IfcProperty : IfcPropertyAbstraction, INotifyPropertyChanged, IEquatable<IfcPropertyAbstraction>, IIfcProperty, IIfcPropertyAbstraction, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcProperty>
Properties
|
Improve this Doc
View Source
Description
Declaration
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
public IfcText? Description { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
HasApprovals
Declaration
[InverseProperty("RelatedResourceObjects")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 9)]
public IEnumerable<IfcResourceApprovalRelationship> HasApprovals { get; }
Property Value
|
Improve this Doc
View Source
HasConstraints
Declaration
[InverseProperty("RelatedResourceObjects")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 8)]
public IEnumerable<IfcResourceConstraintRelationship> HasConstraints { get; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 2)]
public IfcIdentifier Name { get; set; }
Property Value
|
Improve this Doc
View Source
PartOfComplex
Declaration
[InverseProperty("HasProperties")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 7)]
public IEnumerable<IfcComplexProperty> PartOfComplex { get; }
Property Value
|
Improve this Doc
View Source
PartOfPset
Declaration
[InverseProperty("HasProperties")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 4)]
public IEnumerable<IfcPropertySet> PartOfPset { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<IfcPropertySet> |
|
|
Improve this Doc
View Source
PropertyDependsOn
Declaration
[InverseProperty("DependantProperty")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 6)]
public IEnumerable<IfcPropertyDependencyRelationship> PropertyDependsOn { get; }
Property Value
|
Improve this Doc
View Source
PropertyForDependance
Declaration
[InverseProperty("DependingProperty")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 5)]
public IEnumerable<IfcPropertyDependencyRelationship> PropertyForDependance { get; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcProperty)
Declaration
public bool Equals(IfcProperty 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
Explicit Interface Implementations
|
Improve this Doc
View Source
IIfcProperty.Description
Declaration
IfcText? IIfcProperty.Description { get; set; }
Returns
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
IIfcProperty.HasApprovals
Declaration
IEnumerable<IIfcResourceApprovalRelationship> IIfcProperty.HasApprovals { get; }
Returns
|
Improve this Doc
View Source
IIfcProperty.HasConstraints
Declaration
IEnumerable<IIfcResourceConstraintRelationship> IIfcProperty.HasConstraints { get; }
Returns
|
Improve this Doc
View Source
IIfcProperty.Name
Declaration
IfcIdentifier IIfcProperty.Name { get; set; }
Returns
|
Improve this Doc
View Source
IIfcProperty.PartOfComplex
Declaration
IEnumerable<IIfcComplexProperty> IIfcProperty.PartOfComplex { get; }
Returns
|
Improve this Doc
View Source
IIfcProperty.PartOfPset
Declaration
IEnumerable<IIfcPropertySet> IIfcProperty.PartOfPset { get; }
Returns
|
Improve this Doc
View Source
IIfcProperty.PropertyDependsOn
Declaration
IEnumerable<IIfcPropertyDependencyRelationship> IIfcProperty.PropertyDependsOn { get; }
Returns
|
Improve this Doc
View Source
IIfcProperty.PropertyForDependance
Declaration
IEnumerable<IIfcPropertyDependencyRelationship> IIfcProperty.PropertyForDependance { get; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>