C# Class Microsoft.PackageManagement.NuGetProvider.NuGetConstant

Datei anzeigen Open project: OneGet/NuGetProvider

Public Properties

Property Type Description
FindPackagesById string
ManifestExtension string
NugetSite string
PackageExtension string
ProviderName string
ProviderVersion string
SearchFilter string
SearchFilterAllVersions string
SearchTerm string
SettingsFileName string
SkipAndTop string
Unpublished DateTimeOffset

Property Details

FindPackagesById public_oe static_oe property

Represents a method that the V2 web service supports to find a package
public static string FindPackagesById
return string

ManifestExtension public_oe static_oe property

Represents the ".nuspec" extension.
public static string ManifestExtension
return string

NugetSite public_oe static_oe property

Represents the default nuget uri
public static string NugetSite
return string

PackageExtension public_oe static_oe property

Represents the ".nupkg" extension.
public static string PackageExtension
return string

ProviderName public_oe static_oe property

Name of this provider
public static string ProviderName
return string

ProviderVersion public_oe static_oe property

Version of this provider
public static string ProviderVersion
return string

SearchFilter public_oe static_oe property

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
return string

SearchFilterAllVersions public_oe static_oe property

Represents a method that the V2 web service supports to search packages with filtering
public static string SearchFilterAllVersions
return string

SearchTerm public_oe static_oe property

Represents a method that the V2 web service supports to search packages
public static string SearchTerm
return string

SettingsFileName public_oe static_oe property

Config file storing the info as a result of registering a package source
public static string SettingsFileName
return string

SkipAndTop public_oe static_oe property

Represents how many packages to be returned by an api call
public static string SkipAndTop
return string

Unpublished public_oe static_oe property

The magic unpublished date is 1900-01-01T00:00:00. This is from NugetCore
public static DateTimeOffset Unpublished
return DateTimeOffset