Class IfcPostalAddress
Inheritance
System.Object
IfcPostalAddress
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("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
|
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
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(IfcPostalAddress.IfcPostalAddressClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcPostalAddress.IfcPostalAddressClause clause)
Parameters
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
|
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>
System.IEquatable<T>