C# Class NuGetGallery.Package

Inheritance: IEntity
Mostra file Open project: NuGet/NuGetGallery Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ApplyEdit ( NuGetGallery.PackageEdit edit, string hashAlgorithm, string hash, long packageFileSize ) : void
Package ( ) : System

Method Details

ApplyEdit() public method

public ApplyEdit ( NuGetGallery.PackageEdit edit, string hashAlgorithm, string hash, long packageFileSize ) : void
edit NuGetGallery.PackageEdit
hashAlgorithm string
hash string
packageFileSize long
return void

Package() public method

public Package ( ) : System
return System