Class IfcCalendarDate
Inheritance
System.Object
IfcCalendarDate
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("IfcCalendarDate", 407)]
public class IfcCalendarDate : PersistEntity, INotifyPropertyChanged, IInstantiableEntity, IIfcCalendarDate, IfcDateTimeSelect, IfcMetricValueSelect, IIfcDateTimeSelect, IIfcMetricValueSelect, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcCalendarDate>, IExpressValidatable
Properties
|
Improve this Doc
View Source
DayComponent
Declaration
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 1)]
public IfcDayInMonthNumber DayComponent { get; set; }
Property Value
|
Improve this Doc
View Source
MonthComponent
Declaration
[EntityAttribute(2, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 2)]
public IfcMonthInYearNumber MonthComponent { get; set; }
Property Value
|
Improve this Doc
View Source
YearComponent
Declaration
[EntityAttribute(3, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
public IfcYearNumber YearComponent { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcCalendarDate)
Declaration
public bool Equals(IfcCalendarDate 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
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
Validate()
Declaration
public virtual IEnumerable<ValidationResult> Validate()
Returns
|
Improve this Doc
View Source
ValidateClause(IfcCalendarDate.IfcCalendarDateClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcCalendarDate.IfcCalendarDateClause clause)
Parameters
Returns
Type |
Description |
System.Boolean |
true if the clause is satisfied.
|
Explicit Interface Implementations
|
Improve this Doc
View Source
IIfcCalendarDate.DayComponent
Declaration
IfcDayInMonthNumber IIfcCalendarDate.DayComponent { get; set; }
Returns
|
Improve this Doc
View Source
IIfcCalendarDate.MonthComponent
Declaration
IfcMonthInYearNumber IIfcCalendarDate.MonthComponent { get; set; }
Returns
|
Improve this Doc
View Source
IIfcCalendarDate.YearComponent
Declaration
IfcYearNumber IIfcCalendarDate.YearComponent { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
Extension Methods