示例#1
0
 public SqlNode(NodeEntity entity, SqlContentRepository contentRepository)
 {
     this.Entity = entity;
     this.ContentRepository = contentRepository;
     this.ObserverManager = contentRepository.ObserverManager as SqlObserverManager;
     this.QueryManager = contentRepository.QueryManager as SqlQueryManager;
 }
示例#2
0
 public SqlNodeType(NodeTypeEntity original, SqlContentRepository contentRepository)
 {
     this.Original = original;
     this.ContentRepository = contentRepository;
 }