Search Results for

    Show / Hide Table of Contents

    Class IfcProperty

    Inheritance
    System.Object
    PersistEntity
    IfcProperty
    IfcComplexProperty
    IfcSimpleProperty
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IIfcProperty
    IIfcPropertyAbstraction
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IExpressSelectType
    IIfcProperty
    IPersistEntity
    IPersist
    System.IEquatable<IfcProperty>
    Inherited Members
    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.Ifc2x3.PropertyResource
    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
    Type Description
    IfcIdentifier
    | 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
    Type Description
    System.Collections.Generic.IEnumerable<IfcComplexProperty>
    | 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
    Type Description
    System.Collections.Generic.IEnumerable<IfcPropertyDependencyRelationship>
    | 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
    Type Description
    System.Collections.Generic.IEnumerable<IfcPropertyDependencyRelationship>

    Methods

    | Improve this Doc View Source

    Equals(IfcProperty)

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

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

    IIfcProperty.PartOfComplex

    Declaration
    IEnumerable<IIfcComplexProperty> IIfcProperty.PartOfComplex { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcComplexProperty>
    | Improve this Doc View Source

    IIfcProperty.PropertyDependsOn

    Declaration
    IEnumerable<IIfcPropertyDependencyRelationship> IIfcProperty.PropertyDependsOn { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcPropertyDependencyRelationship>
    | Improve this Doc View Source

    IIfcProperty.PropertyForDependance

    Declaration
    IEnumerable<IIfcPropertyDependencyRelationship> IIfcProperty.PropertyForDependance { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcPropertyDependencyRelationship>
    | 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
    Type Description
    System.Collections.Generic.IEnumerable<IIfcResourceApprovalRelationship>
    | Improve this Doc View Source

    IIfcProperty.HasConstraints

    Declaration
    IEnumerable<IIfcResourceConstraintRelationship> IIfcProperty.HasConstraints { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcResourceConstraintRelationship>
    | Improve this Doc View Source

    IIfcProperty.Name

    Declaration
    [CrossSchemaAttribute(typeof(IIfcProperty), 1)]
    IfcIdentifier IIfcProperty.Name { get; set; }
    Returns
    Type Description
    IfcIdentifier
    | Improve this Doc View Source

    IIfcProperty.PartOfComplex

    Declaration
    IEnumerable<IIfcComplexProperty> IIfcProperty.PartOfComplex { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcComplexProperty>
    | Improve this Doc View Source

    IIfcProperty.PartOfPset

    Declaration
    IEnumerable<IIfcPropertySet> IIfcProperty.PartOfPset { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcPropertySet>
    | Improve this Doc View Source

    IIfcProperty.PropertyDependsOn

    Declaration
    IEnumerable<IIfcPropertyDependencyRelationship> IIfcProperty.PropertyDependsOn { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcPropertyDependencyRelationship>
    | Improve this Doc View Source

    IIfcProperty.PropertyForDependance

    Declaration
    IEnumerable<IIfcPropertyDependencyRelationship> IIfcProperty.PropertyForDependance { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcPropertyDependencyRelationship>
    | Improve this Doc View Source

    IIfcPropertyAbstraction.HasExternalReferences

    Declaration
    IEnumerable<IIfcExternalReferenceRelationship> IIfcPropertyAbstraction.HasExternalReferences { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcExternalReferenceRelationship>

    Implements

    System.ComponentModel.INotifyPropertyChanged
    IIfcProperty
    IIfcPropertyAbstraction
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IExpressSelectType
    IIfcProperty
    IPersistEntity
    IPersist
    System.IEquatable<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim