This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see Cake.igloo15.Helper.
                            
	
		Summary
            Some initial cake events extensions
            
		- Assembly
 - Cake
.igloo15 .Helper .dll  - Namespace
 - Cake
.igloo15 .Helper  - Base Types
 - 
									
- Object
 
 
							graph BT
	Type-->Base0["Object"]
	Type["EventExtensions"]
class Type type-node
						
					Syntax
public static class EventExtensions
			Methods
| Name | Value | Summary | 
|---|---|---|
| AddSetup | 
								void | 
									 
            An method used to add a listener on the setup action
             
											static 
								 | 
							
| AddTaskSetup | 
								void | 
									 
            A method used to register to listen on task setup of a cake script
             
											static 
								 | 
							
| AddTaskTeardown | 
								void | 
									 
            A method used to register to listen on task teardown of a cake script
             
											static 
								 | 
							
| AddTeardown | 
								void | 
									 
            A method used to register to listen on teardown of a cake script
             
											static 
								 | 
							
| InvokeSetup | 
								void | 
									 
            A method used to invoke the setup action
             
											static 
								 | 
							
| InvokeTaskSetup | 
								void | 
									 
            Method to be invoked in task setup to trigger all listeners
             
											static 
								 | 
							
| InvokeTaskTeardown | 
								void | 
									 
            Method to be invoked in task teardown to trigger all listeners
             
											static 
								 | 
							
| InvokeTeardown | 
								void | 
									 
            Method to be invoked in teardown to trigger all listeners
             
											static 
								 | 
							
Extension Methods
| Name | Value | Summary | 
|---|---|---|
| ToDictionary | 
								IDictionary | 
								
									
										 From ObjectHelpers 
                                            	Requires the Cake.DeployParams addin 
								 | 
							
| To | 
								string | 
									 
            Returns the string value or a  
										Not set> markup suitable for Spectre.Console.
            From StringExtensions 
                                            	Requires the Cake.Issues addin 
								 | 
							
