C# 클래스 Sitecore.Linqpad.Models.CxSettingsPathsHelper

파일 보기 프로젝트 열기: adamconn/sitecore-linqpad

공개 메소드들

메소드 설명
GetAssemblyDirectories ( ISitecoreConnectionSettings settings ) : HashSet
GetAssemblyLocations ( ISitecoreConnectionSettings settings ) : HashSet

보호된 메소드들

메소드 설명
IsAssembly ( string path ) : bool
RemoveNonAssemblyLocations ( HashSet locations ) : void

비공개 메소드들

메소드 설명
AddAssemblyPath ( ISelectedType selectedType, HashSet paths ) : void

메소드 상세

GetAssemblyDirectories() 공개 메소드

public GetAssemblyDirectories ( ISitecoreConnectionSettings settings ) : HashSet
settings ISitecoreConnectionSettings
리턴 HashSet

GetAssemblyLocations() 공개 메소드

public GetAssemblyLocations ( ISitecoreConnectionSettings settings ) : HashSet
settings ISitecoreConnectionSettings
리턴 HashSet

IsAssembly() 보호된 메소드

protected IsAssembly ( string path ) : bool
path string
리턴 bool

RemoveNonAssemblyLocations() 보호된 메소드

protected RemoveNonAssemblyLocations ( HashSet locations ) : void
locations HashSet
리턴 void