Search Results for

    Show / Hide Table of Contents

    Class IfcApproval

    Inheritance
    System.Object
    PersistEntity
    IfcApproval
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IInstantiableEntity
    IIfcApproval
    IContainsEntityReferences
    System.IEquatable<IfcApproval>
    IIfcApproval
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IPersistEntity
    IExpressSelectType
    IPersist
    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.ApprovalResource
    Assembly: Xbim.Ifc2x3.dll
    Syntax
    [ExpressType("IfcApproval", 626)]
    public class IfcApproval : PersistEntity, INotifyPropertyChanged, IInstantiableEntity, IIfcApproval, IContainsEntityReferences, IEquatable<IfcApproval>, IIfcApproval, IfcResourceObjectSelect, IIfcResourceObjectSelect, IPersistEntity, IExpressSelectType, IPersist

    Properties

    | Improve this Doc View Source

    Actors

    Declaration
    [InverseProperty("Approval")]
    [EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 8)]
    public IEnumerable<IfcApprovalActorRelationship> Actors { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IfcApprovalActorRelationship>
    | Improve this Doc View Source

    ApprovalDateTime

    Declaration
    [EntityAttribute(2, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 2)]
    public IfcDateTimeSelect ApprovalDateTime { get; set; }
    Property Value
    Type Description
    IfcDateTimeSelect
    | Improve this Doc View Source

    ApprovalLevel

    Declaration
    [EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 4)]
    public IfcLabel? ApprovalLevel { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcLabel>
    | Improve this Doc View Source

    ApprovalQualifier

    Declaration
    [EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 5)]
    public IfcText? ApprovalQualifier { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcText>
    | Improve this Doc View Source

    ApprovalStatus

    Declaration
    [EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
    public IfcLabel? ApprovalStatus { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcLabel>
    | Improve this Doc View Source

    Description

    Declaration
    [EntityAttribute(1, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 1)]
    public IfcText? Description { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcText>
    | Improve this Doc View Source

    Identifier

    Declaration
    [EntityAttribute(7, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 7)]
    public IfcIdentifier Identifier { get; set; }
    Property Value
    Type Description
    IfcIdentifier
    | Improve this Doc View Source

    IsRelatedWith

    Declaration
    [InverseProperty("RelatedApproval")]
    [EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 9)]
    public IEnumerable<IfcApprovalRelationship> IsRelatedWith { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IfcApprovalRelationship>
    | Improve this Doc View Source

    Name

    Declaration
    [EntityAttribute(6, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 6)]
    public IfcLabel Name { get; set; }
    Property Value
    Type Description
    IfcLabel
    | Improve this Doc View Source

    Relates

    Declaration
    [InverseProperty("RelatingApproval")]
    [EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 10)]
    public IEnumerable<IfcApprovalRelationship> Relates { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IfcApprovalRelationship>

    Methods

    | Improve this Doc View Source

    Equals(IfcApproval)

    Declaration
    public bool Equals(IfcApproval other)
    Parameters
    Type Name Description
    IfcApproval 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[])

    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

    IIfcApproval.Actors

    Declaration
    IEnumerable<IIfcApprovalActorRelationship> IIfcApproval.Actors { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcApprovalActorRelationship>
    | Improve this Doc View Source

    IIfcApproval.ApprovalDateTime

    Declaration
    IIfcDateTimeSelect IIfcApproval.ApprovalDateTime { get; set; }
    Returns
    Type Description
    IIfcDateTimeSelect
    | Improve this Doc View Source

    IIfcApproval.ApprovalLevel

    Declaration
    IfcLabel? IIfcApproval.ApprovalLevel { get; set; }
    Returns
    Type Description
    System.Nullable<IfcLabel>
    | Improve this Doc View Source

    IIfcApproval.ApprovalQualifier

    Declaration
    IfcText? IIfcApproval.ApprovalQualifier { get; set; }
    Returns
    Type Description
    System.Nullable<IfcText>
    | Improve this Doc View Source

    IIfcApproval.ApprovalStatus

    Declaration
    IfcLabel? IIfcApproval.ApprovalStatus { get; set; }
    Returns
    Type Description
    System.Nullable<IfcLabel>
    | Improve this Doc View Source

    IIfcApproval.Description

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

    IIfcApproval.Identifier

    Declaration
    IfcIdentifier IIfcApproval.Identifier { get; set; }
    Returns
    Type Description
    IfcIdentifier
    | Improve this Doc View Source

    IIfcApproval.IsRelatedWith

    Declaration
    IEnumerable<IIfcApprovalRelationship> IIfcApproval.IsRelatedWith { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcApprovalRelationship>
    | Improve this Doc View Source

    IIfcApproval.Name

    Declaration
    IfcLabel IIfcApproval.Name { get; set; }
    Returns
    Type Description
    IfcLabel
    | Improve this Doc View Source

    IIfcApproval.Relates

    Declaration
    IEnumerable<IIfcApprovalRelationship> IIfcApproval.Relates { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcApprovalRelationship>
    | Improve this Doc View Source

    IIfcApproval.ApprovedObjects

    Declaration
    IEnumerable<IIfcRelAssociatesApproval> IIfcApproval.ApprovedObjects { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcRelAssociatesApproval>
    | Improve this Doc View Source

    IIfcApproval.ApprovedResources

    Declaration
    IEnumerable<IIfcResourceApprovalRelationship> IIfcApproval.ApprovedResources { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcResourceApprovalRelationship>
    | Improve this Doc View Source

    IIfcApproval.Description

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

    IIfcApproval.GivingApproval

    Declaration
    [CrossSchemaAttribute(typeof(IIfcApproval), 9)]
    IIfcActorSelect IIfcApproval.GivingApproval { get; set; }
    Returns
    Type Description
    IIfcActorSelect
    | Improve this Doc View Source

    IIfcApproval.HasExternalReferences

    Declaration
    IEnumerable<IIfcExternalReferenceRelationship> IIfcApproval.HasExternalReferences { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcExternalReferenceRelationship>
    | Improve this Doc View Source

    IIfcApproval.Identifier

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

    IIfcApproval.IsRelatedWith

    Declaration
    IEnumerable<IIfcApprovalRelationship> IIfcApproval.IsRelatedWith { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcApprovalRelationship>
    | Improve this Doc View Source

    IIfcApproval.Level

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

    IIfcApproval.Name

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

    IIfcApproval.Qualifier

    Declaration
    [CrossSchemaAttribute(typeof(IIfcApproval), 7)]
    IfcText? IIfcApproval.Qualifier { get; set; }
    Returns
    Type Description
    System.Nullable<IfcText>
    | Improve this Doc View Source

    IIfcApproval.Relates

    Declaration
    IEnumerable<IIfcApprovalRelationship> IIfcApproval.Relates { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcApprovalRelationship>
    | Improve this Doc View Source

    IIfcApproval.RequestingApproval

    Declaration
    [CrossSchemaAttribute(typeof(IIfcApproval), 8)]
    IIfcActorSelect IIfcApproval.RequestingApproval { get; set; }
    Returns
    Type Description
    IIfcActorSelect
    | Improve this Doc View Source

    IIfcApproval.Status

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

    IIfcApproval.TimeOfApproval

    Declaration
    [CrossSchemaAttribute(typeof(IIfcApproval), 4)]
    IfcDateTime? IIfcApproval.TimeOfApproval { get; set; }
    Returns
    Type Description
    System.Nullable<IfcDateTime>

    Implements

    System.ComponentModel.INotifyPropertyChanged
    IInstantiableEntity
    IIfcApproval
    IContainsEntityReferences
    System.IEquatable<T>
    IIfcApproval
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IPersistEntity
    IExpressSelectType
    IPersist
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim