C# Class NuGetGallery.Operations.SendMailTask

Inheritance: DatabaseTask
Afficher le fichier Open project: NuGet/NuGetGallery

Private Properties

Свойство Type Description
GetMailContent string
GetOwnerMailAddressess MailAddressCollection
GetPackageIds List

Méthodes publiques

Méthode Description
ExecuteCommand ( ) : void

Private Methods

Méthode Description
GetMailContent ( ) : string
GetOwnerMailAddressess ( string connectionString, List packageNames ) : MailAddressCollection
GetPackageIds ( ) : List

Method Details

ExecuteCommand() public méthode

public ExecuteCommand ( ) : void
Résultat void