Class IfcDocumentInformation
Inheritance
System.Object
IfcDocumentInformation
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("IfcDocumentInformation", 208)]
public class IfcDocumentInformation : PersistEntity, INotifyPropertyChanged, IInstantiableEntity, IIfcDocumentInformation, IfcDocumentSelect, IIfcDocumentSelect, IContainsEntityReferences, IContainsIndexedReferences, IEquatable<IfcDocumentInformation>, IIfcDocumentInformation, IIfcExternalInformation, IfcResourceObjectSelect, IIfcResourceObjectSelect, IfcDocumentSelect, IIfcDocumentSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
Declaration
[EntityAttribute(16, EntityAttributeState.Optional, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 16)]
public IfcDocumentConfidentialityEnum? Confidentiality { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
[EntityAttribute(11, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 11)]
public IfcDateAndTime CreationTime { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
public IfcText? Description { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
Declaration
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 1)]
public IfcIdentifier DocumentId { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
[EntityAttribute(9, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 9)]
public IfcActorSelect DocumentOwner { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
[IndexedProperty]
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 4)]
public IOptionalItemSet<IfcDocumentReference> DocumentReferences { get; }
Property Value
|
Improve this Doc
View Source
Declaration
[EntityAttribute(10, EntityAttributeState.Optional, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 10)]
public IOptionalItemSet<IfcActorSelect> Editors { get; }
Property Value
|
Improve this Doc
View Source
Declaration
[EntityAttribute(13, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 13)]
public IfcDocumentElectronicFormat ElectronicFormat { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
[EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 6)]
public IfcText? IntendedUse { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
Declaration
[InverseProperty("RelatedDocuments")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 18)]
public IEnumerable<IfcDocumentInformationRelationship> IsPointedTo { get; }
Property Value
|
Improve this Doc
View Source
Declaration
[InverseProperty("RelatingDocument")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{1}, 19)]
public IEnumerable<IfcDocumentInformationRelationship> IsPointer { get; }
Property Value
|
Improve this Doc
View Source
Declaration
[EntityAttribute(12, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 12)]
public IfcDateAndTime LastRevisionTime { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
[EntityAttribute(2, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 2)]
public IfcLabel Name { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
[EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 5)]
public IfcText? Purpose { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
Declaration
[EntityAttribute(8, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 8)]
public IfcLabel? Revision { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
Declaration
[EntityAttribute(7, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 7)]
public IfcText? Scope { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
Declaration
[EntityAttribute(17, EntityAttributeState.Optional, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 17)]
public IfcDocumentStatusEnum? Status { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
[EntityAttribute(14, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 14)]
public IfcCalendarDate ValidFrom { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
[EntityAttribute(15, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 15)]
public IfcCalendarDate ValidUntil { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
public bool Equals(IfcDocumentInformation 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
IfcDocumentConfidentialityEnum? IIfcDocumentInformation.Confidentiality { get; set; }
Returns
|
Improve this Doc
View Source
Declaration
IIfcDateAndTime IIfcDocumentInformation.CreationTime { get; set; }
Returns
|
Improve this Doc
View Source
Declaration
IfcText? IIfcDocumentInformation.Description { get; set; }
Returns
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
Declaration
IfcIdentifier IIfcDocumentInformation.DocumentId { get; set; }
Returns
|
Improve this Doc
View Source
Declaration
IIfcActorSelect IIfcDocumentInformation.DocumentOwner { get; set; }
Returns
|
Improve this Doc
View Source
Declaration
IItemSet<IIfcDocumentReference> IIfcDocumentInformation.DocumentReferences { get; }
Returns
|
Improve this Doc
View Source
Declaration
IItemSet<IIfcActorSelect> IIfcDocumentInformation.Editors { get; }
Returns
|
Improve this Doc
View Source
Declaration
IIfcDocumentElectronicFormat IIfcDocumentInformation.ElectronicFormat { get; set; }
Returns
|
Improve this Doc
View Source
Declaration
IfcText? IIfcDocumentInformation.IntendedUse { get; set; }
Returns
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
Declaration
IEnumerable<IIfcDocumentInformationRelationship> IIfcDocumentInformation.IsPointedTo { get; }
Returns
|
Improve this Doc
View Source
Declaration
IEnumerable<IIfcDocumentInformationRelationship> IIfcDocumentInformation.IsPointer { get; }
Returns
|
Improve this Doc
View Source
Declaration
IIfcDateAndTime IIfcDocumentInformation.LastRevisionTime { get; set; }
Returns
|
Improve this Doc
View Source
Declaration
IfcLabel IIfcDocumentInformation.Name { get; set; }
Returns
|
Improve this Doc
View Source
Declaration
IfcText? IIfcDocumentInformation.Purpose { get; set; }
Returns
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
Declaration
IfcLabel? IIfcDocumentInformation.Revision { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
Declaration
IfcText? IIfcDocumentInformation.Scope { get; set; }
Returns
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
Declaration
IfcDocumentStatusEnum? IIfcDocumentInformation.Status { get; set; }
Returns
|
Improve this Doc
View Source
Declaration
IIfcCalendarDate IIfcDocumentInformation.ValidFrom { get; set; }
Returns
|
Improve this Doc
View Source
Declaration
IIfcCalendarDate IIfcDocumentInformation.ValidUntil { get; set; }
Returns
|
Improve this Doc
View Source
Declaration
[CrossSchemaAttribute(typeof(IIfcDocumentInformation), 16)]
IfcDocumentConfidentialityEnum? IIfcDocumentInformation.Confidentiality { get; set; }
Returns
|
Improve this Doc
View Source
Declaration
[CrossSchemaAttribute(typeof(IIfcDocumentInformation), 11)]
IfcDateTime? IIfcDocumentInformation.CreationTime { get; set; }
Returns
|
Improve this Doc
View Source
Declaration
[CrossSchemaAttribute(typeof(IIfcDocumentInformation), 3)]
IfcText? IIfcDocumentInformation.Description { get; set; }
Returns
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
Declaration
IEnumerable<IIfcRelAssociatesDocument> IIfcDocumentInformation.DocumentInfoForObjects { get; }
Returns
|
Improve this Doc
View Source
Declaration
[CrossSchemaAttribute(typeof(IIfcDocumentInformation), 9)]
IIfcActorSelect IIfcDocumentInformation.DocumentOwner { get; set; }
Returns
|
Improve this Doc
View Source
Declaration
[CrossSchemaAttribute(typeof(IIfcDocumentInformation), 10)]
IItemSet<IIfcActorSelect> IIfcDocumentInformation.Editors { get; }
Returns
|
Improve this Doc
View Source
Declaration
[CrossSchemaAttribute(typeof(IIfcDocumentInformation), 13)]
IfcIdentifier? IIfcDocumentInformation.ElectronicFormat { get; set; }
Returns
|
Improve this Doc
View Source
Declaration
IEnumerable<IIfcDocumentReference> IIfcDocumentInformation.HasDocumentReferences { get; }
Returns
|
Improve this Doc
View Source
Declaration
[CrossSchemaAttribute(typeof(IIfcDocumentInformation), 1)]
IfcIdentifier IIfcDocumentInformation.Identification { get; set; }
Returns
|
Improve this Doc
View Source
Declaration
[CrossSchemaAttribute(typeof(IIfcDocumentInformation), 6)]
IfcText? IIfcDocumentInformation.IntendedUse { get; set; }
Returns
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
Declaration
IEnumerable<IIfcDocumentInformationRelationship> IIfcDocumentInformation.IsPointedTo { get; }
Returns
|
Improve this Doc
View Source
Declaration
IEnumerable<IIfcDocumentInformationRelationship> IIfcDocumentInformation.IsPointer { get; }
Returns
|
Improve this Doc
View Source
Declaration
[CrossSchemaAttribute(typeof(IIfcDocumentInformation), 12)]
IfcDateTime? IIfcDocumentInformation.LastRevisionTime { get; set; }
Returns
|
Improve this Doc
View Source
Declaration
[CrossSchemaAttribute(typeof(IIfcDocumentInformation), 4)]
IfcURIReference? IIfcDocumentInformation.Location { get; set; }
Returns
|
Improve this Doc
View Source
Declaration
[CrossSchemaAttribute(typeof(IIfcDocumentInformation), 2)]
IfcLabel IIfcDocumentInformation.Name { get; set; }
Returns
|
Improve this Doc
View Source
Declaration
[CrossSchemaAttribute(typeof(IIfcDocumentInformation), 5)]
IfcText? IIfcDocumentInformation.Purpose { get; set; }
Returns
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
Declaration
[CrossSchemaAttribute(typeof(IIfcDocumentInformation), 8)]
IfcLabel? IIfcDocumentInformation.Revision { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
Declaration
[CrossSchemaAttribute(typeof(IIfcDocumentInformation), 7)]
IfcText? IIfcDocumentInformation.Scope { get; set; }
Returns
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
Declaration
[CrossSchemaAttribute(typeof(IIfcDocumentInformation), 17)]
IfcDocumentStatusEnum? IIfcDocumentInformation.Status { get; set; }
Returns
|
Improve this Doc
View Source
Declaration
[CrossSchemaAttribute(typeof(IIfcDocumentInformation), 14)]
IfcDate? IIfcDocumentInformation.ValidFrom { get; set; }
Returns
Type |
Description |
System.Nullable<IfcDate> |
|
|
Improve this Doc
View Source
Declaration
[CrossSchemaAttribute(typeof(IIfcDocumentInformation), 15)]
IfcDate? IIfcDocumentInformation.ValidUntil { get; set; }
Returns
Type |
Description |
System.Nullable<IfcDate> |
|
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>