Search Results for

    Show / Hide Table of Contents

    Class IfcAddress

    Inheritance
    System.Object
    PersistEntity
    IfcAddress
    IfcPostalAddress
    IfcTelecomAddress
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IIfcAddress
    IfcObjectReferenceSelect
    IIfcObjectReferenceSelect
    IExpressSelectType
    IPersistEntity
    IPersist
    System.IEquatable<IfcAddress>
    IExpressValidatable
    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("IfcAddress", 554)]
    public abstract class IfcAddress : PersistEntity, INotifyPropertyChanged, IIfcAddress, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcAddress>, IExpressValidatable

    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

    OfOrganization

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

    OfPerson

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

    Purpose

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

    UserDefinedPurpose

    Declaration
    [EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
    public IfcLabel? UserDefinedPurpose { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcLabel>

    Methods

    | Improve this Doc View Source

    Equals(IfcAddress)

    Declaration
    public bool Equals(IfcAddress other)
    Parameters
    Type Name Description
    IfcAddress 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[])
    | Improve this Doc View Source

    Validate()

    Declaration
    public virtual IEnumerable<ValidationResult> Validate()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<ValidationResult>
    | Improve this Doc View Source

    ValidateClause(IfcAddress.IfcAddressClause)

    Tests the express where-clause specified in param 'clause'

    Declaration
    public bool ValidateClause(IfcAddress.IfcAddressClause clause)
    Parameters
    Type Name Description
    IfcAddress.IfcAddressClause clause

    The express clause to test

    Returns
    Type Description
    System.Boolean

    true if the clause is satisfied.

    Explicit Interface Implementations

    | Improve this Doc View Source

    IIfcAddress.Description

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

    IIfcAddress.OfOrganization

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

    IIfcAddress.OfPerson

    Declaration
    IEnumerable<IIfcPerson> IIfcAddress.OfPerson { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcPerson>
    | Improve this Doc View Source

    IIfcAddress.Purpose

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

    IIfcAddress.UserDefinedPurpose

    Declaration
    IfcLabel? IIfcAddress.UserDefinedPurpose { get; set; }
    Returns
    Type Description
    System.Nullable<IfcLabel>

    Implements

    System.ComponentModel.INotifyPropertyChanged
    IIfcAddress
    IfcObjectReferenceSelect
    IIfcObjectReferenceSelect
    IExpressSelectType
    IPersistEntity
    IPersist
    System.IEquatable<T>
    IExpressValidatable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim