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.Ifc2x3.dll
Syntax
[ExpressType("IfcApproval", 626)]
public class IfcApproval : PersistEntity, INotifyPropertyChanged, IInstantiableEntity, IIfcApproval, IContainsEntityReferences, IEquatable<IfcApproval>, IIfcApproval, IfcResourceObjectSelect, IIfcResourceObjectSelect, IPersistEntity, IExpressSelectType, IPersist
Properties
|
Improve this Doc
View Source
Actors
Declaration
[InverseProperty("Approval")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 8)]
public IEnumerable<IfcApprovalActorRelationship> Actors { get; }
Property Value
|
Improve this Doc
View Source
ApprovalDateTime
Declaration
[EntityAttribute(2, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 2)]
public IfcDateTimeSelect ApprovalDateTime { get; set; }
Property Value
|
Improve this Doc
View Source
ApprovalLevel
Declaration
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 4)]
public IfcLabel? ApprovalLevel { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
ApprovalQualifier
Declaration
[EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 5)]
public IfcText? ApprovalQualifier { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
ApprovalStatus
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
public IfcLabel? ApprovalStatus { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
Description
Declaration
[EntityAttribute(1, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 1)]
public IfcText? Description { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
Identifier
Declaration
[EntityAttribute(7, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 7)]
public IfcIdentifier Identifier { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
[InverseProperty("RelatedApproval")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 9)]
public IEnumerable<IfcApprovalRelationship> IsRelatedWith { get; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
[EntityAttribute(6, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 6)]
public IfcLabel Name { get; set; }
Property Value
|
Improve this Doc
View Source
Relates
Declaration
[InverseProperty("RelatingApproval")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 10)]
public IEnumerable<IfcApprovalRelationship> Relates { get; }
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
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.Actors
Declaration
IEnumerable<IIfcApprovalActorRelationship> IIfcApproval.Actors { get; }
Returns
|
Improve this Doc
View Source
IIfcApproval.ApprovalDateTime
Declaration
IIfcDateTimeSelect IIfcApproval.ApprovalDateTime { get; set; }
Returns
|
Improve this Doc
View Source
IIfcApproval.ApprovalLevel
Declaration
IfcLabel? IIfcApproval.ApprovalLevel { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
IIfcApproval.ApprovalQualifier
Declaration
IfcText? IIfcApproval.ApprovalQualifier { get; set; }
Returns
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
IIfcApproval.ApprovalStatus
Declaration
IfcLabel? IIfcApproval.ApprovalStatus { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
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.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.Name
Declaration
IfcLabel IIfcApproval.Name { get; set; }
Returns
|
Improve this Doc
View Source
IIfcApproval.Relates
Declaration
IEnumerable<IIfcApprovalRelationship> IIfcApproval.Relates { get; }
Returns
|
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
[CrossSchemaAttribute(typeof(IIfcApproval), 3)]
IfcText? IIfcApproval.Description { get; set; }
Returns
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
IIfcApproval.GivingApproval
Declaration
[CrossSchemaAttribute(typeof(IIfcApproval), 9)]
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
[CrossSchemaAttribute(typeof(IIfcApproval), 1)]
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
[CrossSchemaAttribute(typeof(IIfcApproval), 6)]
IfcLabel? IIfcApproval.Level { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
IIfcApproval.Name
Declaration
[CrossSchemaAttribute(typeof(IIfcApproval), 2)]
IfcLabel? IIfcApproval.Name { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
IIfcApproval.Qualifier
Declaration
[CrossSchemaAttribute(typeof(IIfcApproval), 7)]
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
[CrossSchemaAttribute(typeof(IIfcApproval), 8)]
IIfcActorSelect IIfcApproval.RequestingApproval { get; set; }
Returns
|
Improve this Doc
View Source
IIfcApproval.Status
Declaration
[CrossSchemaAttribute(typeof(IIfcApproval), 5)]
IfcLabel? IIfcApproval.Status { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
IIfcApproval.TimeOfApproval
Declaration
[CrossSchemaAttribute(typeof(IIfcApproval), 4)]
IfcDateTime? IIfcApproval.TimeOfApproval { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>