ECF Code Review
Federal Court Electronic Court Files
Public Member Functions | Public Attributes | Private Member Functions | Private Attributes | List of all members
DoxygenTest.Workflow1.Workflow1 Class Reference

Class Workflow1. This class cannot be inherited. More...

Inheritance diagram for DoxygenTest.Workflow1.Workflow1:
Inheritance graph
Collaboration diagram for DoxygenTest.Workflow1.Workflow1:
Collaboration graph

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
 

Detailed Description

Class Workflow1. This class cannot be inherited.

Definition at line 39 of file Workflow1.cs.

Constructor & Destructor Documentation

DoxygenTest.Workflow1.Workflow1.Workflow1 ( )

Initializes a new instance of the Workflow1 class.

Definition at line 44 of file Workflow1.cs.

45  {
47  }
void InitializeComponent()
Required method for Designer support - do not modify the contents of this method with the code editor...

Member Function Documentation

bool DoxygenTest.Workflow1.Workflow1.getD1Value ( )
private

Gets the d1 value.

Returns
true if XXXX, false otherwise.

Definition at line 80 of file Workflow1.cs.

81  {
82  return true;
83  }
bool DoxygenTest.Workflow1.Workflow1.getD2Value ( )
private

Gets the d2 value.

Returns
true if XXXX, false otherwise.

Definition at line 88 of file Workflow1.cs.

89  {
90  return getD1Value();
91  }
bool getD1Value()
Gets the d1 value.
Definition: Workflow1.cs:80
bool DoxygenTest.Workflow1.Workflow1.getD3Value ( )
private

Gets the d3 value.

Returns
true if XXXX, false otherwise.

Definition at line 96 of file Workflow1.cs.

97  {
98  return getD2Value();
99  }
bool getD2Value()
Gets the d2 value.
Definition: Workflow1.cs:88
bool DoxygenTest.Workflow1.Workflow1.getD4Value ( )
private

Gets the d4 value.

Returns
true if XXXX, false otherwise.

Definition at line 104 of file Workflow1.cs.

105  {
106  return getD3Value();
107  }
bool getD3Value()
Gets the d3 value.
Definition: Workflow1.cs:96
bool DoxygenTest.Workflow1.Workflow1.getD5Value ( )
private

Gets the d5 value.

Returns
true if XXXX, false otherwise.

Definition at line 112 of file Workflow1.cs.

113  {
114  return getD2Value();
115  }
bool getD2Value()
Gets the d2 value.
Definition: Workflow1.cs:88
bool DoxygenTest.Workflow1.Workflow1.getD6Value ( )
private

Gets the d6 value.

Returns
true if XXXX, false otherwise.

Definition at line 120 of file Workflow1.cs.

121  {
122  return false;
123  }
bool DoxygenTest.Workflow1.Workflow1.getD7Value ( )
private

Gets the d7 value.

Returns
true if XXXX, false otherwise.

Definition at line 128 of file Workflow1.cs.

129  {
130  return getD2Value();
131  }
bool getD2Value()
Gets the d2 value.
Definition: Workflow1.cs:88
void DoxygenTest.Workflow1.Workflow1.InitializeComponent ( )
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.

27  {
28  this.CanModifyActivities = true;
29  System.Workflow.Runtime.CorrelationToken correlationtoken1 = new System.Workflow.Runtime.CorrelationToken();
30  System.Workflow.ComponentModel.ActivityBind activitybind1 = new System.Workflow.ComponentModel.ActivityBind();
31  System.Workflow.ComponentModel.ActivityBind activitybind2 = new System.Workflow.ComponentModel.ActivityBind();
32  this.onWorkflowActivated1 = new Microsoft.SharePoint.WorkflowActions.OnWorkflowActivated();
33  //
34  // onWorkflowActivated1
35  //
36  correlationtoken1.Name = "workflowToken";
37  correlationtoken1.OwnerActivityName = "Workflow1";
38  this.onWorkflowActivated1.CorrelationToken = correlationtoken1;
39  this.onWorkflowActivated1.EventName = "OnWorkflowActivated";
40  this.onWorkflowActivated1.Name = "onWorkflowActivated1";
41  this.onWorkflowActivated1.WorkflowId = new System.Guid("00000000-0000-0000-0000-000000000000");
42  activitybind1.Name = "Workflow1";
43  activitybind1.Path = "workflowId";
44  activitybind2.Name = "Workflow1";
45  activitybind2.Path = "workflowProperties";
46  this.onWorkflowActivated1.SetBinding(Microsoft.SharePoint.WorkflowActions.OnWorkflowActivated.WorkflowIdProperty, ((System.Workflow.ComponentModel.ActivityBind)(activitybind1)));
47  this.onWorkflowActivated1.SetBinding(Microsoft.SharePoint.WorkflowActions.OnWorkflowActivated.WorkflowPropertiesProperty, ((System.Workflow.ComponentModel.ActivityBind)(activitybind2)));
48  //
49  // Workflow1
50  //
51  this.Activities.Add(this.onWorkflowActivated1);
52  this.Name = "Workflow1";
53  this.CanModifyActivities = false;
54 
55  }
Microsoft.SharePoint.WorkflowActions.OnWorkflowActivated onWorkflowActivated1
void DoxygenTest.Workflow1.Workflow1.onWorkflowActivated1_Invoked ( object  sender,
ExternalDataEventArgs  e 
)
private

Handles the Invoked event of the onWorkflowActivated1 control.

Parameters
senderThe source of the event.
eThe ExternalDataEventArgs instance containing the event data.

Definition at line 64 of file Workflow1.cs.

65  {
66  bool dummy1 = getD1Value();
67  bool dummy2 = getD2Value();
68  bool dummy3 = getD3Value();
69  bool dummy4 = getD4Value();
70  bool dummy5 = getD5Value();
71  bool dummy6 = getD6Value();
72  bool dummy7 = getD7Value();
73 
74  }
bool getD3Value()
Gets the d3 value.
Definition: Workflow1.cs:96
bool getD6Value()
Gets the d6 value.
Definition: Workflow1.cs:120
bool getD5Value()
Gets the d5 value.
Definition: Workflow1.cs:112
bool getD7Value()
Gets the d7 value.
Definition: Workflow1.cs:128
bool getD1Value()
Gets the d1 value.
Definition: Workflow1.cs:80
bool getD4Value()
Gets the d4 value.
Definition: Workflow1.cs:104
bool getD2Value()
Gets the d2 value.
Definition: Workflow1.cs:88

Member Data Documentation

Microsoft.SharePoint.WorkflowActions.OnWorkflowActivated DoxygenTest.Workflow1.Workflow1.onWorkflowActivated1
private

Definition at line 59 of file Workflow1.Designer.cs.

Guid DoxygenTest.Workflow1.Workflow1.workflowId = default(System.Guid)

The workflow identifier

Definition at line 52 of file Workflow1.cs.

SPWorkflowActivationProperties DoxygenTest.Workflow1.Workflow1.workflowProperties = new SPWorkflowActivationProperties()

The workflow properties

Definition at line 56 of file Workflow1.cs.


The documentation for this class was generated from the following files: