Class Workflow
- Namespace
- Crews.PlanningCenter.Api.People.V2023_03_21
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the Workflow resource.
public record Workflow : IEquatable<Workflow>
- Inheritance
-
Workflow
- Implements
- Inherited Members
Constructors
Workflow()
public Workflow()
Workflow(Workflow)
protected Workflow(Workflow original)
Parameters
originalWorkflow
Properties
ArchivedAt
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("archived_at")]
public DateTime? ArchivedAt { get; init; }
Property Value
CampusId
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("campus_id")]
public string? CampusId { get; init; }
Property Value
CompletedCardCount
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("completed_card_count")]
public int? CompletedCardCount { get; init; }
Property Value
- int?
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
DeletedAt
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("deleted_at")]
public DateTime? DeletedAt { get; init; }
Property Value
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
MyDueSoonCardCount
Only available when requested with the ?fields param
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("my_due_soon_card_count")]
public int? MyDueSoonCardCount { get; init; }
Property Value
- int?
MyOverdueCardCount
Only available when requested with the ?fields param
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("my_overdue_card_count")]
public int? MyOverdueCardCount { get; init; }
Property Value
- int?
MyReadyCardCount
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("my_ready_card_count")]
public int? MyReadyCardCount { get; init; }
Property Value
- int?
Name
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("name")]
public string? Name { get; init; }
Property Value
RecentlyViewed
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("recently_viewed")]
public bool? RecentlyViewed { get; init; }
Property Value
- bool?
TotalCardsCount
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("total_cards_count")]
public int? TotalCardsCount { get; init; }
Property Value
- int?
TotalOverdueCardCount
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("total_overdue_card_count")]
public int? TotalOverdueCardCount { get; init; }
Property Value
- int?
TotalReadyAndSnoozedCardCount
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("total_ready_and_snoozed_card_count")]
public int? TotalReadyAndSnoozedCardCount { get; init; }
Property Value
- int?
TotalReadyCardCount
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("total_ready_card_count")]
public int? TotalReadyCardCount { get; init; }
Property Value
- int?
TotalStepsCount
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("total_steps_count")]
public int? TotalStepsCount { get; init; }
Property Value
- int?
TotalUnassignedCardCount
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("total_unassigned_card_count")]
public int? TotalUnassignedCardCount { get; init; }
Property Value
- int?
TotalUnassignedStepsCount
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("total_unassigned_steps_count")]
public int? TotalUnassignedStepsCount { get; init; }
Property Value
- int?
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
WorkflowCategoryId
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("workflow_category_id")]
public string? WorkflowCategoryId { get; init; }
Property Value
Methods
Equals(Workflow?)
public virtual bool Equals(Workflow? other)
Parameters
otherWorkflow
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 ==(Workflow?, Workflow?)
public static bool operator ==(Workflow? left, Workflow? right)
Parameters
Returns
operator !=(Workflow?, Workflow?)
public static bool operator !=(Workflow? left, Workflow? right)