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.Ifc2x3.dll
[ExpressType("IfcLibraryInformation", 449)]
public class IfcLibraryInformation : PersistEntity, INotifyPropertyChanged, IInstantiableEntity, IIfcLibraryInformation, IfcLibrarySelect, IIfcLibrarySelect, IContainsEntityReferences, IContainsIndexedReferences, IEquatable<IfcLibraryInformation>, IIfcLibraryInformation, IIfcExternalInformation, IfcResourceObjectSelect, IIfcResourceObjectSelect, IfcLibrarySelect, IIfcLibrarySelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
Declaration
[IndexedProperty]
[EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 5)]
public IOptionalItemSet<IfcLibraryReference> LibraryReference { get; }
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 IfcOrganization 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.Class, EntityAttributeType.None, null, null, 4)]
public IfcCalendarDate 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
IEnumerable<IPersistEntity> IContainsIndexedReferences.IndexedReferences { get; }
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IPersistEntity> |
|
|
Improve this Doc
View Source
Declaration
IItemSet<IIfcLibraryReference> IIfcLibraryInformation.LibraryReference { get; }
Returns
|
Improve this Doc
View Source
Declaration
IfcLabel IIfcLibraryInformation.Name { get; set; }
Returns
|
Improve this Doc
View Source
Declaration
IIfcOrganization 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
IIfcCalendarDate IIfcLibraryInformation.VersionDate { get; set; }
Returns
|
Improve this Doc
View Source
Declaration
[CrossSchemaAttribute(typeof(IIfcLibraryInformation), 6)]
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
[CrossSchemaAttribute(typeof(IIfcLibraryInformation), 5)]
IfcURIReference? IIfcLibraryInformation.Location { get; set; }
Returns
|
Improve this Doc
View Source
Declaration
[CrossSchemaAttribute(typeof(IIfcLibraryInformation), 1)]
IfcLabel IIfcLibraryInformation.Name { get; set; }
Returns
|
Improve this Doc
View Source
Declaration
[CrossSchemaAttribute(typeof(IIfcLibraryInformation), 3)]
IIfcActorSelect IIfcLibraryInformation.Publisher { get; set; }
Returns
|
Improve this Doc
View Source
Declaration
[CrossSchemaAttribute(typeof(IIfcLibraryInformation), 2)]
IfcLabel? IIfcLibraryInformation.Version { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
Declaration
[CrossSchemaAttribute(typeof(IIfcLibraryInformation), 4)]
IfcDateTime? IIfcLibraryInformation.VersionDate { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>