C# Class NuGet.Services.Work.Jobs.Models.PackageOwnerAssertion

Inheritance: OwnerAssertion
Afficher le fichier Open project: NuGet/NuGet.Services.Work

Private Properties

Свойство Type Description
PackageOwnerAssertion Newtonsoft.Json

Méthodes publiques

Méthode Description
PackageOwnerAssertion ( ) : Newtonsoft.Json

Adding a parameterless default constructor for supporting Dapper and have internal constructor for writing simple unit tests Could have added a constructor with a signature matching the sql query, but this is less code

Private Methods

Méthode Description
PackageOwnerAssertion ( string packageId, string version, string username, bool exists ) : Newtonsoft.Json

Method Details

PackageOwnerAssertion() public méthode

Adding a parameterless default constructor for supporting Dapper and have internal constructor for writing simple unit tests Could have added a constructor with a signature matching the sql query, but this is less code
public PackageOwnerAssertion ( ) : Newtonsoft.Json
Résultat Newtonsoft.Json