Class ChildWorkflowExecutionCanceledEventAttributes
Inheritance
ChildWorkflowExecutionCanceledEventAttributes
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class ChildWorkflowExecutionCanceledEventAttributes : Google.Protobuf.IMessage<ChildWorkflowExecutionCanceledEventAttributes>, Google.Protobuf.IBufferMessage
Constructors
ChildWorkflowExecutionCanceledEventAttributes()
Declaration
public ChildWorkflowExecutionCanceledEventAttributes()
ChildWorkflowExecutionCanceledEventAttributes(ChildWorkflowExecutionCanceledEventAttributes)
Declaration
public ChildWorkflowExecutionCanceledEventAttributes(ChildWorkflowExecutionCanceledEventAttributes other)
Parameters
Fields
DetailsFieldNumber
Field number for the "details" field.
Declaration
public const int DetailsFieldNumber = null
Field Value
InitiatedEventIdFieldNumber
Field number for the "initiated_event_id" field.
Declaration
public const int InitiatedEventIdFieldNumber = null
Field Value
NamespaceFieldNumber
Field number for the "namespace" field.
Declaration
public const int NamespaceFieldNumber = null
Field Value
NamespaceIdFieldNumber
Field number for the "namespace_id" field.
Declaration
public const int NamespaceIdFieldNumber = null
Field Value
StartedEventIdFieldNumber
Field number for the "started_event_id" field.
Declaration
public const int StartedEventIdFieldNumber = null
Field Value
WorkflowExecutionFieldNumber
Field number for the "workflow_execution" field.
Declaration
public const int WorkflowExecutionFieldNumber = null
Field Value
WorkflowTypeFieldNumber
Field number for the "workflow_type" field.
Declaration
public const int WorkflowTypeFieldNumber = null
Field Value
Properties
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
Details
Declaration
public Payloads Details { get; set; }
Property Value
InitiatedEventId
Id of the START_CHILD_WORKFLOW_EXECUTION_INITIATED
event which this event corresponds to
Declaration
public long InitiatedEventId { get; set; }
Property Value
Namespace
Namespace of the child workflow.
SDKs and UI tools should use namespace
field but server must use namespace_id
only.
Declaration
public string Namespace { get; set; }
Property Value
NamespaceId
Declaration
public string NamespaceId { get; set; }
Property Value
Parser
Declaration
public static Google.Protobuf.MessageParser<ChildWorkflowExecutionCanceledEventAttributes> Parser { get; }
Property Value
StartedEventId
Id of the CHILD_WORKFLOW_EXECUTION_STARTED
event which this event corresponds to
Declaration
public long StartedEventId { get; set; }
Property Value
WorkflowExecution
Declaration
public WorkflowExecution WorkflowExecution { get; set; }
Property Value
WorkflowType
Declaration
public WorkflowType WorkflowType { get; set; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public ChildWorkflowExecutionCanceledEventAttributes Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(ChildWorkflowExecutionCanceledEventAttributes)
Declaration
public bool Equals(ChildWorkflowExecutionCanceledEventAttributes other)
Parameters
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
MergeFrom(Google.Protobuf.CodedInputStream)
Declaration
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedInputStream |
input |
|
MergeFrom(ChildWorkflowExecutionCanceledEventAttributes)
Declaration
public void MergeFrom(ChildWorkflowExecutionCanceledEventAttributes 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