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

NOTE THAT this assertion has the 'packageId' and 'Owners' information only This is the least common denominator of all assertions. Just the packageId and list of owners If the owners list is null or empty, only the packageId will be serialized This assertion will be directly used when there are only 'Remove Owner' assertions on a package Even there is 1 AddOwner assertion, its immediate derived class will be need to be used
상속: IAssertionSet
파일 보기 프로젝트 열기: NuGet/NuGet.Services.Work

공개 메소드들

메소드 설명
PackageOwnerAssertionSet ( ) : Newtonsoft.Json
ShouldSerializeExists ( ) : bool

비공개 메소드들

메소드 설명
PackageOwnerAssertionSet ( string packageId ) : Newtonsoft.Json

메소드 상세

PackageOwnerAssertionSet() 공개 메소드

public PackageOwnerAssertionSet ( ) : Newtonsoft.Json
리턴 Newtonsoft.Json

ShouldSerializeExists() 공개 메소드

public ShouldSerializeExists ( ) : bool
리턴 bool