Search Results for

    Show / Hide Table of Contents

    Class IfcActorRole

    Inheritance
    System.Object
    PersistEntity
    IfcActorRole
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IInstantiableEntity
    IIfcActorRole
    System.IEquatable<IfcActorRole>
    IIfcActorRole
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IPersistEntity
    IExpressSelectType
    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("IfcActorRole", 595)]
    public class IfcActorRole : PersistEntity, INotifyPropertyChanged, IInstantiableEntity, IIfcActorRole, IEquatable<IfcActorRole>, IIfcActorRole, IfcResourceObjectSelect, IIfcResourceObjectSelect, IPersistEntity, IExpressSelectType, IPersist, IExpressValidatable

    Properties

    | 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

    Role

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

    RoleString

    Gets or Sets the Role, if the name provided matches on of the Role enums, the enum is selected, otherwise a userdefined role is created. Use this to simplify binding

    Declaration
    public string RoleString { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    UserDefinedRole

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

    Methods

    | Improve this Doc View Source

    Equals(IfcActorRole)

    Declaration
    public bool Equals(IfcActorRole other)
    Parameters
    Type Name Description
    IfcActorRole 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(IfcActorRole.IfcActorRoleClause)

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

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

    IIfcActorRole.Description

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

    IIfcActorRole.Role

    Declaration
    IfcRoleEnum IIfcActorRole.Role { get; set; }
    Returns
    Type Description
    IfcRoleEnum
    | Improve this Doc View Source

    IIfcActorRole.UserDefinedRole

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

    IIfcActorRole.Description

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

    IIfcActorRole.HasExternalReference

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

    IIfcActorRole.Role

    Declaration
    [CrossSchemaAttribute(typeof(IIfcActorRole), 1)]
    IfcRoleEnum IIfcActorRole.Role { get; set; }
    Returns
    Type Description
    IfcRoleEnum
    | Improve this Doc View Source

    IIfcActorRole.UserDefinedRole

    Declaration
    [CrossSchemaAttribute(typeof(IIfcActorRole), 2)]
    IfcLabel? IIfcActorRole.UserDefinedRole { get; set; }
    Returns
    Type Description
    System.Nullable<IfcLabel>

    Implements

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