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.Ifc2x3.dll
Syntax
[ExpressType("IfcProperty", 5)]
public abstract class IfcProperty : PersistEntity, INotifyPropertyChanged, IIfcProperty, IIfcPropertyAbstraction, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IIfcProperty, IPersistEntity, IPersist, IEquatable<IfcProperty>
Properties
|
Improve this Doc
View Source
Description
Declaration
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 2)]
public IfcText? Description { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
Name
Declaration
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 1)]
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}, 5)]
public IEnumerable<IfcComplexProperty> PartOfComplex { get; }
Property Value
|
Improve this Doc
View Source
PropertyDependsOn
Declaration
[InverseProperty("DependantProperty")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 4)]
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}, 3)]
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.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.PropertyDependsOn
Declaration
IEnumerable<IIfcPropertyDependencyRelationship> IIfcProperty.PropertyDependsOn { get; }
Returns
|
Improve this Doc
View Source
IIfcProperty.PropertyForDependance
Declaration
IEnumerable<IIfcPropertyDependencyRelationship> IIfcProperty.PropertyForDependance { get; }
Returns
|
Improve this Doc
View Source
IIfcProperty.Description
Declaration
[CrossSchemaAttribute(typeof(IIfcProperty), 2)]
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
[CrossSchemaAttribute(typeof(IIfcProperty), 1)]
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
|
Improve this Doc
View Source
IIfcPropertyAbstraction.HasExternalReferences
Declaration
IEnumerable<IIfcExternalReferenceRelationship> IIfcPropertyAbstraction.HasExternalReferences { get; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>