Example #1
0
        public AbstractFilesQuery(InMemoryFilesSessionOperations theSession, IAsyncFilesCommands commands)
        {
            this.conventions      = theSession == null ? new FilesConvention() : theSession.Conventions;
            this.linqPathProvider = new LinqPathProvider(conventions);

            this.Session  = theSession;
            this.Commands = commands;
        }
Example #2
0
 protected virtual void AfterSessionCreated(InMemoryFilesSessionOperations session)
 {
     SessionCreatedInternal(session);
 }
Example #3
0
 public AsyncFilesQuery(InMemoryFilesSessionOperations theSession, IAsyncFilesCommands commands) : base(theSession, commands)
 {
 }
Example #4
0
 protected virtual void AfterSessionCreated(InMemoryFilesSessionOperations session)
 {
     SessionCreatedInternal(session);
 }