Interface IIfcApproval
Readonly interface for IfcApproval
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcApproval : IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
ApprovedObjects
Declaration
IEnumerable<IIfcRelAssociatesApproval> ApprovedObjects { get; }
Property Value
|
Improve this Doc
View Source
ApprovedResources
Declaration
IEnumerable<IIfcResourceApprovalRelationship> ApprovedResources { get; }
Property Value
|
Improve this Doc
View Source
Description
Declaration
IfcText? Description { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
GivingApproval
Declaration
IIfcActorSelect GivingApproval { get; set; }
Property Value
|
Improve this Doc
View Source
HasExternalReferences
Declaration
IEnumerable<IIfcExternalReferenceRelationship> HasExternalReferences { get; }
Property Value
|
Improve this Doc
View Source
Identifier
Declaration
IfcIdentifier? Identifier { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
IEnumerable<IIfcApprovalRelationship> IsRelatedWith { get; }
Property Value
|
Improve this Doc
View Source
Level
Declaration
IfcLabel? Level { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
Name
Declaration
IfcLabel? Name { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
Qualifier
Declaration
IfcText? Qualifier { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
Relates
Declaration
IEnumerable<IIfcApprovalRelationship> Relates { get; }
Property Value
|
Improve this Doc
View Source
RequestingApproval
Declaration
IIfcActorSelect RequestingApproval { get; set; }
Property Value
|
Improve this Doc
View Source
Status
Declaration
IfcLabel? Status { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
TimeOfApproval
Declaration
IfcDateTime? TimeOfApproval { get; set; }
Property Value