Class IfcPropertyListValue
Inheritance
System.Object
IfcPropertyListValue
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcPropertyAbstraction>
System.IEquatable<IfcProperty>
System.IEquatable<IfcSimpleProperty>
System.IEquatable<IfcPropertyListValue>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc4.PropertyResource
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcPropertyListValue", 489)]
public class IfcPropertyListValue : IfcSimpleProperty, INotifyPropertyChanged, IEquatable<IfcPropertyAbstraction>, IEquatable<IfcProperty>, IEquatable<IfcSimpleProperty>, IInstantiableEntity, IIfcPropertyListValue, IIfcSimpleProperty, IIfcProperty, IIfcPropertyAbstraction, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcPropertyListValue>, IExpressValidatable
Properties
| Improve this Doc View SourceListValues
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.List, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 10)]
public IOptionalItemSet<IfcValue> ListValues { get; }
Property Value
| Type | Description |
|---|---|
| IOptionalItemSet<IfcValue> |
Unit
Declaration
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 11)]
public IfcUnit Unit { get; set; }
Property Value
| Type | Description |
|---|---|
| IfcUnit |
Methods
| Improve this Doc View SourceEquals(IfcPropertyListValue)
Declaration
public bool Equals(IfcPropertyListValue other)
Parameters
| Type | Name | Description |
|---|---|---|
| IfcPropertyListValue | other |
Returns
| Type | Description |
|---|---|
| System.Boolean |
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 SourceValidate()
Declaration
public virtual IEnumerable<ValidationResult> Validate()
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<ValidationResult> |
ValidateClause(IfcPropertyListValue.IfcPropertyListValueClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcPropertyListValue.IfcPropertyListValueClause clause)
Parameters
| Type | Name | Description |
|---|---|---|
| IfcPropertyListValue.IfcPropertyListValueClause | clause | The express clause to test |
Returns
| Type | Description |
|---|---|
| System.Boolean | true if the clause is satisfied. |
Explicit Interface Implementations
| Improve this Doc View SourceIContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<IPersistEntity> |
IIfcPropertyListValue.ListValues
Declaration
IItemSet<IIfcValue> IIfcPropertyListValue.ListValues { get; }
Returns
| Type | Description |
|---|---|
| IItemSet<IIfcValue> |
IIfcPropertyListValue.Unit
Declaration
IIfcUnit IIfcPropertyListValue.Unit { get; set; }
Returns
| Type | Description |
|---|---|
| IIfcUnit |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>