Search Results for

    Show / Hide Table of Contents

    Class IfcPerson

    Inheritance
    System.Object
    PersistEntity
    IfcPerson
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IInstantiableEntity
    IIfcPerson
    IfcActorSelect
    IIfcActorSelect
    IfcObjectReferenceSelect
    IIfcObjectReferenceSelect
    IContainsEntityReferences
    IContainsIndexedReferences
    System.IEquatable<IfcPerson>
    IIfcPerson
    IfcActorSelect
    IIfcActorSelect
    IfcObjectReferenceSelect
    IIfcObjectReferenceSelect
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IExpressSelectType
    IPersistEntity
    IPersist
    IExpressValidatable
    Inherited Members
    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("IfcPerson", 198)]
    public class IfcPerson : PersistEntity, INotifyPropertyChanged, IInstantiableEntity, IIfcPerson, IfcActorSelect, IIfcActorSelect, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IContainsEntityReferences, IContainsIndexedReferences, IEquatable<IfcPerson>, IIfcPerson, IfcActorSelect, IIfcActorSelect, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IPersistEntity, IPersist, 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
    Type Description
    IOptionalItemSet<IfcAddress>
    | 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
    Type Description
    System.Collections.Generic.IEnumerable<IfcPersonAndOrganization>
    | 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

    Id

    Declaration
    [EntityAttribute(1, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 1)]
    public IfcIdentifier? Id { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcIdentifier>
    | 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
    Type Description
    IOptionalItemSet<IfcLabel>
    | 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
    Type Description
    IOptionalItemSet<IfcLabel>
    | 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
    Type Description
    IOptionalItemSet<IfcActorRole>
    | 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
    Type Description
    IOptionalItemSet<IfcLabel>

    Methods

    | Improve this Doc View Source

    Equals(IfcPerson)

    Declaration
    public bool Equals(IfcPerson other)
    Parameters
    Type Name Description
    IfcPerson 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
    PersistEntity.Parse(Int32, IPropertyValue, Int32[])
    | Improve this Doc View Source

    Validate()

    Declaration
    public virtual IEnumerable<ValidationResult> Validate()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<ValidationResult>
    | 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
    Type Name Description
    IfcPerson.IfcPersonClause 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

    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
    Type Description
    IItemSet<IIfcAddress>
    | Improve this Doc View Source

    IIfcPerson.EngagedIn

    Declaration
    IEnumerable<IIfcPersonAndOrganization> IIfcPerson.EngagedIn { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcPersonAndOrganization>
    | 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.Id

    Declaration
    IfcIdentifier? IIfcPerson.Id { get; set; }
    Returns
    Type Description
    System.Nullable<IfcIdentifier>
    | Improve this Doc View Source

    IIfcPerson.MiddleNames

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

    IIfcPerson.PrefixTitles

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

    IIfcPerson.Roles

    Declaration
    IItemSet<IIfcActorRole> IIfcPerson.Roles { get; }
    Returns
    Type Description
    IItemSet<IIfcActorRole>
    | Improve this Doc View Source

    IIfcPerson.SuffixTitles

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

    IIfcPerson.Addresses

    Declaration
    [CrossSchemaAttribute(typeof(IIfcPerson), 8)]
    IItemSet<IIfcAddress> IIfcPerson.Addresses { get; }
    Returns
    Type Description
    IItemSet<IIfcAddress>
    | Improve this Doc View Source

    IIfcPerson.EngagedIn

    Declaration
    IEnumerable<IIfcPersonAndOrganization> IIfcPerson.EngagedIn { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcPersonAndOrganization>
    | Improve this Doc View Source

    IIfcPerson.FamilyName

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

    IIfcPerson.GivenName

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

    IIfcPerson.Identification

    Declaration
    [CrossSchemaAttribute(typeof(IIfcPerson), 1)]
    IfcIdentifier? IIfcPerson.Identification { get; set; }
    Returns
    Type Description
    System.Nullable<IfcIdentifier>
    | Improve this Doc View Source

    IIfcPerson.MiddleNames

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

    IIfcPerson.PrefixTitles

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

    IIfcPerson.Roles

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

    IIfcPerson.SuffixTitles

    Declaration
    [CrossSchemaAttribute(typeof(IIfcPerson), 6)]
    IItemSet<IfcLabel> IIfcPerson.SuffixTitles { get; }
    Returns
    Type Description
    IItemSet<IfcLabel>

    Implements

    System.ComponentModel.INotifyPropertyChanged
    IInstantiableEntity
    IIfcPerson
    IfcActorSelect
    IIfcActorSelect
    IfcObjectReferenceSelect
    IIfcObjectReferenceSelect
    IContainsEntityReferences
    IContainsIndexedReferences
    System.IEquatable<T>
    IIfcPerson
    IfcActorSelect
    IIfcActorSelect
    IfcObjectReferenceSelect
    IIfcObjectReferenceSelect
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IExpressSelectType
    IPersistEntity
    IPersist
    IExpressValidatable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim