ECF Code Review
Federal Court Electronic Court Files
|
Class Workflow1. This class cannot be inherited. More...
Public Member Functions | |
Workflow1 () | |
Initializes a new instance of the Workflow1 class. More... | |
Public Attributes | |
Guid | workflowId = default(System.Guid) |
The workflow identifier More... | |
SPWorkflowActivationProperties | workflowProperties = new SPWorkflowActivationProperties() |
The workflow properties More... | |
Private Member Functions | |
void | onWorkflowActivated1_Invoked (object sender, ExternalDataEventArgs e) |
Handles the Invoked event of the onWorkflowActivated1 control. More... | |
bool | getD1Value () |
Gets the d1 value. More... | |
bool | getD2Value () |
Gets the d2 value. More... | |
bool | getD3Value () |
Gets the d3 value. More... | |
bool | getD4Value () |
Gets the d4 value. More... | |
bool | getD5Value () |
Gets the d5 value. More... | |
bool | getD6Value () |
Gets the d6 value. More... | |
bool | getD7Value () |
Gets the d7 value. More... | |
void | InitializeComponent () |
Required method for Designer support - do not modify the contents of this method with the code editor. More... | |
Private Attributes | |
Microsoft.SharePoint.WorkflowActions.OnWorkflowActivated | onWorkflowActivated1 |
Class Workflow1. This class cannot be inherited.
Definition at line 39 of file Workflow1.cs.
DoxygenTest2.Workflow1.Workflow1 | ( | ) |
Initializes a new instance of the Workflow1 class.
Definition at line 44 of file Workflow1.cs.
References DoxygenTest2.Workflow1.InitializeComponent().
|
private |
Gets the d1 value.
true
if XXXX, false
otherwise.Definition at line 79 of file Workflow1.cs.
Referenced by DoxygenTest2.Workflow1.getD2Value(), and DoxygenTest2.Workflow1.onWorkflowActivated1_Invoked().
|
private |
Gets the d2 value.
true
if XXXX, false
otherwise.Definition at line 87 of file Workflow1.cs.
References DoxygenTest2.Workflow1.getD1Value().
Referenced by DoxygenTest2.Workflow1.getD3Value(), DoxygenTest2.Workflow1.getD5Value(), DoxygenTest2.Workflow1.getD7Value(), and DoxygenTest2.Workflow1.onWorkflowActivated1_Invoked().
|
private |
Gets the d3 value.
true
if XXXX, false
otherwise.Definition at line 95 of file Workflow1.cs.
References DoxygenTest2.Workflow1.getD2Value().
Referenced by DoxygenTest2.Workflow1.getD4Value(), and DoxygenTest2.Workflow1.onWorkflowActivated1_Invoked().
|
private |
Gets the d4 value.
true
if XXXX, false
otherwise.Definition at line 103 of file Workflow1.cs.
References DoxygenTest2.Workflow1.getD3Value().
Referenced by DoxygenTest2.Workflow1.onWorkflowActivated1_Invoked().
|
private |
Gets the d5 value.
true
if XXXX, false
otherwise.Definition at line 111 of file Workflow1.cs.
References DoxygenTest2.Workflow1.getD2Value().
Referenced by DoxygenTest2.Workflow1.onWorkflowActivated1_Invoked().
|
private |
Gets the d6 value.
true
if XXXX, false
otherwise.Definition at line 119 of file Workflow1.cs.
Referenced by DoxygenTest2.Workflow1.onWorkflowActivated1_Invoked().
|
private |
Gets the d7 value.
true
if XXXX, false
otherwise.Definition at line 127 of file Workflow1.cs.
References DoxygenTest2.Workflow1.getD2Value().
Referenced by DoxygenTest2.Workflow1.onWorkflowActivated1_Invoked().
|
private |
Required method for Designer support - do not modify the contents of this method with the code editor.
Definition at line 26 of file Workflow1.Designer.cs.
References DoxygenTest2.Workflow1.onWorkflowActivated1, and DoxygenTest2.Workflow1.onWorkflowActivated1_Invoked().
Referenced by DoxygenTest2.Workflow1.Workflow1().
|
private |
Handles the Invoked event of the onWorkflowActivated1 control.
sender | The source of the event. |
e | The ExternalDataEventArgs instance containing the event data. |
Definition at line 63 of file Workflow1.cs.
References DoxygenTest2.Workflow1.getD1Value(), DoxygenTest2.Workflow1.getD2Value(), DoxygenTest2.Workflow1.getD3Value(), DoxygenTest2.Workflow1.getD4Value(), DoxygenTest2.Workflow1.getD5Value(), DoxygenTest2.Workflow1.getD6Value(), and DoxygenTest2.Workflow1.getD7Value().
Referenced by DoxygenTest2.Workflow1.InitializeComponent().
|
private |
Definition at line 59 of file Workflow1.Designer.cs.
Referenced by DoxygenTest2.Workflow1.InitializeComponent().
Guid DoxygenTest2.Workflow1.workflowId = default(System.Guid) |
The workflow identifier
Definition at line 52 of file Workflow1.cs.
SPWorkflowActivationProperties DoxygenTest2.Workflow1.workflowProperties = new SPWorkflowActivationProperties() |
The workflow properties
Definition at line 56 of file Workflow1.cs.