AWS SDK for .NET Documentation
WorkflowType Class
AmazonAmazon.SimpleWorkflow.ModelWorkflowType Did this page help you?   Yes   No    Tell us about it...

Represents a workflow type.

Declaration Syntax
C#
public class WorkflowType
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
WorkflowType()()()()
Initializes a new instance of the WorkflowType class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Name
The name of the workflow type. This field is required.
Note:
The combination of workflow type name and version must be unique with in a domain.

Constraints:

Length
1 - 256


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Version
The version of the workflow type. This field is required.
Note:
The combination of workflow type name and version must be unique with in a domain.

Constraints:

Length
1 - 64


WithName(String) Obsolete.
Sets the Name property

WithVersion(String) Obsolete.
Sets the Version property

Inheritance Hierarchy
Object
WorkflowType

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)