示例#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;
        }
示例#2
0
 protected virtual void AfterSessionCreated(InMemoryFilesSessionOperations session)
 {
     SessionCreatedInternal(session);
 }
示例#3
0
 public AsyncFilesQuery(InMemoryFilesSessionOperations theSession, IAsyncFilesCommands commands) : base(theSession, commands)
 {
 }
示例#4
0
 protected virtual void AfterSessionCreated(InMemoryFilesSessionOperations session)
 {
     SessionCreatedInternal(session);
 }