Class WorkflowPropertiesModifiedEventAttributes
Inheritance
WorkflowPropertiesModifiedEventAttributes
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class WorkflowPropertiesModifiedEventAttributes : Google.Protobuf.IMessage<WorkflowPropertiesModifiedEventAttributes>, Google.Protobuf.IBufferMessage
Constructors
WorkflowPropertiesModifiedEventAttributes()
Declaration
public WorkflowPropertiesModifiedEventAttributes()
WorkflowPropertiesModifiedEventAttributes(WorkflowPropertiesModifiedEventAttributes)
Declaration
public WorkflowPropertiesModifiedEventAttributes(WorkflowPropertiesModifiedEventAttributes other)
Parameters
Fields
UpsertedMemoFieldNumber
Field number for the "upserted_memo" field.
Declaration
public const int UpsertedMemoFieldNumber = null
Field Value
WorkflowTaskCompletedEventIdFieldNumber
Field number for the "workflow_task_completed_event_id" field.
Declaration
public const int WorkflowTaskCompletedEventIdFieldNumber = null
Field Value
Properties
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
Parser
Declaration
public static Google.Protobuf.MessageParser<WorkflowPropertiesModifiedEventAttributes> Parser { get; }
Property Value
UpsertedMemo
If set, update the workflow memo with the provided values. The values will be merged with
the existing memo. If the user wants to delete values, a default/empty Payload should be
used as the value for the key being deleted.
Declaration
public Memo UpsertedMemo { get; set; }
Property Value
WorkflowTaskCompletedEventId
The WORKFLOW_TASK_COMPLETED
event which this command was reported with
Declaration
public long WorkflowTaskCompletedEventId { get; set; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public WorkflowPropertiesModifiedEventAttributes Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(WorkflowPropertiesModifiedEventAttributes)
Declaration
public bool Equals(WorkflowPropertiesModifiedEventAttributes 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(WorkflowPropertiesModifiedEventAttributes)
Declaration
public void MergeFrom(WorkflowPropertiesModifiedEventAttributes 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