C# Class NuGet.ManifestMetadata

Inheritance: IPackageMetadata, IValidatableObject
Afficher le fichier Open project: NuGetPackageExplorer/NuGetPackageExplorer Class Usage Examples

Private Properties

Свойство Type Description
CreatePackageDependencySet NuGet.PackageDependencySet
ParseFrameworkNames IEnumerable

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
CreatePackageDependencySet ( NuGet.ManifestDependencySet manifestDependencySet ) : NuGet.PackageDependencySet
ParseFrameworkNames ( string frameworkNames ) : IEnumerable

Method Details

ShouldSerializeDevelopmentDependency() public méthode

public ShouldSerializeDevelopmentDependency ( ) : bool
Résultat bool

ShouldSerializeOwners() public méthode

public ShouldSerializeOwners ( ) : bool
Résultat bool

ShouldSerializeServiceable() public méthode

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

ShouldSerializeTitle() public méthode

public ShouldSerializeTitle ( ) : bool
Résultat bool

Validate() public méthode

public Validate ( System.ComponentModel.DataAnnotations.ValidationContext validationContext ) : IEnumerable
validationContext System.ComponentModel.DataAnnotations.ValidationContext
Résultat IEnumerable