Class IfcPropertyAbstraction
Inheritance
System.Object
IfcPropertyAbstraction
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("IfcPropertyAbstraction", 1231)]
public abstract class IfcPropertyAbstraction : PersistEntity, INotifyPropertyChanged, IIfcPropertyAbstraction, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcPropertyAbstraction>
Properties
| Improve this Doc View SourceHasExternalReferences
Declaration
[InverseProperty("RelatedResourceObjects")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 1)]
public IEnumerable<IfcExternalReferenceRelationship> HasExternalReferences { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IfcExternalReferenceRelationship> |
Methods
| Improve this Doc View SourceEquals(IfcPropertyAbstraction)
Declaration
public bool Equals(IfcPropertyAbstraction other)
Parameters
Type | Name | Description |
---|---|---|
IfcPropertyAbstraction | 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
Explicit Interface Implementations
| Improve this Doc View SourceIIfcPropertyAbstraction.HasExternalReferences
Declaration
IEnumerable<IIfcExternalReferenceRelationship> IIfcPropertyAbstraction.HasExternalReferences { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IIfcExternalReferenceRelationship> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>