Exemplo n.º 1
0
 public RootVisitor(ContentTypeDefinition type, OrchardDataSource dataSource, IContentQuery <ContentItem> contentQuery, bool isAtRoot)
 {
     _type         = type;
     _dataSource   = dataSource;
     _contentQuery = contentQuery;
     _isAtRoot     = isAtRoot;
 }
Exemplo n.º 2
0
 public OrchardQueryTranslator(ContentTypeDefinition type, OrchardDataSource dataSource)
 {
     _type       = type;
     _dataSource = dataSource;
 }
Exemplo n.º 3
0
 public RootVisitor(ContentTypeDefinition type, OrchardDataSource dataSource, IContentQuery<ContentItem> contentQuery, bool isAtRoot) {
     _type = type;
     _dataSource = dataSource;
     _contentQuery = contentQuery;
     _isAtRoot = isAtRoot;
 }