Dev2.Intellisense.Helper.FileSystemQuery.FileSystemQuery C# (CSharp) Méthode

FileSystemQuery() public méthode

public FileSystemQuery ( ) : System
Résultat System
        public FileSystemQuery()
        {
            _directory = new DirectoryWrapper();
            _shareCollectionFactory = new ShareCollectionFactory();
            _directoryEntryFactory = new DirectoryEntryFactory();
        }
        public List<string> QueryCollection

Same methods

FileSystemQuery::FileSystemQuery ( IDirectory directory, IDirectoryEntryFactory directoryEntryFactory, IShareCollectionFactory shareCollectionFactory ) : System