Table of Contents

Class WorkflowCard

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

Attributes for the WorkflowCard resource.

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

Constructors

WorkflowCard()

public WorkflowCard()

WorkflowCard(WorkflowCard)

protected WorkflowCard(WorkflowCard original)

Parameters

original WorkflowCard

Properties

CalculatedDueAtInDaysAgo

Planning Center does not provide a description for this attribute.

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

Property Value

int?

CompletedAt

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("completed_at")]
public DateTime? CompletedAt { get; init; }

Property Value

DateTime?

CreatedAt

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("created_at")]
public DateTime? CreatedAt { get; init; }

Property Value

DateTime?

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

FlaggedForNotificationAt

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("flagged_for_notification_at")]
public DateTime? FlaggedForNotificationAt { get; init; }

Property Value

DateTime?

MovedToStepAt

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("moved_to_step_at")]
public DateTime? MovedToStepAt { get; init; }

Property Value

DateTime?

Overdue

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("overdue")]
public bool? Overdue { get; init; }

Property Value

bool?

RemovedAt

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("removed_at")]
public DateTime? RemovedAt { get; init; }

Property Value

DateTime?

SnoozeUntil

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("snooze_until")]
public DateTime? SnoozeUntil { get; init; }

Property Value

DateTime?

Stage

Planning Center does not provide a description for this attribute.

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

Property Value

string

StickyAssignment

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("sticky_assignment")]
public bool? StickyAssignment { get; init; }

Property Value

bool?

UpdatedAt

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("updated_at")]
public DateTime? UpdatedAt { get; init; }

Property Value

DateTime?

Methods

Equals(WorkflowCard?)

public virtual bool Equals(WorkflowCard? other)

Parameters

other WorkflowCard

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

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

Parameters

left WorkflowCard
right WorkflowCard

Returns

bool

operator !=(WorkflowCard?, WorkflowCard?)

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

Parameters

left WorkflowCard
right WorkflowCard

Returns

bool