protected override System.Collections.ObjectModel.Collection <System.Management.Automation.PSDriveInfo> InitializeDefaultDrives() { var drive = new DataSourceDrive(new PSDriveInfo("DataSources", this.ProviderInfo, "", "SeeShell Data Source Repository", null)); return(new Collection <PSDriveInfo> { drive }); }
public DataSourcePathNodeProcessor(DataSourceDrive dataSources) { _dataSources = dataSources; }
public DataSourceRootNodeFactory(DataSourceDrive drive) { _drive = drive; }