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.Ifc4.dll
[ExpressType("IfcDocumentInformation", 208)]
public class IfcDocumentInformation : IfcExternalInformation, INotifyPropertyChanged, IEquatable<IfcExternalInformation>, IInstantiableEntity, IIfcDocumentInformation, IIfcExternalInformation, IfcResourceObjectSelect, IIfcResourceObjectSelect, IfcDocumentSelect, IIfcDocumentSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcDocumentInformation>
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.None, EntityAttributeType.None, null, null, 11)]
public IfcDateTime? 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
[InverseProperty("RelatingDocument")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 18)]
public IEnumerable<IfcRelAssociatesDocument> DocumentInfoForObjects { get; }
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
[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.None, EntityAttributeType.None, null, null, 13)]
public IfcIdentifier? ElectronicFormat { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
[InverseProperty("ReferencedDocument")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 19)]
public IEnumerable<IfcDocumentReference> HasDocumentReferences { get; }
Property Value
|
Improve this Doc
View Source
Declaration
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 1)]
public IfcIdentifier Identification { 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}, 20)]
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}, 21)]
public IEnumerable<IfcDocumentInformationRelationship> IsPointer { get; }
Property Value
|
Improve this Doc
View Source
Declaration
[EntityAttribute(12, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 12)]
public IfcDateTime? LastRevisionTime { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 4)]
public IfcURIReference? Location { 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.None, EntityAttributeType.None, null, null, 14)]
public IfcDate? ValidFrom { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcDate> |
|
|
Improve this Doc
View Source
Declaration
[EntityAttribute(15, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 15)]
public IfcDate? ValidUntil { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcDate> |
|
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
IfcDocumentConfidentialityEnum? IIfcDocumentInformation.Confidentiality { get; set; }
Returns
|
Improve this Doc
View Source
Declaration
IfcDateTime? 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
IEnumerable<IIfcRelAssociatesDocument> IIfcDocumentInformation.DocumentInfoForObjects { get; }
Returns
|
Improve this Doc
View Source
Declaration
IIfcActorSelect IIfcDocumentInformation.DocumentOwner { get; set; }
Returns
|
Improve this Doc
View Source
Declaration
IItemSet<IIfcActorSelect> IIfcDocumentInformation.Editors { get; }
Returns
|
Improve this Doc
View Source
Declaration
IfcIdentifier? IIfcDocumentInformation.ElectronicFormat { get; set; }
Returns
|
Improve this Doc
View Source
Declaration
IEnumerable<IIfcDocumentReference> IIfcDocumentInformation.HasDocumentReferences { get; }
Returns
|
Improve this Doc
View Source
Declaration
IfcIdentifier IIfcDocumentInformation.Identification { 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
IfcDateTime? IIfcDocumentInformation.LastRevisionTime { get; set; }
Returns
|
Improve this Doc
View Source
Declaration
IfcURIReference? IIfcDocumentInformation.Location { 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
IfcDate? IIfcDocumentInformation.ValidFrom { get; set; }
Returns
Type |
Description |
System.Nullable<IfcDate> |
|
|
Improve this Doc
View Source
Declaration
IfcDate? IIfcDocumentInformation.ValidUntil { get; set; }
Returns
Type |
Description |
System.Nullable<IfcDate> |
|
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>