Class IfcPerson
Inheritance
System.Object
IfcPerson
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("IfcPerson", 198)]
public class IfcPerson : PersistEntity, INotifyPropertyChanged, IInstantiableEntity, IIfcPerson, IfcActorSelect, IIfcActorSelect, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IContainsEntityReferences, IContainsIndexedReferences, IPersistEntity, IPersist, IEquatable<IfcPerson>, IExpressValidatable
Properties
|
Improve this Doc
View Source
Addresses
Declaration
[IndexedProperty]
[EntityAttribute(8, EntityAttributeState.Optional, EntityAttributeType.List, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 8)]
public IOptionalItemSet<IfcAddress> Addresses { get; }
Property Value
|
Improve this Doc
View Source
EngagedIn
Declaration
[InverseProperty("ThePerson")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 9)]
public IEnumerable<IfcPersonAndOrganization> EngagedIn { get; }
Property Value
|
Improve this Doc
View Source
FamilyName
Declaration
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 2)]
public IfcLabel? FamilyName { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
GivenName
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
public IfcLabel? GivenName { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
Identification
Declaration
[EntityAttribute(1, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 1)]
public IfcIdentifier? Identification { get; set; }
Property Value
|
Improve this Doc
View Source
MiddleNames
Declaration
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.List, EntityAttributeType.None, new int[]{1}, new int[]{-1}, 4)]
public IOptionalItemSet<IfcLabel> MiddleNames { get; }
Property Value
|
Improve this Doc
View Source
PrefixTitles
Declaration
[EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.List, EntityAttributeType.None, new int[]{1}, new int[]{-1}, 5)]
public IOptionalItemSet<IfcLabel> PrefixTitles { get; }
Property Value
|
Improve this Doc
View Source
Roles
Declaration
[EntityAttribute(7, EntityAttributeState.Optional, EntityAttributeType.List, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 7)]
public IOptionalItemSet<IfcActorRole> Roles { get; }
Property Value
|
Improve this Doc
View Source
SuffixTitles
Declaration
[EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.List, EntityAttributeType.None, new int[]{1}, new int[]{-1}, 6)]
public IOptionalItemSet<IfcLabel> SuffixTitles { get; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcPerson)
Declaration
public bool Equals(IfcPerson 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(IfcPerson.IfcPersonClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcPerson.IfcPersonClause clause)
Parameters
Returns
Type |
Description |
System.Boolean |
true if the clause is satisfied.
|
Explicit Interface Implementations
|
Improve this Doc
View Source
IContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IPersistEntity> |
|
|
Improve this Doc
View Source
IContainsIndexedReferences.IndexedReferences
Declaration
IEnumerable<IPersistEntity> IContainsIndexedReferences.IndexedReferences { get; }
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IPersistEntity> |
|
|
Improve this Doc
View Source
IIfcPerson.Addresses
Declaration
IItemSet<IIfcAddress> IIfcPerson.Addresses { get; }
Returns
|
Improve this Doc
View Source
IIfcPerson.EngagedIn
Declaration
IEnumerable<IIfcPersonAndOrganization> IIfcPerson.EngagedIn { get; }
Returns
|
Improve this Doc
View Source
IIfcPerson.FamilyName
Declaration
IfcLabel? IIfcPerson.FamilyName { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
IIfcPerson.GivenName
Declaration
IfcLabel? IIfcPerson.GivenName { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
IIfcPerson.Identification
Declaration
IfcIdentifier? IIfcPerson.Identification { get; set; }
Returns
|
Improve this Doc
View Source
IIfcPerson.MiddleNames
Declaration
IItemSet<IfcLabel> IIfcPerson.MiddleNames { get; }
Returns
|
Improve this Doc
View Source
IIfcPerson.PrefixTitles
Declaration
IItemSet<IfcLabel> IIfcPerson.PrefixTitles { get; }
Returns
|
Improve this Doc
View Source
IIfcPerson.Roles
Declaration
IItemSet<IIfcActorRole> IIfcPerson.Roles { get; }
Returns
|
Improve this Doc
View Source
IIfcPerson.SuffixTitles
Declaration
IItemSet<IfcLabel> IIfcPerson.SuffixTitles { get; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>