Class IfcLibraryInformation
Inheritance
System.Object
IfcLibraryInformation
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
[ExpressType("IfcLibraryInformation", 449)]
public class IfcLibraryInformation : IfcExternalInformation, INotifyPropertyChanged, IEquatable<IfcExternalInformation>, IInstantiableEntity, IIfcLibraryInformation, IIfcExternalInformation, IfcResourceObjectSelect, IIfcResourceObjectSelect, IfcLibrarySelect, IIfcLibrarySelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcLibraryInformation>
Properties
|
Improve this Doc
View Source
Declaration
[EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 6)]
public IfcText? Description { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
Declaration
[InverseProperty("ReferencedLibrary")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 8)]
public IEnumerable<IfcLibraryReference> HasLibraryReferences { get; }
Property Value
|
Improve this Doc
View Source
Declaration
[InverseProperty("RelatingLibrary")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 7)]
public IEnumerable<IfcRelAssociatesLibrary> LibraryInfoForObjects { get; }
Property Value
|
Improve this Doc
View Source
Declaration
[EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 5)]
public IfcURIReference? Location { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 1)]
public IfcLabel Name { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 3)]
public IfcActorSelect Publisher { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 2)]
public IfcLabel? Version { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
Declaration
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 4)]
public IfcDateTime? VersionDate { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
public bool Equals(IfcLibraryInformation other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
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
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IPersistEntity> |
|
|
Improve this Doc
View Source
Declaration
IfcText? IIfcLibraryInformation.Description { get; set; }
Returns
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
Declaration
IEnumerable<IIfcLibraryReference> IIfcLibraryInformation.HasLibraryReferences { get; }
Returns
|
Improve this Doc
View Source
Declaration
IEnumerable<IIfcRelAssociatesLibrary> IIfcLibraryInformation.LibraryInfoForObjects { get; }
Returns
|
Improve this Doc
View Source
Declaration
IfcURIReference? IIfcLibraryInformation.Location { get; set; }
Returns
|
Improve this Doc
View Source
Declaration
IfcLabel IIfcLibraryInformation.Name { get; set; }
Returns
|
Improve this Doc
View Source
Declaration
IIfcActorSelect IIfcLibraryInformation.Publisher { get; set; }
Returns
|
Improve this Doc
View Source
Declaration
IfcLabel? IIfcLibraryInformation.Version { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
Declaration
IfcDateTime? IIfcLibraryInformation.VersionDate { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>