Class IfcAsset
Inheritance
System.Object
IfcAsset
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.Ifc4.dll
Syntax
[ExpressType("IfcAsset", 767)]
public class IfcAsset : IfcGroup, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcObjectDefinition>, IEquatable<IfcObject>, IExpressValidatable, IEquatable<IfcGroup>, IInstantiableEntity, IIfcAsset, IIfcGroup, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcAsset>
Properties
|
Improve this Doc
View Source
CurrentValue
Declaration
[EntityAttribute(8, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 20)]
public IfcCostValue CurrentValue { get; set; }
Property Value
|
Improve this Doc
View Source
DepreciatedValue
Declaration
[EntityAttribute(14, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 26)]
public IfcCostValue DepreciatedValue { get; set; }
Property Value
|
Improve this Doc
View Source
Identification
Declaration
[EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 18)]
public IfcIdentifier? Identification { get; set; }
Property Value
|
Improve this Doc
View Source
IncorporationDate
Declaration
[EntityAttribute(13, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 25)]
public IfcDate? IncorporationDate { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcDate> |
|
|
Improve this Doc
View Source
OriginalValue
Declaration
[EntityAttribute(7, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 19)]
public IfcCostValue OriginalValue { get; set; }
Property Value
|
Improve this Doc
View Source
Owner
Declaration
[EntityAttribute(10, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 22)]
public IfcActorSelect Owner { get; set; }
Property Value
|
Improve this Doc
View Source
ResponsiblePerson
Declaration
[EntityAttribute(12, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 24)]
public IfcPerson ResponsiblePerson { get; set; }
Property Value
|
Improve this Doc
View Source
TotalReplacementCost
Declaration
[EntityAttribute(9, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 21)]
public IfcCostValue TotalReplacementCost { get; set; }
Property Value
|
Improve this Doc
View Source
User
Declaration
[EntityAttribute(11, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 23)]
public IfcActorSelect User { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcAsset)
Declaration
public bool Equals(IfcAsset 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
IIfcAsset.CurrentValue
Declaration
IIfcCostValue IIfcAsset.CurrentValue { get; set; }
Returns
|
Improve this Doc
View Source
IIfcAsset.DepreciatedValue
Declaration
IIfcCostValue IIfcAsset.DepreciatedValue { get; set; }
Returns
|
Improve this Doc
View Source
IIfcAsset.Identification
Declaration
IfcIdentifier? IIfcAsset.Identification { get; set; }
Returns
|
Improve this Doc
View Source
IIfcAsset.IncorporationDate
Declaration
IfcDate? IIfcAsset.IncorporationDate { get; set; }
Returns
Type |
Description |
System.Nullable<IfcDate> |
|
|
Improve this Doc
View Source
IIfcAsset.OriginalValue
Declaration
IIfcCostValue IIfcAsset.OriginalValue { get; set; }
Returns
|
Improve this Doc
View Source
IIfcAsset.Owner
Declaration
IIfcActorSelect IIfcAsset.Owner { get; set; }
Returns
|
Improve this Doc
View Source
IIfcAsset.ResponsiblePerson
Declaration
IIfcPerson IIfcAsset.ResponsiblePerson { get; set; }
Returns
|
Improve this Doc
View Source
IIfcAsset.TotalReplacementCost
Declaration
IIfcCostValue IIfcAsset.TotalReplacementCost { get; set; }
Returns
|
Improve this Doc
View Source
IIfcAsset.User
Declaration
IIfcActorSelect IIfcAsset.User { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>