public IfcDocumentInformationRelationship(IfcLabel?__Name, IfcText?__Description, IfcDocumentInformation __RelatingDocument, IfcDocumentInformation[] __RelatedDocuments, IfcLabel?__RelationshipType) : base(__Name, __Description) { this._RelatingDocument = __RelatingDocument; this._RelatedDocuments = new HashSet <IfcDocumentInformation>(__RelatedDocuments); this._RelationshipType = __RelationshipType; }
public IfcDocumentInformationRelationship(IfcDocumentInformation __RelatingDocument, IfcDocumentInformation[] __RelatedDocuments, IfcLabel?__RelationshipType) { this._RelatingDocument = __RelatingDocument; this._RelatedDocuments = new HashSet <IfcDocumentInformation>(__RelatedDocuments); this._RelationshipType = __RelationshipType; }
public IfcDocumentReference(IfcURIReference?__Location, IfcIdentifier?__Identification, IfcLabel?__Name, IfcText?__Description, IfcDocumentInformation __ReferencedDocument) : base(__Location, __Identification, __Name) { this._Description = __Description; this._ReferencedDocument = __ReferencedDocument; }
public IfcDocumentReference(IfcURIReference?__Location, IfcIdentifier?__Identification, IfcLabel?__Name, IfcText?__Description, IfcDocumentInformation __ReferencedDocument) : base(__Location, __Identification, __Name) { this.Description = __Description; this.ReferencedDocument = __ReferencedDocument; this.DocumentRefForObjects = new HashSet <IfcRelAssociatesDocument>(); }