Search Results for

    Show / Hide Table of Contents

    Class IfcOrganization

    Inheritance
    System.Object
    PersistEntity
    IfcOrganization
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IInstantiableEntity
    IIfcOrganization
    IfcActorSelect
    IIfcActorSelect
    IfcObjectReferenceSelect
    IIfcObjectReferenceSelect
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IExpressSelectType
    IContainsEntityReferences
    IContainsIndexedReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcOrganization>
    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.Ifc4.ActorResource
    Assembly: Xbim.Ifc4.dll
    Syntax
    [ExpressType("IfcOrganization", 276)]
    public class IfcOrganization : PersistEntity, INotifyPropertyChanged, IInstantiableEntity, IIfcOrganization, IfcActorSelect, IIfcActorSelect, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IContainsEntityReferences, IContainsIndexedReferences, IPersistEntity, IPersist, IEquatable<IfcOrganization>

    Properties

    | Improve this Doc View Source

    Addresses

    Declaration
    [IndexedProperty]
    [EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.List, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 5)]
    public IOptionalItemSet<IfcAddress> Addresses { get; }
    Property Value
    Type Description
    IOptionalItemSet<IfcAddress>
    | Improve this Doc View Source

    Description

    Declaration
    [EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
    public IfcText? Description { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcText>
    | Improve this Doc View Source

    Engages

    Declaration
    [InverseProperty("TheOrganization")]
    [EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 8)]
    public IEnumerable<IfcPersonAndOrganization> Engages { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IfcPersonAndOrganization>
    | Improve this Doc View Source

    Identification

    Declaration
    [EntityAttribute(1, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 1)]
    public IfcIdentifier? Identification { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcIdentifier>
    | Improve this Doc View Source

    IsRelatedBy

    Declaration
    [InverseProperty("RelatedOrganizations")]
    [EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 6)]
    public IEnumerable<IfcOrganizationRelationship> IsRelatedBy { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IfcOrganizationRelationship>
    | Improve this Doc View Source

    Name

    Declaration
    [EntityAttribute(2, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 2)]
    public IfcLabel Name { get; set; }
    Property Value
    Type Description
    IfcLabel
    | Improve this Doc View Source

    Relates

    Declaration
    [InverseProperty("RelatingOrganization")]
    [EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 7)]
    public IEnumerable<IfcOrganizationRelationship> Relates { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IfcOrganizationRelationship>
    | Improve this Doc View Source

    Roles

    Declaration
    [EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.List, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 4)]
    public IOptionalItemSet<IfcActorRole> Roles { get; }
    Property Value
    Type Description
    IOptionalItemSet<IfcActorRole>

    Methods

    | Improve this Doc View Source

    Equals(IfcOrganization)

    Declaration
    public bool Equals(IfcOrganization other)
    Parameters
    Type Name Description
    IfcOrganization 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

    IContainsEntityReferences.References

    Declaration
    IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IPersistEntity>
    | Improve this Doc View Source

    IContainsIndexedReferences.IndexedReferences

    Declaration
    IEnumerable<IPersistEntity> IContainsIndexedReferences.IndexedReferences { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IPersistEntity>
    | Improve this Doc View Source

    IIfcOrganization.Addresses

    Declaration
    IItemSet<IIfcAddress> IIfcOrganization.Addresses { get; }
    Returns
    Type Description
    IItemSet<IIfcAddress>
    | Improve this Doc View Source

    IIfcOrganization.Description

    Declaration
    IfcText? IIfcOrganization.Description { get; set; }
    Returns
    Type Description
    System.Nullable<IfcText>
    | Improve this Doc View Source

    IIfcOrganization.Engages

    Declaration
    IEnumerable<IIfcPersonAndOrganization> IIfcOrganization.Engages { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcPersonAndOrganization>
    | Improve this Doc View Source

    IIfcOrganization.Identification

    Declaration
    IfcIdentifier? IIfcOrganization.Identification { get; set; }
    Returns
    Type Description
    System.Nullable<IfcIdentifier>
    | Improve this Doc View Source

    IIfcOrganization.IsRelatedBy

    Declaration
    IEnumerable<IIfcOrganizationRelationship> IIfcOrganization.IsRelatedBy { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcOrganizationRelationship>
    | Improve this Doc View Source

    IIfcOrganization.Name

    Declaration
    IfcLabel IIfcOrganization.Name { get; set; }
    Returns
    Type Description
    IfcLabel
    | Improve this Doc View Source

    IIfcOrganization.Relates

    Declaration
    IEnumerable<IIfcOrganizationRelationship> IIfcOrganization.Relates { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcOrganizationRelationship>
    | Improve this Doc View Source

    IIfcOrganization.Roles

    Declaration
    IItemSet<IIfcActorRole> IIfcOrganization.Roles { get; }
    Returns
    Type Description
    IItemSet<IIfcActorRole>

    Implements

    System.ComponentModel.INotifyPropertyChanged
    IInstantiableEntity
    IIfcOrganization
    IfcActorSelect
    IIfcActorSelect
    IfcObjectReferenceSelect
    IIfcObjectReferenceSelect
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IExpressSelectType
    IContainsEntityReferences
    IContainsIndexedReferences
    IPersistEntity
    IPersist
    System.IEquatable<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim