Class IfcPropertySetDefinition
Inheritance
System.Object
IfcPropertySetDefinition
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcRoot>
System.IEquatable<IfcPropertyDefinition>
System.IEquatable<IfcPropertySetDefinition>
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.Kernel
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcPropertySetDefinition", 97)]
public abstract class IfcPropertySetDefinition : IfcPropertyDefinition, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcPropertyDefinition>, IIfcPropertySetDefinition, IIfcPropertyDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IPersistEntity, IfcPropertySetDefinitionSelect, IIfcPropertySetDefinitionSelect, IExpressSelectType, IPersist, IEquatable<IfcPropertySetDefinition>
Properties
| Improve this Doc View SourceDefinesOccurrence
Declaration
[InverseProperty("RelatingPropertyDefinition")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 9)]
public IEnumerable<IfcRelDefinesByProperties> DefinesOccurrence { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IfcRelDefinesByProperties> |
DefinesType
Declaration
[InverseProperty("HasPropertySets")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 7)]
public IEnumerable<IfcTypeObject> DefinesType { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IfcTypeObject> |
IsDefinedBy
Declaration
[InverseProperty("RelatedPropertySets")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 8)]
public IEnumerable<IfcRelDefinesByTemplate> IsDefinedBy { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IfcRelDefinesByTemplate> |
PropertySetDefinitions
Declaration
public IEnumerable<IIfcPropertySetDefinition> PropertySetDefinitions { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IIfcPropertySetDefinition> |
Methods
| Improve this Doc View SourceEquals(IfcPropertySetDefinition)
Declaration
public bool Equals(IfcPropertySetDefinition other)
Parameters
Type | Name | Description |
---|---|---|
IfcPropertySetDefinition | 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 SourceIIfcPropertySetDefinition.DefinesOccurrence
Declaration
IEnumerable<IIfcRelDefinesByProperties> IIfcPropertySetDefinition.DefinesOccurrence { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IIfcRelDefinesByProperties> |
IIfcPropertySetDefinition.DefinesType
Declaration
IEnumerable<IIfcTypeObject> IIfcPropertySetDefinition.DefinesType { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IIfcTypeObject> |
IIfcPropertySetDefinition.IsDefinedBy
Declaration
IEnumerable<IIfcRelDefinesByTemplate> IIfcPropertySetDefinition.IsDefinedBy { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IIfcRelDefinesByTemplate> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>