Class IfcInventory
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcRoot>
System.IEquatable<IfcObjectDefinition>
System.IEquatable<IfcObject>
System.IEquatable<IfcGroup>
System.IEquatable<IfcInventory>
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.SharedFacilitiesElements
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcInventory", 768)]
public class IfcInventory : IfcGroup, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcObjectDefinition>, IEquatable<IfcObject>, IExpressValidatable, IEquatable<IfcGroup>, IInstantiableEntity, IIfcInventory, IIfcGroup, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcInventory>
Properties
| Improve this Doc View SourceCurrentValue
Declaration
[EntityAttribute(10, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 22)]
public IfcCostValue CurrentValue { get; set; }
Property Value
Type | Description |
---|---|
IfcCostValue |
Jurisdiction
Declaration
[EntityAttribute(7, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 19)]
public IfcActorSelect Jurisdiction { get; set; }
Property Value
Type | Description |
---|---|
IfcActorSelect |
LastUpdateDate
Declaration
[EntityAttribute(9, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 21)]
public IfcDate? LastUpdateDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcDate> |
OriginalValue
Declaration
[EntityAttribute(11, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 23)]
public IfcCostValue OriginalValue { get; set; }
Property Value
Type | Description |
---|---|
IfcCostValue |
PredefinedType
Declaration
[EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 18)]
public IfcInventoryTypeEnum? PredefinedType { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcInventoryTypeEnum> |
ResponsiblePersons
Declaration
[EntityAttribute(8, EntityAttributeState.Optional, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 20)]
public IOptionalItemSet<IfcPerson> ResponsiblePersons { get; }
Property Value
Type | Description |
---|---|
IOptionalItemSet<IfcPerson> |
Methods
| Improve this Doc View SourceEquals(IfcInventory)
Declaration
public bool Equals(IfcInventory other)
Parameters
Type | Name | Description |
---|---|---|
IfcInventory | 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> |
IIfcInventory.CurrentValue
Declaration
IIfcCostValue IIfcInventory.CurrentValue { get; set; }
Returns
Type | Description |
---|---|
IIfcCostValue |
IIfcInventory.Jurisdiction
Declaration
IIfcActorSelect IIfcInventory.Jurisdiction { get; set; }
Returns
Type | Description |
---|---|
IIfcActorSelect |
IIfcInventory.LastUpdateDate
Declaration
IfcDate? IIfcInventory.LastUpdateDate { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcDate> |
IIfcInventory.OriginalValue
Declaration
IIfcCostValue IIfcInventory.OriginalValue { get; set; }
Returns
Type | Description |
---|---|
IIfcCostValue |
IIfcInventory.PredefinedType
Declaration
IfcInventoryTypeEnum? IIfcInventory.PredefinedType { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcInventoryTypeEnum> |
IIfcInventory.ResponsiblePersons
Declaration
IItemSet<IIfcPerson> IIfcInventory.ResponsiblePersons { get; }
Returns
Type | Description |
---|---|
IItemSet<IIfcPerson> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>