AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Contains information about a workflow type.

Inheritance Hierarchy

System.Object
  Amazon.SimpleWorkflow.Model.WorkflowTypeInfo

Namespace: Amazon.SimpleWorkflow.Model
Assembly: AWSSDK.SimpleWorkflow.dll
Version: 3.x.y.z

Syntax

C#
public class WorkflowTypeInfo

The WorkflowTypeInfo type exposes the following members

Constructors

NameDescription
Public Method WorkflowTypeInfo()

Properties

NameTypeDescription
Public Property CreationDate System.DateTime

Gets and sets the property CreationDate.

The date when this type was registered.

Public Property DeprecationDate System.DateTime

Gets and sets the property DeprecationDate.

If the type is in deprecated state, then it is set to the date when the type was deprecated.

Public Property Description System.String

Gets and sets the property Description.

The description of the type registered through RegisterWorkflowType.

Public Property Status Amazon.SimpleWorkflow.RegistrationStatus

Gets and sets the property Status.

The current status of the workflow type.

Public Property WorkflowType Amazon.SimpleWorkflow.Model.WorkflowType

Gets and sets the property WorkflowType.

The workflow type this information is about.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5