Table of Contents

Class WorkflowStepAssigneeSummary

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

Attributes for the WorkflowStepAssigneeSummary resource.

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

Constructors

WorkflowStepAssigneeSummary()

public WorkflowStepAssigneeSummary()

WorkflowStepAssigneeSummary(WorkflowStepAssigneeSummary)

protected WorkflowStepAssigneeSummary(WorkflowStepAssigneeSummary original)

Parameters

original WorkflowStepAssigneeSummary

Properties

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

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?

Methods

Equals(WorkflowStepAssigneeSummary?)

public virtual bool Equals(WorkflowStepAssigneeSummary? other)

Parameters

other WorkflowStepAssigneeSummary

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 ==(WorkflowStepAssigneeSummary?, WorkflowStepAssigneeSummary?)

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

Parameters

left WorkflowStepAssigneeSummary
right WorkflowStepAssigneeSummary

Returns

bool

operator !=(WorkflowStepAssigneeSummary?, WorkflowStepAssigneeSummary?)

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

Parameters

left WorkflowStepAssigneeSummary
right WorkflowStepAssigneeSummary

Returns

bool