Class IfcConstraint
Inheritance
System.Object
IfcConstraint
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("IfcConstraint", 81)]
public abstract class IfcConstraint : PersistEntity, INotifyPropertyChanged, IIfcConstraint, IEquatable<IfcConstraint>, IIfcConstraint, IfcResourceObjectSelect, IIfcResourceObjectSelect, IPersistEntity, IExpressSelectType, IPersist, IExpressValidatable
Properties
|
Improve this Doc
View Source
Aggregates
Declaration
[InverseProperty("RelatingConstraint")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 12)]
public IEnumerable<IfcConstraintAggregationRelationship> Aggregates { get; }
Property Value
|
Improve this Doc
View Source
ClassifiedAs
Declaration
[InverseProperty("ClassifiedConstraint")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 8)]
public IEnumerable<IfcConstraintClassificationRelationship> ClassifiedAs { get; }
Property Value
|
Improve this Doc
View Source
ConstraintGrade
Declaration
[EntityAttribute(3, EntityAttributeState.Mandatory, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 3)]
public IfcConstraintEnum ConstraintGrade { get; set; }
Property Value
|
Improve this Doc
View Source
ConstraintSource
Declaration
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 4)]
public IfcLabel? ConstraintSource { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
CreatingActor
Declaration
[EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 5)]
public IfcActorSelect CreatingActor { get; set; }
Property Value
|
Improve this Doc
View Source
CreationTime
Declaration
[EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 6)]
public IfcDateTimeSelect CreationTime { 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
IsAggregatedIn
Declaration
[InverseProperty("RelatedConstraints")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 13)]
public IEnumerable<IfcConstraintAggregationRelationship> IsAggregatedIn { get; }
Property Value
|
Improve this Doc
View Source
Declaration
[InverseProperty("RelatedConstraints")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 10)]
public IEnumerable<IfcConstraintRelationship> IsRelatedWith { get; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 1)]
public IfcLabel Name { get; set; }
Property Value
|
Improve this Doc
View Source
PropertiesForConstraint
Declaration
[InverseProperty("RelatingConstraint")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 11)]
public IEnumerable<IfcPropertyConstraintRelationship> PropertiesForConstraint { get; }
Property Value
|
Improve this Doc
View Source
RelatesConstraints
Declaration
[InverseProperty("RelatingConstraint")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 9)]
public IEnumerable<IfcConstraintRelationship> RelatesConstraints { get; }
Property Value
|
Improve this Doc
View Source
UserDefinedGrade
Declaration
[EntityAttribute(7, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 7)]
public IfcLabel? UserDefinedGrade { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
Methods
|
Improve this Doc
View Source
Equals(IfcConstraint)
Declaration
public bool Equals(IfcConstraint 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(IfcConstraint.IfcConstraintClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcConstraint.IfcConstraintClause clause)
Parameters
Returns
Type |
Description |
System.Boolean |
true if the clause is satisfied.
|
Explicit Interface Implementations
|
Improve this Doc
View Source
IIfcConstraint.Aggregates
Declaration
IEnumerable<IIfcConstraintAggregationRelationship> IIfcConstraint.Aggregates { get; }
Returns
|
Improve this Doc
View Source
IIfcConstraint.ClassifiedAs
Declaration
IEnumerable<IIfcConstraintClassificationRelationship> IIfcConstraint.ClassifiedAs { get; }
Returns
|
Improve this Doc
View Source
IIfcConstraint.ConstraintGrade
Declaration
IfcConstraintEnum IIfcConstraint.ConstraintGrade { get; set; }
Returns
|
Improve this Doc
View Source
IIfcConstraint.ConstraintSource
Declaration
IfcLabel? IIfcConstraint.ConstraintSource { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
IIfcConstraint.CreatingActor
Declaration
IIfcActorSelect IIfcConstraint.CreatingActor { get; set; }
Returns
|
Improve this Doc
View Source
IIfcConstraint.CreationTime
Declaration
IIfcDateTimeSelect IIfcConstraint.CreationTime { get; set; }
Returns
|
Improve this Doc
View Source
IIfcConstraint.Description
Declaration
IfcText? IIfcConstraint.Description { get; set; }
Returns
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
IIfcConstraint.IsAggregatedIn
Declaration
IEnumerable<IIfcConstraintAggregationRelationship> IIfcConstraint.IsAggregatedIn { get; }
Returns
|
Improve this Doc
View Source
Declaration
IEnumerable<IIfcConstraintRelationship> IIfcConstraint.IsRelatedWith { get; }
Returns
|
Improve this Doc
View Source
IIfcConstraint.Name
Declaration
IfcLabel IIfcConstraint.Name { get; set; }
Returns
|
Improve this Doc
View Source
IIfcConstraint.PropertiesForConstraint
Declaration
IEnumerable<IIfcPropertyConstraintRelationship> IIfcConstraint.PropertiesForConstraint { get; }
Returns
|
Improve this Doc
View Source
IIfcConstraint.RelatesConstraints
Declaration
IEnumerable<IIfcConstraintRelationship> IIfcConstraint.RelatesConstraints { get; }
Returns
|
Improve this Doc
View Source
IIfcConstraint.UserDefinedGrade
Declaration
IfcLabel? IIfcConstraint.UserDefinedGrade { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
IIfcConstraint.ConstraintGrade
Declaration
[CrossSchemaAttribute(typeof(IIfcConstraint), 3)]
IfcConstraintEnum IIfcConstraint.ConstraintGrade { get; set; }
Returns
|
Improve this Doc
View Source
IIfcConstraint.ConstraintSource
Declaration
[CrossSchemaAttribute(typeof(IIfcConstraint), 4)]
IfcLabel? IIfcConstraint.ConstraintSource { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
IIfcConstraint.CreatingActor
Declaration
[CrossSchemaAttribute(typeof(IIfcConstraint), 5)]
IIfcActorSelect IIfcConstraint.CreatingActor { get; set; }
Returns
|
Improve this Doc
View Source
IIfcConstraint.CreationTime
Declaration
[CrossSchemaAttribute(typeof(IIfcConstraint), 6)]
IfcDateTime? IIfcConstraint.CreationTime { get; set; }
Returns
|
Improve this Doc
View Source
IIfcConstraint.Description
Declaration
[CrossSchemaAttribute(typeof(IIfcConstraint), 2)]
IfcText? IIfcConstraint.Description { get; set; }
Returns
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
IIfcConstraint.HasExternalReferences
Declaration
IEnumerable<IIfcExternalReferenceRelationship> IIfcConstraint.HasExternalReferences { get; }
Returns
|
Improve this Doc
View Source
IIfcConstraint.Name
Declaration
[CrossSchemaAttribute(typeof(IIfcConstraint), 1)]
IfcLabel IIfcConstraint.Name { get; set; }
Returns
|
Improve this Doc
View Source
IIfcConstraint.PropertiesForConstraint
Declaration
IEnumerable<IIfcResourceConstraintRelationship> IIfcConstraint.PropertiesForConstraint { get; }
Returns
|
Improve this Doc
View Source
IIfcConstraint.UserDefinedGrade
Declaration
[CrossSchemaAttribute(typeof(IIfcConstraint), 7)]
IfcLabel? IIfcConstraint.UserDefinedGrade { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>