NuGetPackage Class

Contains data required for a NuGet package installation request.

System.Object
  Microsoft.AspNet.Scaffolding.NuGet.NuGetPackage

Namespace:  Microsoft.AspNet.Scaffolding.NuGet
Assembly:  Microsoft.AspNet.Scaffolding.12.0 (in Microsoft.AspNet.Scaffolding.12.0.dll)

public class NuGetPackage

The NuGetPackage type exposes the following members.

  NameDescription
Public methodNuGetPackageConstructs an item containing information necessary for a NuGet package installation.
Top

  NameDescription
Public propertyPackageIdPackage Id.
Public propertySourceRepositoryRepository for the package.
Public propertyVersionPackage Version.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: