C# 클래스 NuGet.PackageExtensions

파일 보기 프로젝트 열기: grendello/nuget

공개 메소드들

메소드 설명
Find ( this packages ) : IQueryable
GetContentFiles ( this package ) : IEnumerable
GetFiles ( this package, string directory ) : IEnumerable
GetFullName ( this package ) : string
GetHash ( this package ) : string
GetHash ( this package, IHashProvider hashProvider ) : string
HasProjectContent ( this package ) : bool

Returns true if a package has no content that applies to a project.

IsDependencyOnly ( this package ) : bool

Returns true if a package has dependencies but no files.

비공개 메소드들

메소드 설명
BuildExpressionForTerm ( System.Linq.Expressions.ParameterExpression packageParameterExpression, string term, string propertyName ) : Expression
BuildSearchExpression ( IEnumerable searchTerms ) : bool>>.Expression

Constructs an expression to search for individual tokens in a search term in the Id and Description of packages

메소드 상세

Find() 공개 정적인 메소드

public static Find ( this packages ) : IQueryable
packages this
리턴 IQueryable

GetContentFiles() 공개 정적인 메소드

public static GetContentFiles ( this package ) : IEnumerable
package this
리턴 IEnumerable

GetFiles() 공개 정적인 메소드

public static GetFiles ( this package, string directory ) : IEnumerable
package this
directory string
리턴 IEnumerable

GetFullName() 공개 정적인 메소드

public static GetFullName ( this package ) : string
package this
리턴 string

GetHash() 공개 정적인 메소드

public static GetHash ( this package ) : string
package this
리턴 string

GetHash() 공개 정적인 메소드

public static GetHash ( this package, IHashProvider hashProvider ) : string
package this
hashProvider IHashProvider
리턴 string

HasProjectContent() 공개 정적인 메소드

Returns true if a package has no content that applies to a project.
public static HasProjectContent ( this package ) : bool
package this
리턴 bool

IsDependencyOnly() 공개 정적인 메소드

Returns true if a package has dependencies but no files.
public static IsDependencyOnly ( this package ) : bool
package this
리턴 bool