Class IfcAppliedValue
Inheritance
System.Object
IfcAppliedValue
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("IfcAppliedValue", 79)]
public abstract class IfcAppliedValue : PersistEntity, INotifyPropertyChanged, IIfcAppliedValue, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IEquatable<IfcAppliedValue>, IIfcAppliedValue, IfcMetricValueSelect, IIfcMetricValueSelect, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IPersistEntity, IPersist, IExpressValidatable
Properties
|
Improve this Doc
View Source
ApplicableDate
Declaration
[EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 5)]
public IfcDateTimeSelect ApplicableDate { get; set; }
Property Value
|
Improve this Doc
View Source
AppliedValue
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 3)]
public IfcAppliedValueSelect AppliedValue { get; set; }
Property Value
|
Improve this Doc
View Source
Description
Declaration
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 2)]
public IfcText? Description { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
FixedUntilDate
Declaration
[EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 6)]
public IfcDateTimeSelect FixedUntilDate { get; set; }
Property Value
|
Improve this Doc
View Source
IsComponentIn
Declaration
[InverseProperty("Components")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 9)]
public IEnumerable<IfcAppliedValueRelationship> IsComponentIn { get; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
[EntityAttribute(1, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 1)]
public IfcLabel? Name { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
UnitBasis
Declaration
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 4)]
public IfcMeasureWithUnit UnitBasis { get; set; }
Property Value
|
Improve this Doc
View Source
ValueOfComponents
Declaration
[InverseProperty("ComponentOfTotal")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 8)]
public IEnumerable<IfcAppliedValueRelationship> ValueOfComponents { get; }
Property Value
|
Improve this Doc
View Source
ValuesReferenced
Declaration
[InverseProperty("ReferencingValues")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 7)]
public IEnumerable<IfcReferencesValueDocument> ValuesReferenced { get; }
Property Value
Methods
|
Improve this Doc
View Source
AsString()
Declaration
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Equals(IfcAppliedValue)
Declaration
public bool Equals(IfcAppliedValue 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
Validate()
Declaration
public virtual IEnumerable<ValidationResult> Validate()
Returns
|
Improve this Doc
View Source
ValidateClause(IfcAppliedValue.IfcAppliedValueClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcAppliedValue.IfcAppliedValueClause clause)
Parameters
Returns
Type |
Description |
System.Boolean |
true if the clause is satisfied.
|
Explicit Interface Implementations
|
Improve this Doc
View Source
IIfcAppliedValue.ApplicableDate
Declaration
IIfcDateTimeSelect IIfcAppliedValue.ApplicableDate { get; set; }
Returns
|
Improve this Doc
View Source
IIfcAppliedValue.AppliedValue
Declaration
IIfcAppliedValueSelect IIfcAppliedValue.AppliedValue { get; set; }
Returns
|
Improve this Doc
View Source
IIfcAppliedValue.Description
Declaration
IfcText? IIfcAppliedValue.Description { get; set; }
Returns
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
IIfcAppliedValue.FixedUntilDate
Declaration
IIfcDateTimeSelect IIfcAppliedValue.FixedUntilDate { get; set; }
Returns
|
Improve this Doc
View Source
IIfcAppliedValue.IsComponentIn
Declaration
IEnumerable<IIfcAppliedValueRelationship> IIfcAppliedValue.IsComponentIn { get; }
Returns
|
Improve this Doc
View Source
IIfcAppliedValue.Name
Declaration
IfcLabel? IIfcAppliedValue.Name { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
IIfcAppliedValue.UnitBasis
Declaration
IIfcMeasureWithUnit IIfcAppliedValue.UnitBasis { get; set; }
Returns
|
Improve this Doc
View Source
IIfcAppliedValue.ValueOfComponents
Declaration
IEnumerable<IIfcAppliedValueRelationship> IIfcAppliedValue.ValueOfComponents { get; }
Returns
|
Improve this Doc
View Source
IIfcAppliedValue.ValuesReferenced
Declaration
IEnumerable<IIfcReferencesValueDocument> IIfcAppliedValue.ValuesReferenced { get; }
Returns
|
Improve this Doc
View Source
IIfcAppliedValue.ApplicableDate
Declaration
[CrossSchemaAttribute(typeof(IIfcAppliedValue), 5)]
IfcDate? IIfcAppliedValue.ApplicableDate { get; set; }
Returns
Type |
Description |
System.Nullable<IfcDate> |
|
|
Improve this Doc
View Source
IIfcAppliedValue.AppliedValue
Declaration
[CrossSchemaAttribute(typeof(IIfcAppliedValue), 3)]
IIfcAppliedValueSelect IIfcAppliedValue.AppliedValue { get; set; }
Returns
|
Improve this Doc
View Source
IIfcAppliedValue.ArithmeticOperator
Declaration
[CrossSchemaAttribute(typeof(IIfcAppliedValue), 9)]
IfcArithmeticOperatorEnum? IIfcAppliedValue.ArithmeticOperator { get; set; }
Returns
|
Improve this Doc
View Source
IIfcAppliedValue.Category
Declaration
[CrossSchemaAttribute(typeof(IIfcAppliedValue), 7)]
IfcLabel? IIfcAppliedValue.Category { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
IIfcAppliedValue.Components
Declaration
[CrossSchemaAttribute(typeof(IIfcAppliedValue), 10)]
IEnumerable<IIfcAppliedValue> IIfcAppliedValue.Components { get; }
Returns
|
Improve this Doc
View Source
IIfcAppliedValue.Condition
Declaration
[CrossSchemaAttribute(typeof(IIfcAppliedValue), 8)]
IfcLabel? IIfcAppliedValue.Condition { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
IIfcAppliedValue.Description
Declaration
[CrossSchemaAttribute(typeof(IIfcAppliedValue), 2)]
IfcText? IIfcAppliedValue.Description { get; set; }
Returns
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
IIfcAppliedValue.FixedUntilDate
Declaration
[CrossSchemaAttribute(typeof(IIfcAppliedValue), 6)]
IfcDate? IIfcAppliedValue.FixedUntilDate { get; set; }
Returns
Type |
Description |
System.Nullable<IfcDate> |
|
|
Improve this Doc
View Source
IIfcAppliedValue.HasExternalReference
Declaration
IEnumerable<IIfcExternalReferenceRelationship> IIfcAppliedValue.HasExternalReference { get; }
Returns
|
Improve this Doc
View Source
IIfcAppliedValue.Name
Declaration
[CrossSchemaAttribute(typeof(IIfcAppliedValue), 1)]
IfcLabel? IIfcAppliedValue.Name { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
IIfcAppliedValue.UnitBasis
Declaration
[CrossSchemaAttribute(typeof(IIfcAppliedValue), 4)]
IIfcMeasureWithUnit IIfcAppliedValue.UnitBasis { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>