C# 클래스 NuGet.Services.Work.Jobs.Models.PackageAssertionSet

This assertion is the full assertion containing all the possible fields and is used during 'Add Package' or 'Edit Package' As with all its base classes, the owners field will be ignored, if the Owners field is null or empty
상속: PackageMinAssertionSet
파일 보기 프로젝트 열기: NuGet/NuGet.Services.Work

Private Properties

프로퍼티 타입 설명
PackageAssertionSet Newtonsoft.Json
PackageAssertionSet Newtonsoft.Json

공개 메소드들

메소드 설명
PackageAssertionSet ( ) : 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

비공개 메소드들

메소드 설명
PackageAssertionSet ( string packageId, string version, bool exists ) : Newtonsoft.Json
PackageAssertionSet ( string packageId, string version, bool exists, object nupkg, bool listed, System.DateTime created, System.DateTime published ) : Newtonsoft.Json

메소드 상세

PackageAssertionSet() 공개 메소드

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 PackageAssertionSet ( ) : Newtonsoft.Json
리턴 Newtonsoft.Json