WorkflowSymbol Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a workflow symbol.
public ref class WorkflowSymbol
public class WorkflowSymbol
type WorkflowSymbol = class
Public Class WorkflowSymbol
- Inheritance
-
WorkflowSymbol
Constructors
WorkflowSymbol() |
Initializes a new instance of the WorkflowSymbol class. |
Properties
FileName |
Gets or sets the file name for the workflow symbol. |
Symbols |
Gets or sets the collection of symbols. |
Methods
CalculateChecksum() |
Indicates whether the workflow symbol to calculate the checksum symbols. |
Decode(String) |
Converts the data encoding format into a data object for a specified type. |
Encode() |
Specifies the encoding format for the symbol. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetChecksum() |
Gets the checksum for the workflow symbol. |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the workflow symbol. |