C# Class NuGetGallery.Operations.TriggerDetails

Defines additional details for a trigger.
Datei anzeigen Open project: NuGet/NuGet.Services.Dashboard Class Usage Examples

Public Properties

Property Type Description
ErrorMessage string
component string

Public Methods

Method Description
TriggerDetails ( ) : System.Collections.Generic
TriggerDetails ( string componentName, string errorMessage ) : System.Collections.Generic

Method Details

TriggerDetails() public method

public TriggerDetails ( ) : System.Collections.Generic
return System.Collections.Generic

TriggerDetails() public method

public TriggerDetails ( string componentName, string errorMessage ) : System.Collections.Generic
componentName string
errorMessage string
return System.Collections.Generic

Property Details

ErrorMessage public_oe property

public string ErrorMessage
return string

component public_oe property

public string component
return string