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

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

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
OwnerAssertion ( ) : 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

비공개 메소드들

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

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

OwnerAssertion() 공개 메소드

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