Search Results for

    Show / Hide Table of Contents

    Class IfcPostalAddress

    Inheritance
    System.Object
    PersistEntity
    IfcAddress
    IfcPostalAddress
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcAddress>
    IInstantiableEntity
    IIfcPostalAddress
    IIfcAddress
    IfcObjectReferenceSelect
    IIfcObjectReferenceSelect
    IExpressSelectType
    IPersistEntity
    IPersist
    System.IEquatable<IfcPostalAddress>
    IExpressValidatable
    Inherited Members
    IfcAddress.IIfcAddress.Purpose
    IfcAddress.IIfcAddress.Description
    IfcAddress.IIfcAddress.UserDefinedPurpose
    IfcAddress.IIfcAddress.OfPerson
    IfcAddress.IIfcAddress.OfOrganization
    IfcAddress.Purpose
    IfcAddress.Description
    IfcAddress.UserDefinedPurpose
    IfcAddress.OfPerson
    IfcAddress.OfOrganization
    IfcAddress.Equals(IfcAddress)
    IfcAddress.ValidateClause(IfcAddress.IfcAddressClause)
    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("IfcPostalAddress", 662)]
    public class IfcPostalAddress : IfcAddress, INotifyPropertyChanged, IEquatable<IfcAddress>, IInstantiableEntity, IIfcPostalAddress, IIfcAddress, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcPostalAddress>, IExpressValidatable

    Properties

    | Improve this Doc View Source

    AddressLines

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

    Country

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

    InternalLocation

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

    PostalBox

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

    PostalCode

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

    Region

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

    Town

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

    Methods

    | Improve this Doc View Source

    Equals(IfcPostalAddress)

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

    Validate()

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

    ValidateClause(IfcPostalAddress.IfcPostalAddressClause)

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

    Declaration
    public bool ValidateClause(IfcPostalAddress.IfcPostalAddressClause clause)
    Parameters
    Type Name Description
    IfcPostalAddress.IfcPostalAddressClause 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

    IIfcPostalAddress.AddressLines

    Declaration
    IItemSet<IfcLabel> IIfcPostalAddress.AddressLines { get; }
    Returns
    Type Description
    IItemSet<IfcLabel>
    | Improve this Doc View Source

    IIfcPostalAddress.Country

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

    IIfcPostalAddress.InternalLocation

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

    IIfcPostalAddress.PostalBox

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

    IIfcPostalAddress.PostalCode

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

    IIfcPostalAddress.Region

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

    IIfcPostalAddress.Town

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

    Implements

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