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

상속: OwnerAssertion
파일 보기 프로젝트 열기: NuGet/NuGet.Services.Work

Private Properties

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

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
PackageOwnerAssertion ( string packageId, string version, string username, bool exists ) : Newtonsoft.Json

메소드 상세

PackageOwnerAssertion() 공개 메소드

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
리턴 Newtonsoft.Json