Class IfcTelecomAddress
Inheritance
System.Object
IfcTelecomAddress
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcTelecomAddress", 553)]
public class IfcTelecomAddress : IfcAddress, INotifyPropertyChanged, IEquatable<IfcAddress>, IInstantiableEntity, IIfcTelecomAddress, IIfcAddress, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcTelecomAddress>, 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
|
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
|
Improve this Doc
View Source
MessagingIDs
Declaration
[EntityAttribute(9, EntityAttributeState.Optional, EntityAttributeType.List, EntityAttributeType.None, new int[]{1}, new int[]{-1}, 11)]
public IOptionalItemSet<IfcURIReference> MessagingIDs { get; }
Property Value
|
Improve this Doc
View Source
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
|
Improve this Doc
View Source
WWWHomePageURL
Declaration
[EntityAttribute(8, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 10)]
public IfcURIReference? WWWHomePageURL { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcTelecomAddress)
Declaration
public bool Equals(IfcTelecomAddress other)
Parameters
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
|
Improve this Doc
View Source
Validate()
Declaration
public override IEnumerable<ValidationResult> Validate()
Returns
Overrides
|
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
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
|
Improve this Doc
View Source
IIfcTelecomAddress.FacsimileNumbers
Declaration
IItemSet<IfcLabel> IIfcTelecomAddress.FacsimileNumbers { get; }
Returns
|
Improve this Doc
View Source
IIfcTelecomAddress.MessagingIDs
Declaration
IItemSet<IfcURIReference> IIfcTelecomAddress.MessagingIDs { get; }
Returns
|
Improve this Doc
View Source
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
|
Improve this Doc
View Source
IIfcTelecomAddress.WWWHomePageURL
Declaration
IfcURIReference? IIfcTelecomAddress.WWWHomePageURL { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>