C# Class NuGet.Services.Metadata.Catalog.Registration.RegistrationMakerCatalogItem

Inheritance: CatalogItem
Afficher le fichier Open project: NuGet/NuGet.Services.Metadata

Méthodes publiques

Свойство Type Description
PackagePathProvider IPackagePathProvider

Méthodes publiques

Méthode Description
CreateContent ( CatalogContext context ) : NuGet.Services.Metadata.Catalog.Persistence.StorageContent
CreatePageContent ( CatalogContext context ) : IGraph
GetItemAddress ( ) : Uri
GetItemType ( ) : Uri
RegistrationMakerCatalogItem ( Uri catalogUri, IGraph catalogItem, Uri registrationBaseAddress, bool isExistingItem, Uri packageContentBaseAddress = null ) : Newtonsoft.Json.Linq

Private Methods

Méthode Description
GetPackageContentAddress ( ) : Uri
GetPublishedDate ( ) : System.DateTime
GetRegistrationAddress ( ) : Uri

Method Details

CreateContent() public méthode

public CreateContent ( CatalogContext context ) : NuGet.Services.Metadata.Catalog.Persistence.StorageContent
context CatalogContext
Résultat NuGet.Services.Metadata.Catalog.Persistence.StorageContent

CreatePageContent() public méthode

public CreatePageContent ( CatalogContext context ) : IGraph
context CatalogContext
Résultat IGraph

GetItemAddress() public méthode

public GetItemAddress ( ) : Uri
Résultat System.Uri

GetItemType() public méthode

public GetItemType ( ) : Uri
Résultat System.Uri

RegistrationMakerCatalogItem() public méthode

public RegistrationMakerCatalogItem ( Uri catalogUri, IGraph catalogItem, Uri registrationBaseAddress, bool isExistingItem, Uri packageContentBaseAddress = null ) : Newtonsoft.Json.Linq
catalogUri System.Uri
catalogItem IGraph
registrationBaseAddress System.Uri
isExistingItem bool
packageContentBaseAddress System.Uri
Résultat Newtonsoft.Json.Linq

Property Details

PackagePathProvider public_oe static_oe property

public static IPackagePathProvider PackagePathProvider
Résultat IPackagePathProvider