Search Results for

    Show / Hide Table of Contents

    Class IfcSimplePropertyTemplate

    Inheritance
    System.Object
    PersistEntity
    IfcRoot
    IfcPropertyDefinition
    IfcPropertyTemplateDefinition
    IfcPropertyTemplate
    IfcSimplePropertyTemplate
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcRoot>
    System.IEquatable<IfcPropertyDefinition>
    System.IEquatable<IfcPropertyTemplateDefinition>
    System.IEquatable<IfcPropertyTemplate>
    IInstantiableEntity
    IIfcSimplePropertyTemplate
    IIfcPropertyTemplate
    IIfcPropertyTemplateDefinition
    IIfcPropertyDefinition
    IIfcRoot
    IfcDefinitionSelect
    IIfcDefinitionSelect
    IExpressSelectType
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcSimplePropertyTemplate>
    Inherited Members
    IfcPropertyTemplate.IIfcPropertyTemplate.PartOfComplexTemplate
    IfcPropertyTemplate.IIfcPropertyTemplate.PartOfPsetTemplate
    IfcPropertyTemplate.PartOfComplexTemplate
    IfcPropertyTemplate.PartOfPsetTemplate
    IfcPropertyTemplate.Equals(IfcPropertyTemplate)
    IfcPropertyTemplateDefinition.Equals(IfcPropertyTemplateDefinition)
    IfcPropertyDefinition.IIfcPropertyDefinition.HasContext
    IfcPropertyDefinition.IIfcPropertyDefinition.HasAssociations
    IfcPropertyDefinition.HasContext
    IfcPropertyDefinition.HasAssociations
    IfcPropertyDefinition.Equals(IfcPropertyDefinition)
    IfcRoot.IIfcRoot.GlobalId
    IfcRoot.IIfcRoot.OwnerHistory
    IfcRoot.IIfcRoot.Name
    IfcRoot.IIfcRoot.Description
    IfcRoot.GlobalId
    IfcRoot.OwnerHistory
    IfcRoot.Name
    IfcRoot.Description
    IfcRoot.Equals(IfcRoot)
    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.Kernel
    Assembly: Xbim.Ifc4.dll
    Syntax
    [ExpressType("IfcSimplePropertyTemplate", 1267)]
    public class IfcSimplePropertyTemplate : IfcPropertyTemplate, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcPropertyDefinition>, IEquatable<IfcPropertyTemplateDefinition>, IEquatable<IfcPropertyTemplate>, IInstantiableEntity, IIfcSimplePropertyTemplate, IIfcPropertyTemplate, IIfcPropertyTemplateDefinition, IIfcPropertyDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcSimplePropertyTemplate>

    Properties

    | Improve this Doc View Source

    AccessState

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

    Enumerators

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

    Expression

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

    PrimaryMeasureType

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

    PrimaryUnit

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

    SecondaryMeasureType

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

    SecondaryUnit

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

    TemplateType

    Declaration
    [EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 9)]
    public IfcSimplePropertyTemplateTypeEnum? TemplateType { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcSimplePropertyTemplateTypeEnum>

    Methods

    | Improve this Doc View Source

    Equals(IfcSimplePropertyTemplate)

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

    IIfcSimplePropertyTemplate.AccessState

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

    IIfcSimplePropertyTemplate.Enumerators

    Declaration
    IIfcPropertyEnumeration IIfcSimplePropertyTemplate.Enumerators { get; set; }
    Returns
    Type Description
    IIfcPropertyEnumeration
    | Improve this Doc View Source

    IIfcSimplePropertyTemplate.Expression

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

    IIfcSimplePropertyTemplate.PrimaryMeasureType

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

    IIfcSimplePropertyTemplate.PrimaryUnit

    Declaration
    IIfcUnit IIfcSimplePropertyTemplate.PrimaryUnit { get; set; }
    Returns
    Type Description
    IIfcUnit
    | Improve this Doc View Source

    IIfcSimplePropertyTemplate.SecondaryMeasureType

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

    IIfcSimplePropertyTemplate.SecondaryUnit

    Declaration
    IIfcUnit IIfcSimplePropertyTemplate.SecondaryUnit { get; set; }
    Returns
    Type Description
    IIfcUnit
    | Improve this Doc View Source

    IIfcSimplePropertyTemplate.TemplateType

    Declaration
    IfcSimplePropertyTemplateTypeEnum? IIfcSimplePropertyTemplate.TemplateType { get; set; }
    Returns
    Type Description
    System.Nullable<IfcSimplePropertyTemplateTypeEnum>

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<T>
    System.IEquatable<T>
    System.IEquatable<T>
    System.IEquatable<T>
    IInstantiableEntity
    IIfcSimplePropertyTemplate
    IIfcPropertyTemplate
    IIfcPropertyTemplateDefinition
    IIfcPropertyDefinition
    IIfcRoot
    IfcDefinitionSelect
    IIfcDefinitionSelect
    IExpressSelectType
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim