Class IfcCostSchedule
Inheritance
System.Object
IfcCostSchedule
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("IfcCostSchedule", 695)]
public class IfcCostSchedule : IfcControl, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcObjectDefinition>, IEquatable<IfcObject>, IExpressValidatable, IEquatable<IfcControl>, IIfcCostSchedule, IIfcControl, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IExpressSelectType, IInstantiableEntity, IIfcCostSchedule, IIfcControl, IIfcObject, IIfcObjectDefinition, IIfcRoot, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcCostSchedule>
Properties
|
Improve this Doc
View Source
ID
Declaration
[EntityAttribute(12, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 18)]
public IfcIdentifier ID { get; set; }
Property Value
|
Improve this Doc
View Source
PredefinedType
Declaration
[EntityAttribute(13, EntityAttributeState.Mandatory, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 19)]
public IfcCostScheduleTypeEnum PredefinedType { get; set; }
Property Value
|
Improve this Doc
View Source
PreparedBy
Declaration
[EntityAttribute(7, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 13)]
public IfcActorSelect PreparedBy { get; set; }
Property Value
|
Improve this Doc
View Source
Status
Declaration
[EntityAttribute(9, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 15)]
public IfcLabel? Status { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
SubmittedBy
Declaration
[EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 12)]
public IfcActorSelect SubmittedBy { get; set; }
Property Value
|
Improve this Doc
View Source
SubmittedOn
Declaration
[EntityAttribute(8, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 14)]
public IfcDateTimeSelect SubmittedOn { get; set; }
Property Value
|
Improve this Doc
View Source
TargetUsers
Declaration
[EntityAttribute(10, EntityAttributeState.Optional, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 16)]
public IOptionalItemSet<IfcActorSelect> TargetUsers { get; }
Property Value
|
Improve this Doc
View Source
UpdateDate
Declaration
[EntityAttribute(11, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 17)]
public IfcDateTimeSelect UpdateDate { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcCostSchedule)
Declaration
public bool Equals(IfcCostSchedule 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
IContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IPersistEntity> |
|
|
Improve this Doc
View Source
IIfcCostSchedule.ID
Declaration
IfcIdentifier IIfcCostSchedule.ID { get; set; }
Returns
|
Improve this Doc
View Source
IIfcCostSchedule.PredefinedType
Declaration
IfcCostScheduleTypeEnum IIfcCostSchedule.PredefinedType { get; set; }
Returns
|
Improve this Doc
View Source
IIfcCostSchedule.PreparedBy
Declaration
IIfcActorSelect IIfcCostSchedule.PreparedBy { get; set; }
Returns
|
Improve this Doc
View Source
IIfcCostSchedule.Status
Declaration
IfcLabel? IIfcCostSchedule.Status { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
IIfcCostSchedule.SubmittedBy
Declaration
IIfcActorSelect IIfcCostSchedule.SubmittedBy { get; set; }
Returns
|
Improve this Doc
View Source
IIfcCostSchedule.SubmittedOn
Declaration
IIfcDateTimeSelect IIfcCostSchedule.SubmittedOn { get; set; }
Returns
|
Improve this Doc
View Source
IIfcCostSchedule.TargetUsers
Declaration
IItemSet<IIfcActorSelect> IIfcCostSchedule.TargetUsers { get; }
Returns
|
Improve this Doc
View Source
IIfcCostSchedule.UpdateDate
Declaration
IIfcDateTimeSelect IIfcCostSchedule.UpdateDate { get; set; }
Returns
|
Improve this Doc
View Source
IIfcCostSchedule.PredefinedType
Declaration
[CrossSchemaAttribute(typeof(IIfcCostSchedule), 7)]
IfcCostScheduleTypeEnum? IIfcCostSchedule.PredefinedType { get; set; }
Returns
|
Improve this Doc
View Source
IIfcCostSchedule.Status
Declaration
[CrossSchemaAttribute(typeof(IIfcCostSchedule), 8)]
IfcLabel? IIfcCostSchedule.Status { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
IIfcCostSchedule.SubmittedOn
Declaration
[CrossSchemaAttribute(typeof(IIfcCostSchedule), 9)]
IfcDateTime? IIfcCostSchedule.SubmittedOn { get; set; }
Returns
|
Improve this Doc
View Source
IIfcCostSchedule.UpdateDate
Declaration
[CrossSchemaAttribute(typeof(IIfcCostSchedule), 10)]
IfcDateTime? IIfcCostSchedule.UpdateDate { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>