Class IfcContextDependentUnit
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcNamedUnit>
System.IEquatable<IfcContextDependentUnit>
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.MeasureResource
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcContextDependentUnit", 304)]
public class IfcContextDependentUnit : IfcNamedUnit, INotifyPropertyChanged, IEquatable<IfcNamedUnit>, IExpressValidatable, IInstantiableEntity, IIfcContextDependentUnit, IIfcNamedUnit, IfcUnit, IIfcUnit, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcContextDependentUnit>
Properties
| Improve this Doc View SourceHasExternalReference
Declaration
[InverseProperty("RelatedResourceObjects")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 4)]
public IEnumerable<IfcExternalReferenceRelationship> HasExternalReference { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IfcExternalReferenceRelationship> |
Name
Declaration
[EntityAttribute(3, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
public IfcLabel Name { get; set; }
Property Value
Type | Description |
---|---|
IfcLabel |
Methods
| Improve this Doc View SourceEquals(IfcContextDependentUnit)
Declaration
public bool Equals(IfcContextDependentUnit other)
Parameters
Type | Name | Description |
---|---|---|
IfcContextDependentUnit | 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
Explicit Interface Implementations
| Improve this Doc View SourceIContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IPersistEntity> |
IIfcContextDependentUnit.HasExternalReference
Declaration
IEnumerable<IIfcExternalReferenceRelationship> IIfcContextDependentUnit.HasExternalReference { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IIfcExternalReferenceRelationship> |
IIfcContextDependentUnit.Name
Declaration
IfcLabel IIfcContextDependentUnit.Name { get; set; }
Returns
Type | Description |
---|---|
IfcLabel |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>