Class WorkflowCardActivity
- Namespace
- Crews.PlanningCenter.Api.People.V2024_09_12
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the WorkflowCardActivity resource.
public record WorkflowCardActivity : IEquatable<WorkflowCardActivity>
- Inheritance
-
WorkflowCardActivity
- Implements
- Inherited Members
Constructors
WorkflowCardActivity()
public WorkflowCardActivity()
WorkflowCardActivity(WorkflowCardActivity)
protected WorkflowCardActivity(WorkflowCardActivity original)
Parameters
originalWorkflowCardActivity
Properties
AutomationUrl
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("automation_url")]
public string? AutomationUrl { get; init; }
Property Value
Comment
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("comment")]
public string? Comment { get; init; }
Property Value
Content
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("content")]
public string? Content { get; init; }
Property Value
ContentIsHtml
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("content_is_html")]
public bool? ContentIsHtml { get; init; }
Property Value
- bool?
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
FormSubmissionUrl
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("form_submission_url")]
public string? FormSubmissionUrl { get; init; }
Property Value
PersonAvatarUrl
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("person_avatar_url")]
public string? PersonAvatarUrl { get; init; }
Property Value
PersonName
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("person_name")]
public string? PersonName { get; init; }
Property Value
ReassignedToAvatarUrl
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("reassigned_to_avatar_url")]
public string? ReassignedToAvatarUrl { get; init; }
Property Value
ReassignedToName
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("reassigned_to_name")]
public string? ReassignedToName { get; init; }
Property Value
Subject
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("subject")]
public string? Subject { get; init; }
Property Value
Type
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("type")]
public string? Type { get; init; }
Property Value
Methods
Equals(WorkflowCardActivity?)
public virtual bool Equals(WorkflowCardActivity? other)
Parameters
otherWorkflowCardActivity
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 ==(WorkflowCardActivity?, WorkflowCardActivity?)
public static bool operator ==(WorkflowCardActivity? left, WorkflowCardActivity? right)
Parameters
leftWorkflowCardActivityrightWorkflowCardActivity
Returns
operator !=(WorkflowCardActivity?, WorkflowCardActivity?)
public static bool operator !=(WorkflowCardActivity? left, WorkflowCardActivity? right)
Parameters
leftWorkflowCardActivityrightWorkflowCardActivity