Method | Description | |
---|---|---|
Create ( ) : Growl.Destinations.DestinationBase |
Creates a new instance of the webhook forwarder. This is called when the user is adding a new destination and clicks the 'Save' button. |
|
Initialize ( bool isSubscription, Growl.Destinations.DestinationListItem dli, Growl.Destinations.DestinationBase db ) : void |
Initializes the configuration UI when a webhook is being added or edited.
|
|
Update ( Growl.Destinations.DestinationBase db ) : void |
Updates the specified webhook instance. This is called when a user is editing an existing webhook and clicks the 'Save' button. |
|
WebhookInputs ( ) : System |
Method | Description | |
---|---|---|
InitializeComponent ( ) : void | ||
ValidateInputs ( ) : void | ||
textBox1_TextChanged ( object sender, |
||
textBoxName_TextChanged ( object sender, |
||
textBoxUrl_TextChanged ( object sender, |
public Create ( ) : Growl.Destinations.DestinationBase | ||
return | Growl.Destinations.DestinationBase |
public Initialize ( bool isSubscription, Growl.Destinations.DestinationListItem dli, Growl.Destinations.DestinationBase db ) : void | ||
isSubscription | bool | will always be |
dli | Growl.Destinations.DestinationListItem | The |
db | Growl.Destinations.DestinationBase | The |
return | void |
public Update ( Growl.Destinations.DestinationBase db ) : void | ||
db | Growl.Destinations.DestinationBase | The |
return | void |