Пример #1
0
        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;
 }
Пример #3
0
 public DataSourceRootNodeFactory(DataSourceDrive drive)
 {
     _drive = drive;
 }