Search Results for

    Show / Hide Table of Contents

    Class IfcPropertySetDefinition

    Inheritance
    System.Object
    PersistEntity
    IfcRoot
    IfcPropertyDefinition
    IfcPropertySetDefinition
    IfcPreDefinedPropertySet
    IfcPropertySet
    IfcQuantitySet
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcRoot>
    System.IEquatable<IfcPropertyDefinition>
    IIfcPropertySetDefinition
    IIfcPropertyDefinition
    IIfcRoot
    IfcDefinitionSelect
    IIfcDefinitionSelect
    IPersistEntity
    IfcPropertySetDefinitionSelect
    IIfcPropertySetDefinitionSelect
    IExpressSelectType
    IPersist
    System.IEquatable<IfcPropertySetDefinition>
    Inherited Members
    IfcPropertyDefinition.IIfcPropertyDefinition.HasContext
    IfcPropertyDefinition.IIfcPropertyDefinition.HasAssociations
    IfcPropertyDefinition.HasContext
    IfcPropertyDefinition.HasAssociations
    IfcPropertyDefinition.Equals(IfcPropertyDefinition)
    IfcRoot.IIfcRoot.GlobalId
    IfcRoot.IIfcRoot.OwnerHistory
    IfcRoot.IIfcRoot.Name
    IfcRoot.IIfcRoot.Description
    IfcRoot.GlobalId
    IfcRoot.OwnerHistory
    IfcRoot.Name
    IfcRoot.Description
    IfcRoot.Equals(IfcRoot)
    PersistEntity._activated
    PersistEntity.Activate()
    PersistEntity.NotifyPropertyChanged(String)
    PersistEntity.SetValue<TProperty>(Action<TProperty>, TProperty, TProperty, String, Int32)
    PersistEntity.Equals(Object)
    PersistEntity.GetHashCode()
    PersistEntity.ToString()
    PersistEntity.EntityLabel
    PersistEntity.Model
    PersistEntity.ModelOf
    PersistEntity.IPersistEntity.Activated
    PersistEntity.IPersistEntity.ExpressType
    PersistEntity.PropertyChanged
    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 Source

    DefinesOccurrence

    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>
    | Improve this Doc View Source

    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>
    | Improve this Doc View Source

    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>
    | Improve this Doc View Source

    PropertySetDefinitions

    Declaration
    public IEnumerable<IIfcPropertySetDefinition> PropertySetDefinitions { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IIfcPropertySetDefinition>

    Methods

    | Improve this Doc View Source

    Equals(IfcPropertySetDefinition)

    Declaration
    public bool Equals(IfcPropertySetDefinition other)
    Parameters
    Type Name Description
    IfcPropertySetDefinition other
    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
    IfcPropertyDefinition.Parse(Int32, IPropertyValue, Int32[])

    Explicit Interface Implementations

    | Improve this Doc View Source

    IIfcPropertySetDefinition.DefinesOccurrence

    Declaration
    IEnumerable<IIfcRelDefinesByProperties> IIfcPropertySetDefinition.DefinesOccurrence { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcRelDefinesByProperties>
    | Improve this Doc View Source

    IIfcPropertySetDefinition.DefinesType

    Declaration
    IEnumerable<IIfcTypeObject> IIfcPropertySetDefinition.DefinesType { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcTypeObject>
    | Improve this Doc View Source

    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>
    IIfcPropertySetDefinition
    IIfcPropertyDefinition
    IIfcRoot
    IfcDefinitionSelect
    IIfcDefinitionSelect
    IPersistEntity
    IfcPropertySetDefinitionSelect
    IIfcPropertySetDefinitionSelect
    IExpressSelectType
    IPersist
    System.IEquatable<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim