Table of Contents

Class WorkflowAssigneeWorkflowSummary

Namespace
Crews.PlanningCenter.Api.People.V2025_07_02
Assembly
Crews.PlanningCenter.Api.dll

Attributes for the WorkflowAssigneeWorkflowSummary resource.

public record WorkflowAssigneeWorkflowSummary : IEquatable<WorkflowAssigneeWorkflowSummary>
Inheritance
WorkflowAssigneeWorkflowSummary
Implements
Inherited Members

Constructors

WorkflowAssigneeWorkflowSummary()

public WorkflowAssigneeWorkflowSummary()

WorkflowAssigneeWorkflowSummary(WorkflowAssigneeWorkflowSummary)

protected WorkflowAssigneeWorkflowSummary(WorkflowAssigneeWorkflowSummary original)

Parameters

original WorkflowAssigneeWorkflowSummary

Properties

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

OverdueCount

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("overdue_count")]
public int? OverdueCount { get; init; }

Property Value

int?

ReadyCount

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("ready_count")]
public int? ReadyCount { get; init; }

Property Value

int?

SnoozedCount

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("snoozed_count")]
public int? SnoozedCount { get; init; }

Property Value

int?

WorkflowName

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("workflow_name")]
public string? WorkflowName { get; init; }

Property Value

string

Methods

Equals(WorkflowAssigneeWorkflowSummary?)

public virtual bool Equals(WorkflowAssigneeWorkflowSummary? other)

Parameters

other WorkflowAssigneeWorkflowSummary

Returns

bool

Equals(object?)

public override bool Equals(object? obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

PrintMembers(StringBuilder)

protected virtual bool PrintMembers(StringBuilder builder)

Parameters

builder StringBuilder

Returns

bool

ToString()

public override string ToString()

Returns

string

Operators

operator ==(WorkflowAssigneeWorkflowSummary?, WorkflowAssigneeWorkflowSummary?)

public static bool operator ==(WorkflowAssigneeWorkflowSummary? left, WorkflowAssigneeWorkflowSummary? right)

Parameters

left WorkflowAssigneeWorkflowSummary
right WorkflowAssigneeWorkflowSummary

Returns

bool

operator !=(WorkflowAssigneeWorkflowSummary?, WorkflowAssigneeWorkflowSummary?)

public static bool operator !=(WorkflowAssigneeWorkflowSummary? left, WorkflowAssigneeWorkflowSummary? right)

Parameters

left WorkflowAssigneeWorkflowSummary
right WorkflowAssigneeWorkflowSummary

Returns

bool