Exemple #1
0
 public RhetosDocumentFactory(RhetosProjectContext rhetosProjectContext, ConceptQueries conceptQueries, IRhetosProjectRootPathResolver rhetosProjectRootPathResolver,
                              ILoggerFactory logFactory)
 {
     this.rhetosProjectContext          = rhetosProjectContext;
     this.conceptQueries                = conceptQueries;
     this.rhetosProjectRootPathResolver = rhetosProjectRootPathResolver;
     this.logFactory = logFactory;
 }
 public RhetosDocument(RhetosProjectContext rhetosProjectContext, ConceptQueries conceptQueries, IRhetosProjectRootPathResolver rhetosProjectRootPathResolver,
                       ILoggerFactory logFactory, Uri documentUri)
 {
     this.rhetosProjectContext          = rhetosProjectContext;
     this.conceptQueries                = conceptQueries;
     this.rhetosProjectRootPathResolver = rhetosProjectRootPathResolver;
     this.logFactory  = logFactory;
     this.DocumentUri = documentUri;
     UpdateText("");
 }