Class IfcClassificationNotation
Inheritance
System.Object
IfcClassificationNotation
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("IfcClassificationNotation", 13)]
public class IfcClassificationNotation : PersistEntity, INotifyPropertyChanged, IInstantiableEntity, IIfcClassificationNotation, IfcClassificationNotationSelect, IIfcClassificationNotationSelect, IContainsEntityReferences, IEquatable<IfcClassificationNotation>, IIfcClassificationReference, IIfcExternalReference, IfcLightDistributionDataSourceSelect, IIfcLightDistributionDataSourceSelect, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IfcResourceObjectSelect, IIfcResourceObjectSelect, IfcClassificationReferenceSelect, IIfcClassificationReferenceSelect, IfcClassificationSelect, IIfcClassificationSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
NotationFacets
Declaration
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 1)]
public IItemSet<IfcClassificationNotationFacet> NotationFacets { get; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcClassificationNotation)
Declaration
public bool Equals(IfcClassificationNotation 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
IIfcClassificationNotation.NotationFacets
Declaration
IItemSet<IIfcClassificationNotationFacet> IIfcClassificationNotation.NotationFacets { get; }
Returns
|
Improve this Doc
View Source
IIfcClassificationReference.ClassificationRefForObjects
Declaration
IEnumerable<IIfcRelAssociatesClassification> IIfcClassificationReference.ClassificationRefForObjects { get; }
Returns
|
Improve this Doc
View Source
IIfcClassificationReference.Description
Declaration
IfcText? IIfcClassificationReference.Description { get; set; }
Returns
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
IIfcClassificationReference.HasReferences
Declaration
IEnumerable<IIfcClassificationReference> IIfcClassificationReference.HasReferences { get; }
Returns
|
Improve this Doc
View Source
IIfcClassificationReference.ReferencedSource
Declaration
IIfcClassificationReferenceSelect IIfcClassificationReference.ReferencedSource { get; set; }
Returns
|
Improve this Doc
View Source
IIfcClassificationReference.Sort
Declaration
IfcIdentifier? IIfcClassificationReference.Sort { get; set; }
Returns
|
Improve this Doc
View Source
IIfcExternalReference.ExternalReferenceForResources
Declaration
IEnumerable<IIfcExternalReferenceRelationship> IIfcExternalReference.ExternalReferenceForResources { get; }
Returns
|
Improve this Doc
View Source
IIfcExternalReference.Identification
Declaration
IfcIdentifier? IIfcExternalReference.Identification { get; set; }
Returns
|
Improve this Doc
View Source
IIfcExternalReference.Location
Declaration
IfcURIReference? IIfcExternalReference.Location { get; set; }
Returns
|
Improve this Doc
View Source
IIfcExternalReference.Name
Declaration
IfcLabel? IIfcExternalReference.Name { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>