메소드 | 설명 | |
---|---|---|
Find ( this |
||
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 ) : |
||
BuildSearchExpression ( IEnumerable |
Constructs an expression to search for individual tokens in a search term in the Id and Description of packages
|
public static GetContentFiles ( this package ) : IEnumerable |
||
package | this | |
리턴 | IEnumerable |
public static GetFiles ( this package, string directory ) : IEnumerable |
||
package | this | |
directory | string | |
리턴 | IEnumerable |
public static GetHash ( this package, IHashProvider hashProvider ) : string | ||
package | this | |
hashProvider | IHashProvider | |
리턴 | string |
public static HasProjectContent ( this package ) : bool | ||
package | this | |
리턴 | bool |
public static IsDependencyOnly ( this package ) : bool | ||
package | this | |
리턴 | bool |