Class IfcLagTime
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcSchedulingTime>
System.IEquatable<IfcLagTime>
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.DateTimeResource
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcLagTime", 1197)]
public class IfcLagTime : IfcSchedulingTime, INotifyPropertyChanged, IEquatable<IfcSchedulingTime>, IInstantiableEntity, IIfcLagTime, IIfcSchedulingTime, IPersistEntity, IPersist, IEquatable<IfcLagTime>
Properties
| Improve this Doc View SourceDurationType
Declaration
[EntityAttribute(5, EntityAttributeState.Mandatory, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 5)]
public IfcTaskDurationEnum DurationType { get; set; }
Property Value
Type | Description |
---|---|
IfcTaskDurationEnum |
LagValue
Declaration
[EntityAttribute(4, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 4)]
public IfcTimeOrRatioSelect LagValue { get; set; }
Property Value
Type | Description |
---|---|
IfcTimeOrRatioSelect |
Methods
| Improve this Doc View SourceEquals(IfcLagTime)
Declaration
public bool Equals(IfcLagTime other)
Parameters
Type | Name | Description |
---|---|---|
IfcLagTime | 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 SourceIIfcLagTime.DurationType
Declaration
IfcTaskDurationEnum IIfcLagTime.DurationType { get; set; }
Returns
Type | Description |
---|---|
IfcTaskDurationEnum |
IIfcLagTime.LagValue
Declaration
IIfcTimeOrRatioSelect IIfcLagTime.LagValue { get; set; }
Returns
Type | Description |
---|---|
IIfcTimeOrRatioSelect |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>