Class IfcCostSchedule
Inheritance
System.Object
IfcCostSchedule
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcRoot>
System.IEquatable<IfcObjectDefinition>
System.IEquatable<IfcObject>
System.IEquatable<IfcControl>
System.IEquatable<IfcCostSchedule>
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.SharedMgmtElements
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcCostSchedule", 695)]
public class IfcCostSchedule : IfcControl, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcObjectDefinition>, IEquatable<IfcObject>, IExpressValidatable, IEquatable<IfcControl>, IInstantiableEntity, IIfcCostSchedule, IIfcControl, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcCostSchedule>
Properties
| Improve this Doc View SourcePredefinedType
Declaration
[EntityAttribute(7, EntityAttributeState.Optional, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 19)]
public IfcCostScheduleTypeEnum? PredefinedType { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcCostScheduleTypeEnum> |
Status
Declaration
[EntityAttribute(8, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 20)]
public IfcLabel? Status { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcLabel> |
SubmittedOn
Declaration
[EntityAttribute(9, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 21)]
public IfcDateTime? SubmittedOn { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcDateTime> |
UpdateDate
Declaration
[EntityAttribute(10, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 22)]
public IfcDateTime? UpdateDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcDateTime> |
Methods
| Improve this Doc View SourceEquals(IfcCostSchedule)
Declaration
public bool Equals(IfcCostSchedule other)
Parameters
Type | Name | Description |
---|---|---|
IfcCostSchedule | 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> |
IIfcCostSchedule.PredefinedType
Declaration
IfcCostScheduleTypeEnum? IIfcCostSchedule.PredefinedType { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcCostScheduleTypeEnum> |
IIfcCostSchedule.Status
Declaration
IfcLabel? IIfcCostSchedule.Status { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcLabel> |
IIfcCostSchedule.SubmittedOn
Declaration
IfcDateTime? IIfcCostSchedule.SubmittedOn { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcDateTime> |
IIfcCostSchedule.UpdateDate
Declaration
IfcDateTime? IIfcCostSchedule.UpdateDate { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcDateTime> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>