C# Class Sitecore.Linqpad.Models.CxSettingsPathsHelper

Exibir arquivo Open project: adamconn/sitecore-linqpad

Public Methods

Method Description
GetAssemblyDirectories ( ISitecoreConnectionSettings settings ) : HashSet
GetAssemblyLocations ( ISitecoreConnectionSettings settings ) : HashSet

Protected Methods

Method Description
IsAssembly ( string path ) : bool
RemoveNonAssemblyLocations ( HashSet locations ) : void

Private Methods

Method Description
AddAssemblyPath ( ISelectedType selectedType, HashSet paths ) : void

Method Details

GetAssemblyDirectories() public method

public GetAssemblyDirectories ( ISitecoreConnectionSettings settings ) : HashSet
settings ISitecoreConnectionSettings
return HashSet

GetAssemblyLocations() public method

public GetAssemblyLocations ( ISitecoreConnectionSettings settings ) : HashSet
settings ISitecoreConnectionSettings
return HashSet

IsAssembly() protected method

protected IsAssembly ( string path ) : bool
path string
return bool

RemoveNonAssemblyLocations() protected method

protected RemoveNonAssemblyLocations ( HashSet locations ) : void
locations HashSet
return void