C# 클래스 NuGet.CommandLineUtility

파일 보기 프로젝트 열기: xero-github/Nuget 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ApiKeysSectionName string

공개 메소드들

메소드 설명
GetApiKey ( ISettings settings, string source, bool throwIfNotFound = true ) : string
GetSourceDisplayName ( string source ) : string
GetUnambiguousFile ( string searchPattern ) : string
ValidateSource ( string source ) : void

메소드 상세

GetApiKey() 공개 정적인 메소드

public static GetApiKey ( ISettings settings, string source, bool throwIfNotFound = true ) : string
settings ISettings
source string
throwIfNotFound bool
리턴 string

GetSourceDisplayName() 공개 정적인 메소드

public static GetSourceDisplayName ( string source ) : string
source string
리턴 string

GetUnambiguousFile() 공개 정적인 메소드

public static GetUnambiguousFile ( string searchPattern ) : string
searchPattern string
리턴 string

ValidateSource() 공개 정적인 메소드

public static ValidateSource ( string source ) : void
source string
리턴 void

프로퍼티 상세

ApiKeysSectionName 공개적으로 정적으로 프로퍼티

public static string ApiKeysSectionName
리턴 string