Search Results for

    Show / Hide Table of Contents

    Class IfcApproval

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

    Properties

    | Improve this Doc View Source

    ApprovedObjects

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

    ApprovedResources

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

    Description

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

    GivingApproval

    Declaration
    [EntityAttribute(9, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 9)]
    public IfcActorSelect GivingApproval { get; set; }
    Property Value
    Type Description
    IfcActorSelect
    | Improve this Doc View Source

    HasExternalReferences

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

    Identifier

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

    IsRelatedWith

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

    Level

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

    Name

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

    Qualifier

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

    Relates

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

    RequestingApproval

    Declaration
    [EntityAttribute(8, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 8)]
    public IfcActorSelect RequestingApproval { get; set; }
    Property Value
    Type Description
    IfcActorSelect
    | Improve this Doc View Source

    Status

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

    TimeOfApproval

    Declaration
    [EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 4)]
    public IfcDateTime? TimeOfApproval { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcDateTime>

    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[])
    | 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(IfcApproval.IfcApprovalClause)

    Tests the express where-clause specified in param 'clause'

    Declaration
    public bool ValidateClause(IfcApproval.IfcApprovalClause clause)
    Parameters
    Type Name Description
    IfcApproval.IfcApprovalClause 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

    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
    IfcText? IIfcApproval.Description { get; set; }
    Returns
    Type Description
    System.Nullable<IfcText>
    | Improve this Doc View Source

    IIfcApproval.GivingApproval

    Declaration
    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
    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
    IfcLabel? IIfcApproval.Level { get; set; }
    Returns
    Type Description
    System.Nullable<IfcLabel>
    | Improve this Doc View Source

    IIfcApproval.Name

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

    IIfcApproval.Qualifier

    Declaration
    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
    IIfcActorSelect IIfcApproval.RequestingApproval { get; set; }
    Returns
    Type Description
    IIfcActorSelect
    | Improve this Doc View Source

    IIfcApproval.Status

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

    IIfcApproval.TimeOfApproval

    Declaration
    IfcDateTime? IIfcApproval.TimeOfApproval { get; set; }
    Returns
    Type Description
    System.Nullable<IfcDateTime>

    Implements

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