Class IfcLocalTime
Inheritance
System.Object
IfcLocalTime
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.Ifc2x3.dll
Syntax
[ExpressType("IfcLocalTime", 483)]
public class IfcLocalTime : PersistEntity, INotifyPropertyChanged, IInstantiableEntity, IIfcLocalTime, IfcDateTimeSelect, IfcMetricValueSelect, IIfcDateTimeSelect, IIfcMetricValueSelect, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcLocalTime>, IExpressValidatable
Properties
|
Improve this Doc
View Source
DaylightSavingOffset
Declaration
[EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 5)]
public IfcDaylightSavingHour? DaylightSavingOffset { get; set; }
Property Value
|
Improve this Doc
View Source
HourComponent
Declaration
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 1)]
public IfcHourInDay HourComponent { get; set; }
Property Value
|
Improve this Doc
View Source
MinuteComponent
Declaration
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 2)]
public IfcMinuteInHour? MinuteComponent { get; set; }
Property Value
|
Improve this Doc
View Source
SecondComponent
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
public IfcSecondInMinute? SecondComponent { get; set; }
Property Value
|
Improve this Doc
View Source
Zone
Declaration
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 4)]
public IfcCoordinatedUniversalTimeOffset Zone { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcLocalTime)
Declaration
public bool Equals(IfcLocalTime 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
|
Improve this Doc
View Source
Validate()
Declaration
public virtual IEnumerable<ValidationResult> Validate()
Returns
|
Improve this Doc
View Source
ValidateClause(IfcLocalTime.IfcLocalTimeClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcLocalTime.IfcLocalTimeClause clause)
Parameters
Returns
Type |
Description |
System.Boolean |
true if the clause is satisfied.
|
Explicit Interface Implementations
|
Improve this Doc
View Source
IContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IPersistEntity> |
|
|
Improve this Doc
View Source
IIfcLocalTime.DaylightSavingOffset
Declaration
IfcDaylightSavingHour? IIfcLocalTime.DaylightSavingOffset { get; set; }
Returns
|
Improve this Doc
View Source
IIfcLocalTime.HourComponent
Declaration
IfcHourInDay IIfcLocalTime.HourComponent { get; set; }
Returns
|
Improve this Doc
View Source
IIfcLocalTime.MinuteComponent
Declaration
IfcMinuteInHour? IIfcLocalTime.MinuteComponent { get; set; }
Returns
|
Improve this Doc
View Source
IIfcLocalTime.SecondComponent
Declaration
IfcSecondInMinute? IIfcLocalTime.SecondComponent { get; set; }
Returns
|
Improve this Doc
View Source
IIfcLocalTime.Zone
Declaration
IIfcCoordinatedUniversalTimeOffset IIfcLocalTime.Zone { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
Extension Methods