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

Represents an activity type.

Declaration Syntax
C#
public class ActivityType
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ActivityType()()()()
Initializes a new instance of the ActivityType 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 this activity.
Note:
The combination of activity type name and version must be unique within a domain.

Constraints:

Length
1 - 256


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Version
The version of this activity.
Note:
The combination of activity 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
ActivityType

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