Class IfcDocumentReference
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcExternalReference>
System.IEquatable<IfcDocumentReference>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc2x3.ExternalReferenceResource
Assembly: Xbim.Ifc2x3.dll
Syntax
[ExpressType("IfcDocumentReference", 450)]
public class IfcDocumentReference : IfcExternalReference, INotifyPropertyChanged, IEquatable<IfcExternalReference>, IInstantiableEntity, IIfcDocumentReference, IIfcExternalReference, IfcLightDistributionDataSourceSelect, IIfcLightDistributionDataSourceSelect, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IfcDocumentSelect, IIfcDocumentSelect, IEquatable<IfcDocumentReference>, IIfcDocumentReference, IIfcExternalReference, IfcLightDistributionDataSourceSelect, IIfcLightDistributionDataSourceSelect, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IfcResourceObjectSelect, IIfcResourceObjectSelect, IfcDocumentSelect, IIfcDocumentSelect, IExpressSelectType, IPersistEntity, IPersist, IExpressValidatable
Properties
| Improve this Doc View SourceReferenceToDocument
Declaration
[InverseProperty("DocumentReferences")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{1}, 4)]
public IEnumerable<IfcDocumentInformation> ReferenceToDocument { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IfcDocumentInformation> |
Methods
| Improve this Doc View SourceEquals(IfcDocumentReference)
Declaration
public bool Equals(IfcDocumentReference other)
Parameters
Type | Name | Description |
---|---|---|
IfcDocumentReference | other |
Returns
Type | Description |
---|---|
System.Boolean |
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
| Improve this Doc View SourceValidate()
Declaration
public override IEnumerable<ValidationResult> Validate()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ValidationResult> |
Overrides
| Improve this Doc View SourceValidateClause(IfcDocumentReference.IfcDocumentReferenceClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcDocumentReference.IfcDocumentReferenceClause clause)
Parameters
Type | Name | Description |
---|---|---|
IfcDocumentReference.IfcDocumentReferenceClause | clause | The express clause to test |
Returns
Type | Description |
---|---|
System.Boolean | true if the clause is satisfied. |
Explicit Interface Implementations
| Improve this Doc View SourceIIfcDocumentReference.ReferenceToDocument
Declaration
IEnumerable<IIfcDocumentInformation> IIfcDocumentReference.ReferenceToDocument { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IIfcDocumentInformation> |
IIfcDocumentReference.Description
Declaration
[CrossSchemaAttribute(typeof(IIfcDocumentReference), 4)]
IfcText? IIfcDocumentReference.Description { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcText> |
IIfcDocumentReference.DocumentRefForObjects
Declaration
IEnumerable<IIfcRelAssociatesDocument> IIfcDocumentReference.DocumentRefForObjects { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IIfcRelAssociatesDocument> |
IIfcDocumentReference.ReferencedDocument
Declaration
[CrossSchemaAttribute(typeof(IIfcDocumentReference), 5)]
IIfcDocumentInformation IIfcDocumentReference.ReferencedDocument { get; set; }
Returns
Type | Description |
---|---|
IIfcDocumentInformation |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>