Ejemplo n.º 1
0
 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;
 }
Ejemplo n.º 2
0
 public IfcDocumentInformationRelationship(IfcDocumentInformation __RelatingDocument, IfcDocumentInformation[] __RelatedDocuments, IfcLabel?__RelationshipType)
 {
     this._RelatingDocument = __RelatingDocument;
     this._RelatedDocuments = new HashSet <IfcDocumentInformation>(__RelatedDocuments);
     this._RelationshipType = __RelationshipType;
 }
Ejemplo n.º 3
0
 public IfcDocumentReference(IfcURIReference?__Location, IfcIdentifier?__Identification, IfcLabel?__Name, IfcText?__Description, IfcDocumentInformation __ReferencedDocument)
     : base(__Location, __Identification, __Name)
 {
     this._Description        = __Description;
     this._ReferencedDocument = __ReferencedDocument;
 }
Ejemplo n.º 4
0
 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>();
 }