C# 클래스 NuGet.ManifestMetadata

상속: IPackageMetadata, IValidatableObject
파일 보기 프로젝트 열기: NuGetPackageExplorer/NuGetPackageExplorer 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CreatePackageDependencySet NuGet.PackageDependencySet
ParseFrameworkNames IEnumerable

공개 메소드들

메소드 설명
ShouldSerializeDevelopmentDependency ( ) : bool
ShouldSerializeOwners ( ) : bool
ShouldSerializeServiceable ( ) : bool

Serialize Serviceable? Only if Serviceable is true, because older NuGet servers couldn't handle the serviceable attribute

ShouldSerializeTitle ( ) : bool
Validate ( System.ComponentModel.DataAnnotations.ValidationContext validationContext ) : IEnumerable

비공개 메소드들

메소드 설명
CreatePackageDependencySet ( NuGet.ManifestDependencySet manifestDependencySet ) : NuGet.PackageDependencySet
ParseFrameworkNames ( string frameworkNames ) : IEnumerable

메소드 상세

ShouldSerializeDevelopmentDependency() 공개 메소드

public ShouldSerializeDevelopmentDependency ( ) : bool
리턴 bool

ShouldSerializeOwners() 공개 메소드

public ShouldSerializeOwners ( ) : bool
리턴 bool

ShouldSerializeServiceable() 공개 메소드

Serialize Serviceable? Only if Serviceable is true, because older NuGet servers couldn't handle the serviceable attribute
public ShouldSerializeServiceable ( ) : bool
리턴 bool

ShouldSerializeTitle() 공개 메소드

public ShouldSerializeTitle ( ) : bool
리턴 bool

Validate() 공개 메소드

public Validate ( System.ComponentModel.DataAnnotations.ValidationContext validationContext ) : IEnumerable
validationContext System.ComponentModel.DataAnnotations.ValidationContext
리턴 IEnumerable