Class IfcAddress
Inheritance
System.Object
IfcAddress
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("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
|
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
|
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
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 virtual IEnumerable<ValidationResult> Validate()
Returns
|
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
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
|
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
|
Improve this Doc
View Source
IIfcAddress.UserDefinedPurpose
Declaration
IfcLabel? IIfcAddress.UserDefinedPurpose { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>