Class IfcApproval
Inheritance
System.Object
IfcApproval
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("IfcApproval", 626)]
public class IfcApproval : PersistEntity, INotifyPropertyChanged, IInstantiableEntity, IIfcApproval, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcApproval>, IExpressValidatable
Properties
|
Improve this Doc
View Source
ApprovedObjects
Declaration
[InverseProperty("RelatingApproval")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 11)]
public IEnumerable<IfcRelAssociatesApproval> ApprovedObjects { get; }
Property Value
|
Improve this Doc
View Source
ApprovedResources
Declaration
[InverseProperty("RelatingApproval")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 12)]
public IEnumerable<IfcResourceApprovalRelationship> ApprovedResources { get; }
Property Value
|
Improve this Doc
View Source
Description
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
public IfcText? Description { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
GivingApproval
Declaration
[EntityAttribute(9, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 9)]
public IfcActorSelect GivingApproval { get; set; }
Property Value
|
Improve this Doc
View Source
HasExternalReferences
Declaration
[InverseProperty("RelatedResourceObjects")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 10)]
public IEnumerable<IfcExternalReferenceRelationship> HasExternalReferences { get; }
Property Value
|
Improve this Doc
View Source
Identifier
Declaration
[EntityAttribute(1, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 1)]
public IfcIdentifier? Identifier { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
[InverseProperty("RelatedApprovals")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 13)]
public IEnumerable<IfcApprovalRelationship> IsRelatedWith { get; }
Property Value
|
Improve this Doc
View Source
Level
Declaration
[EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 6)]
public IfcLabel? Level { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
Name
Declaration
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 2)]
public IfcLabel? Name { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
Qualifier
Declaration
[EntityAttribute(7, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 7)]
public IfcText? Qualifier { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
Relates
Declaration
[InverseProperty("RelatingApproval")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 14)]
public IEnumerable<IfcApprovalRelationship> Relates { get; }
Property Value
|
Improve this Doc
View Source
RequestingApproval
Declaration
[EntityAttribute(8, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 8)]
public IfcActorSelect RequestingApproval { get; set; }
Property Value
|
Improve this Doc
View Source
Status
Declaration
[EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 5)]
public IfcLabel? Status { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
TimeOfApproval
Declaration
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 4)]
public IfcDateTime? TimeOfApproval { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcApproval)
Declaration
public bool Equals(IfcApproval 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(IfcApproval.IfcApprovalClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcApproval.IfcApprovalClause clause)
Parameters
Returns
Type |
Description |
System.Boolean |
true if the clause is satisfied.
|
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
IIfcApproval.ApprovedObjects
Declaration
IEnumerable<IIfcRelAssociatesApproval> IIfcApproval.ApprovedObjects { get; }
Returns
|
Improve this Doc
View Source
IIfcApproval.ApprovedResources
Declaration
IEnumerable<IIfcResourceApprovalRelationship> IIfcApproval.ApprovedResources { get; }
Returns
|
Improve this Doc
View Source
IIfcApproval.Description
Declaration
IfcText? IIfcApproval.Description { get; set; }
Returns
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
IIfcApproval.GivingApproval
Declaration
IIfcActorSelect IIfcApproval.GivingApproval { get; set; }
Returns
|
Improve this Doc
View Source
IIfcApproval.HasExternalReferences
Declaration
IEnumerable<IIfcExternalReferenceRelationship> IIfcApproval.HasExternalReferences { get; }
Returns
|
Improve this Doc
View Source
IIfcApproval.Identifier
Declaration
IfcIdentifier? IIfcApproval.Identifier { get; set; }
Returns
|
Improve this Doc
View Source
Declaration
IEnumerable<IIfcApprovalRelationship> IIfcApproval.IsRelatedWith { get; }
Returns
|
Improve this Doc
View Source
IIfcApproval.Level
Declaration
IfcLabel? IIfcApproval.Level { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
IIfcApproval.Name
Declaration
IfcLabel? IIfcApproval.Name { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
IIfcApproval.Qualifier
Declaration
IfcText? IIfcApproval.Qualifier { get; set; }
Returns
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
IIfcApproval.Relates
Declaration
IEnumerable<IIfcApprovalRelationship> IIfcApproval.Relates { get; }
Returns
|
Improve this Doc
View Source
IIfcApproval.RequestingApproval
Declaration
IIfcActorSelect IIfcApproval.RequestingApproval { get; set; }
Returns
|
Improve this Doc
View Source
IIfcApproval.Status
Declaration
IfcLabel? IIfcApproval.Status { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
IIfcApproval.TimeOfApproval
Declaration
IfcDateTime? IIfcApproval.TimeOfApproval { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>