C# Class Sitecore.Linqpad.Models.CxSettingsPathsHelper

Afficher le fichier Open project: adamconn/sitecore-linqpad

Méthodes publiques

Méthode Description
GetAssemblyDirectories ( ISitecoreConnectionSettings settings ) : HashSet
GetAssemblyLocations ( ISitecoreConnectionSettings settings ) : HashSet

Méthodes protégées

Méthode Description
IsAssembly ( string path ) : bool
RemoveNonAssemblyLocations ( HashSet locations ) : void

Private Methods

Méthode Description
AddAssemblyPath ( ISelectedType selectedType, HashSet paths ) : void

Method Details

GetAssemblyDirectories() public méthode

public GetAssemblyDirectories ( ISitecoreConnectionSettings settings ) : HashSet
settings ISitecoreConnectionSettings
Résultat HashSet

GetAssemblyLocations() public méthode

public GetAssemblyLocations ( ISitecoreConnectionSettings settings ) : HashSet
settings ISitecoreConnectionSettings
Résultat HashSet

IsAssembly() protected méthode

protected IsAssembly ( string path ) : bool
path string
Résultat bool

RemoveNonAssemblyLocations() protected méthode

protected RemoveNonAssemblyLocations ( HashSet locations ) : void
locations HashSet
Résultat void