C# Class NuGet.PackageManagement.BuildIntegratedProjectAction

Inheritance: NuGet.PackageManagement.NuGetProjectAction
Afficher le fichier Open project: NuGet/NuGet.Client

Méthodes publiques

Méthode Description
BuildIntegratedProjectAction ( NuGetProject project, PackageIdentity packageIdentity, NuGetProjectActionType nuGetProjectActionType, LockFile originalLockFile, RestoreResultPair restoreResultPair, IReadOnlyList sources, IReadOnlyList originalActions, BuildIntegratedInstallationContext installationContext ) : System
BuildIntegratedProjectAction ( NuGetProject project, PackageIdentity packageIdentity, NuGetProjectActionType nuGetProjectActionType, LockFile originalLockFile, RestoreResultPair restoreResultPair, IReadOnlyList sources, IReadOnlyList originalActions, BuildIntegratedInstallationContext installationContext, VersionRange versionRange ) : System
GetProjectActions ( ) : IReadOnlyList

Method Details

BuildIntegratedProjectAction() public méthode

public BuildIntegratedProjectAction ( NuGetProject project, PackageIdentity packageIdentity, NuGetProjectActionType nuGetProjectActionType, LockFile originalLockFile, RestoreResultPair restoreResultPair, IReadOnlyList sources, IReadOnlyList originalActions, BuildIntegratedInstallationContext installationContext ) : System
project NuGetProject
packageIdentity PackageIdentity
nuGetProjectActionType NuGetProjectActionType
originalLockFile LockFile
restoreResultPair RestoreResultPair
sources IReadOnlyList
originalActions IReadOnlyList
installationContext BuildIntegratedInstallationContext
Résultat System

BuildIntegratedProjectAction() public méthode

public BuildIntegratedProjectAction ( NuGetProject project, PackageIdentity packageIdentity, NuGetProjectActionType nuGetProjectActionType, LockFile originalLockFile, RestoreResultPair restoreResultPair, IReadOnlyList sources, IReadOnlyList originalActions, BuildIntegratedInstallationContext installationContext, VersionRange versionRange ) : System
project NuGetProject
packageIdentity PackageIdentity
nuGetProjectActionType NuGetProjectActionType
originalLockFile LockFile
restoreResultPair RestoreResultPair
sources IReadOnlyList
originalActions IReadOnlyList
installationContext BuildIntegratedInstallationContext
versionRange VersionRange
Résultat System

GetProjectActions() public méthode

public GetProjectActions ( ) : IReadOnlyList
Résultat IReadOnlyList