Class IfcEventTime
Inheritance
System.Object
IfcEventTime
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.Ifc4.dll
Syntax
[ExpressType("IfcEventTime", 1169)]
public class IfcEventTime : IfcSchedulingTime, INotifyPropertyChanged, IEquatable<IfcSchedulingTime>, IInstantiableEntity, IIfcEventTime, IIfcSchedulingTime, IPersistEntity, IPersist, IEquatable<IfcEventTime>
Properties
|
Improve this Doc
View Source
ActualDate
Declaration
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 4)]
public IfcDateTime? ActualDate { get; set; }
Property Value
|
Improve this Doc
View Source
EarlyDate
Declaration
[EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 5)]
public IfcDateTime? EarlyDate { get; set; }
Property Value
|
Improve this Doc
View Source
LateDate
Declaration
[EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 6)]
public IfcDateTime? LateDate { get; set; }
Property Value
|
Improve this Doc
View Source
ScheduleDate
Declaration
[EntityAttribute(7, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 7)]
public IfcDateTime? ScheduleDate { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcEventTime)
Declaration
public bool Equals(IfcEventTime 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
Explicit Interface Implementations
|
Improve this Doc
View Source
IIfcEventTime.ActualDate
Declaration
IfcDateTime? IIfcEventTime.ActualDate { get; set; }
Returns
|
Improve this Doc
View Source
IIfcEventTime.EarlyDate
Declaration
IfcDateTime? IIfcEventTime.EarlyDate { get; set; }
Returns
|
Improve this Doc
View Source
IIfcEventTime.LateDate
Declaration
IfcDateTime? IIfcEventTime.LateDate { get; set; }
Returns
|
Improve this Doc
View Source
IIfcEventTime.ScheduleDate
Declaration
IfcDateTime? IIfcEventTime.ScheduleDate { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>