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.Ifc4.dll
Syntax
[ExpressType("IfcConstraint", 81)]
public abstract class IfcConstraint : PersistEntity, INotifyPropertyChanged, IIfcConstraint, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcConstraint>, IExpressValidatable
Properties
|
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.None, EntityAttributeType.None, null, null, 6)]
public IfcDateTime? 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
HasExternalReferences
Declaration
[InverseProperty("RelatedResourceObjects")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 8)]
public IEnumerable<IfcExternalReferenceRelationship> HasExternalReferences { 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}, 9)]
public IEnumerable<IfcResourceConstraintRelationship> PropertiesForConstraint { 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.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
IfcDateTime? 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.HasExternalReferences
Declaration
IEnumerable<IIfcExternalReferenceRelationship> IIfcConstraint.HasExternalReferences { 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<IIfcResourceConstraintRelationship> IIfcConstraint.PropertiesForConstraint { get; }
Returns
|
Improve this Doc
View Source
IIfcConstraint.UserDefinedGrade
Declaration
IfcLabel? IIfcConstraint.UserDefinedGrade { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>