C# Класс Microsoft.PackageManagement.NuGetProvider.NuGetConstant

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
FindPackagesById string
ManifestExtension string
NugetSite string
PackageExtension string
ProviderName string
ProviderVersion string
SearchFilter string
SearchFilterAllVersions string
SearchTerm string
SettingsFileName string
SkipAndTop string
Unpublished DateTimeOffset

Описание свойств

FindPackagesById публичное статическое свойство

Represents a method that the V2 web service supports to find a package
public static string FindPackagesById
Результат string

ManifestExtension публичное статическое свойство

Represents the ".nuspec" extension.
public static string ManifestExtension
Результат string

NugetSite публичное статическое свойство

Represents the default nuget uri
public static string NugetSite
Результат string

PackageExtension публичное статическое свойство

Represents the ".nupkg" extension.
public static string PackageExtension
Результат string

ProviderName публичное статическое свойство

Name of this provider
public static string ProviderName
Результат string

ProviderVersion публичное статическое свойство

Version of this provider
public static string ProviderVersion
Результат string

SearchFilter публичное статическое свойство

Represents a method that the V2 web service supports to search packages with filtering. The result returned is already sorted by download count.
public static string SearchFilter
Результат string

SearchFilterAllVersions публичное статическое свойство

Represents a method that the V2 web service supports to search packages with filtering
public static string SearchFilterAllVersions
Результат string

SearchTerm публичное статическое свойство

Represents a method that the V2 web service supports to search packages
public static string SearchTerm
Результат string

SettingsFileName публичное статическое свойство

Config file storing the info as a result of registering a package source
public static string SettingsFileName
Результат string

SkipAndTop публичное статическое свойство

Represents how many packages to be returned by an api call
public static string SkipAndTop
Результат string

Unpublished публичное статическое свойство

The magic unpublished date is 1900-01-01T00:00:00. This is from NugetCore
public static DateTimeOffset Unpublished
Результат DateTimeOffset