Class IfcServiceLife
Inheritance
System.Object
IfcServiceLife
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcRoot>
System.IEquatable<IfcObjectDefinition>
System.IEquatable<IfcObject>
System.IEquatable<IfcControl>
System.IEquatable<IfcServiceLife>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc2x3.SharedFacilitiesElements
Assembly: Xbim.Ifc2x3.dll
Syntax
[ExpressType("IfcServiceLife", 769)]
public class IfcServiceLife : IfcControl, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcObjectDefinition>, IEquatable<IfcObject>, IExpressValidatable, IIfcControl, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IExpressSelectType, IEquatable<IfcControl>, IInstantiableEntity, IIfcServiceLife, IIfcControl, IIfcObject, IIfcObjectDefinition, IIfcRoot, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcServiceLife>
Properties
| Improve this Doc View SourceServiceLifeDuration
Declaration
[EntityAttribute(7, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 13)]
public IfcTimeMeasure ServiceLifeDuration { get; set; }
Property Value
Type | Description |
---|---|
IfcTimeMeasure |
ServiceLifeType
Declaration
[EntityAttribute(6, EntityAttributeState.Mandatory, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 12)]
public IfcServiceLifeTypeEnum ServiceLifeType { get; set; }
Property Value
Type | Description |
---|---|
IfcServiceLifeTypeEnum |
Methods
| Improve this Doc View SourceEquals(IfcServiceLife)
Declaration
public bool Equals(IfcServiceLife other)
Parameters
Type | Name | Description |
---|---|---|
IfcServiceLife | 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> |
IIfcServiceLife.ServiceLifeDuration
Declaration
IfcTimeMeasure IIfcServiceLife.ServiceLifeDuration { get; set; }
Returns
Type | Description |
---|---|
IfcTimeMeasure |
IIfcServiceLife.ServiceLifeType
Declaration
IfcServiceLifeTypeEnum IIfcServiceLife.ServiceLifeType { get; set; }
Returns
Type | Description |
---|---|
IfcServiceLifeTypeEnum |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>