Search Results for

    Show / Hide Table of Contents

    Class IfcTelecomAddress

    Inheritance
    System.Object
    PersistEntity
    IfcAddress
    IfcTelecomAddress
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcAddress>
    IInstantiableEntity
    IIfcTelecomAddress
    IIfcAddress
    IfcObjectReferenceSelect
    IIfcObjectReferenceSelect
    System.IEquatable<IfcTelecomAddress>
    IIfcTelecomAddress
    IIfcAddress
    IfcObjectReferenceSelect
    IIfcObjectReferenceSelect
    IPersistEntity
    IExpressSelectType
    IPersist
    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.IIfcAddress.Purpose
    IfcAddress.IIfcAddress.Description
    IfcAddress.IIfcAddress.UserDefinedPurpose
    IfcAddress.IIfcAddress.OfPerson
    IfcAddress.IIfcAddress.OfOrganization
    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.Ifc2x3.ActorResource
    Assembly: Xbim.Ifc2x3.dll
    Syntax
    [ExpressType("IfcTelecomAddress", 553)]
    public class IfcTelecomAddress : IfcAddress, INotifyPropertyChanged, IEquatable<IfcAddress>, IInstantiableEntity, IIfcTelecomAddress, IIfcAddress, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IEquatable<IfcTelecomAddress>, IIfcTelecomAddress, IIfcAddress, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IPersistEntity, IExpressSelectType, IPersist, IExpressValidatable

    Properties

    | Improve this Doc View Source

    ElectronicMailAddresses

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

    FacsimileNumbers

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

    PagerNumber

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

    TelephoneNumbers

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

    WWWHomePageURL

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

    Methods

    | Improve this Doc View Source

    Equals(IfcTelecomAddress)

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

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

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

    IIfcTelecomAddress.ElectronicMailAddresses

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

    IIfcTelecomAddress.FacsimileNumbers

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

    IIfcTelecomAddress.PagerNumber

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

    IIfcTelecomAddress.TelephoneNumbers

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

    IIfcTelecomAddress.WWWHomePageURL

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

    IIfcTelecomAddress.ElectronicMailAddresses

    Declaration
    [CrossSchemaAttribute(typeof(IIfcTelecomAddress), 7)]
    IItemSet<IfcLabel> IIfcTelecomAddress.ElectronicMailAddresses { get; }
    Returns
    Type Description
    IItemSet<IfcLabel>
    | Improve this Doc View Source

    IIfcTelecomAddress.FacsimileNumbers

    Declaration
    [CrossSchemaAttribute(typeof(IIfcTelecomAddress), 5)]
    IItemSet<IfcLabel> IIfcTelecomAddress.FacsimileNumbers { get; }
    Returns
    Type Description
    IItemSet<IfcLabel>
    | Improve this Doc View Source

    IIfcTelecomAddress.MessagingIDs

    Declaration
    [CrossSchemaAttribute(typeof(IIfcTelecomAddress), 9)]
    IItemSet<IfcURIReference> IIfcTelecomAddress.MessagingIDs { get; }
    Returns
    Type Description
    IItemSet<IfcURIReference>
    | Improve this Doc View Source

    IIfcTelecomAddress.PagerNumber

    Declaration
    [CrossSchemaAttribute(typeof(IIfcTelecomAddress), 6)]
    IfcLabel? IIfcTelecomAddress.PagerNumber { get; set; }
    Returns
    Type Description
    System.Nullable<IfcLabel>
    | Improve this Doc View Source

    IIfcTelecomAddress.TelephoneNumbers

    Declaration
    [CrossSchemaAttribute(typeof(IIfcTelecomAddress), 4)]
    IItemSet<IfcLabel> IIfcTelecomAddress.TelephoneNumbers { get; }
    Returns
    Type Description
    IItemSet<IfcLabel>
    | Improve this Doc View Source

    IIfcTelecomAddress.WWWHomePageURL

    Declaration
    [CrossSchemaAttribute(typeof(IIfcTelecomAddress), 8)]
    IfcURIReference? IIfcTelecomAddress.WWWHomePageURL { get; set; }
    Returns
    Type Description
    System.Nullable<IfcURIReference>

    Implements

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