Class IfcPropertyEnumeration
Inheritance
System.Object
IfcPropertyEnumeration
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Xbim.Ifc2x3.dll
Syntax
[ExpressType("IfcPropertyEnumeration", 597)]
public class IfcPropertyEnumeration : PersistEntity, INotifyPropertyChanged, IIfcPropertyEnumeration, IIfcPropertyAbstraction, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IInstantiableEntity, IIfcPropertyEnumeration, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcPropertyEnumeration>, IExpressValidatable
Properties
|
Improve this Doc
View Source
EnumerationValues
Declaration
[EntityAttribute(2, EntityAttributeState.Mandatory, EntityAttributeType.ListUnique, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 2)]
public IItemSet<IfcValue> EnumerationValues { get; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 1)]
public IfcLabel Name { get; set; }
Property Value
|
Improve this Doc
View Source
Unit
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 3)]
public IfcUnit Unit { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcPropertyEnumeration)
Declaration
public bool Equals(IfcPropertyEnumeration other)
Parameters
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
|
Improve this Doc
View Source
Validate()
Declaration
public virtual IEnumerable<ValidationResult> Validate()
Returns
|
Improve this Doc
View Source
ValidateClause(IfcPropertyEnumeration.IfcPropertyEnumerationClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcPropertyEnumeration.IfcPropertyEnumerationClause clause)
Parameters
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
IIfcPropertyEnumeration.EnumerationValues
Declaration
IItemSet<IIfcValue> IIfcPropertyEnumeration.EnumerationValues { get; }
Returns
|
Improve this Doc
View Source
IIfcPropertyEnumeration.Name
Declaration
IfcLabel IIfcPropertyEnumeration.Name { get; set; }
Returns
|
Improve this Doc
View Source
IIfcPropertyEnumeration.Unit
Declaration
IIfcUnit IIfcPropertyEnumeration.Unit { get; set; }
Returns
|
Improve this Doc
View Source
IIfcPropertyAbstraction.HasExternalReferences
Declaration
IEnumerable<IIfcExternalReferenceRelationship> IIfcPropertyAbstraction.HasExternalReferences { get; }
Returns
|
Improve this Doc
View Source
IIfcPropertyEnumeration.EnumerationValues
Declaration
[CrossSchemaAttribute(typeof(IIfcPropertyEnumeration), 2)]
IItemSet<IIfcValue> IIfcPropertyEnumeration.EnumerationValues { get; }
Returns
|
Improve this Doc
View Source
IIfcPropertyEnumeration.Name
Declaration
[CrossSchemaAttribute(typeof(IIfcPropertyEnumeration), 1)]
IfcLabel IIfcPropertyEnumeration.Name { get; set; }
Returns
|
Improve this Doc
View Source
IIfcPropertyEnumeration.Unit
Declaration
[CrossSchemaAttribute(typeof(IIfcPropertyEnumeration), 3)]
IIfcUnit IIfcPropertyEnumeration.Unit { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>