Class WorkflowCard
- Namespace
- Crews.PlanningCenter.Api.People.V2020_04_06
- 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
originalWorkflowCard
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
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
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
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
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
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
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
Stage
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("stage")]
public string? Stage { get; init; }
Property Value
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
Methods
Equals(WorkflowCard?)
public virtual bool Equals(WorkflowCard? other)
Parameters
otherWorkflowCard
Returns
Equals(object?)
public override bool Equals(object? obj)
Parameters
objobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
PrintMembers(StringBuilder)
protected virtual bool PrintMembers(StringBuilder builder)
Parameters
builderStringBuilder
Returns
ToString()
public override string ToString()
Returns
Operators
operator ==(WorkflowCard?, WorkflowCard?)
public static bool operator ==(WorkflowCard? left, WorkflowCard? right)
Parameters
leftWorkflowCardrightWorkflowCard
Returns
operator !=(WorkflowCard?, WorkflowCard?)
public static bool operator !=(WorkflowCard? left, WorkflowCard? right)
Parameters
leftWorkflowCardrightWorkflowCard