C# Class NuGetGallery.Operations.SendMailTask

Inheritance: DatabaseTask
Exibir arquivo Open project: NuGet/NuGetGallery

Private Properties

Property Type Description
GetMailContent string
GetOwnerMailAddressess MailAddressCollection
GetPackageIds List

Public Methods

Method Description
ExecuteCommand ( ) : void

Private Methods

Method Description
GetMailContent ( ) : string
GetOwnerMailAddressess ( string connectionString, List packageNames ) : MailAddressCollection
GetPackageIds ( ) : List

Method Details

ExecuteCommand() public method

public ExecuteCommand ( ) : void
return void