C# Class PicklesDoc.Pickles.PowerShell.Pickle_Features

Inheritance: System.Management.Automation.PSCmdlet
Mostra file Open project: picklesdoc/pickles

Private Properties

Property Type Description
DetermineFeatureFolder System.IO.Abstractions.DirectoryInfoBase
ParseParameters void

Protected Methods

Method Description
ProcessRecord ( ) : void

Private Methods

Method Description
DetermineFeatureFolder ( IFileSystem fileSystem, System.Management.Automation.PathInfo currentFileSystemLocation, string directory ) : DirectoryInfoBase
ParseParameters ( IConfiguration configuration, IFileSystem fileSystem, System.Management.Automation.PathInfo currentFileSystemLocation ) : void

Method Details

ProcessRecord() protected method

protected ProcessRecord ( ) : void
return void