Beispiel #1
0
 public Topic()
 {
     this.relatedTopicsField      = new List <TopicRelatedTopics>();
     this.documentReferencesField = new List <TopicDocumentReferences>();
     this.bimSnippetField         = new BimSnippet();
     this.labelsField             = new List <string>();
 }
Beispiel #2
0
 public BimSnippet(BimSnippet bimSnippet)
 {
     this.Guid            = bimSnippet.Guid;
     this.Reference       = bimSnippet.Reference;
     this.ReferenceSchema = bimSnippet.ReferenceSchema;
     this.SnippetType     = bimSnippet.SnippetType;
     this.isExternal      = bimSnippet.isExternal;
     this.FileContent     = bimSnippet.FileContent;
 }