C# Class NuGet.Services.BasicSearchTests.TestSupport.PackageVersion

Mostrar archivo Open project: NuGet/NuGet.Services.Metadata Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
PackageVersion ( string id, string version, int downloads, bool listed = true ) : System
ToString ( ) : string

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

PackageVersion() public method

public PackageVersion ( string id, string version, int downloads, bool listed = true ) : System
id string
version string
downloads int
listed bool
return System

ToString() public method

public ToString ( ) : string
return string