Workflow Step Array class
The WorkflowStepArray class allows you to serialize/deserialize the WorkflowStepArray, by using the XmlSerializer.
The following figure shows the public structure of the class:
The following table describes the elements in the class:
|
Element |
Description |
|---|---|
|
CollectionName field | |
|
WorkflowSteps field | |
|
Count property | |
|
IsSynchronized property | |
|
SyncRoot property | |
|
Add method | |
|
CopyTo method | |
|
GetEnumerator method |
Show: