C# Class NuGetGallery.Package

Inheritance: IEntity
Afficher le fichier Open project: NuGet/NuGetGallery Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

ApplyEdit() public méthode

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

Package() public méthode

public Package ( ) : System
Résultat System