Class WorkflowType
Represents the identifier used by a workflow author to define the workflow. Typically, the
name of a function. This is sometimes referred to as the workflow's "name"
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class WorkflowType : Google.Protobuf.IMessage<WorkflowType>, Google.Protobuf.IBufferMessage
Constructors
WorkflowType()
Declaration
WorkflowType(WorkflowType)
Declaration
public WorkflowType(WorkflowType other)
Parameters
Fields
NameFieldNumber
Field number for the "name" field.
Declaration
public const int NameFieldNumber = null
Field Value
Properties
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
Name
Declaration
public string Name { get; set; }
Property Value
Parser
Declaration
public static Google.Protobuf.MessageParser<WorkflowType> Parser { get; }
Property Value
Type |
Description |
Google.Protobuf.MessageParser<WorkflowType> |
|
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public WorkflowType Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(WorkflowType)
Declaration
public bool Equals(WorkflowType other)
Parameters
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Declaration
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedInputStream |
input |
|
MergeFrom(WorkflowType)
Declaration
public void MergeFrom(WorkflowType other)
Parameters
ToString()
Declaration
public override string ToString()
Returns
WriteTo(Google.Protobuf.CodedOutputStream)
Declaration
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedOutputStream |
output |
|
Implements
Google.Protobuf.IBufferMessage