Table of Contents

Class WorkflowCardActivity

Namespace
Crews.PlanningCenter.Api.People.V2022_01_05
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

original WorkflowCardActivity

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

string

Comment

Planning Center does not provide a description for this attribute.

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

Property Value

string

Content

Planning Center does not provide a description for this attribute.

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

Property Value

string

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

DateTime?

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

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

string

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

string

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

string

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

string

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

string

Subject

Planning Center does not provide a description for this attribute.

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

Property Value

string

Type

Planning Center does not provide a description for this attribute.

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

Property Value

string

Methods

Equals(WorkflowCardActivity?)

public virtual bool Equals(WorkflowCardActivity? other)

Parameters

other WorkflowCardActivity

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

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

Parameters

left WorkflowCardActivity
right WorkflowCardActivity

Returns

bool

operator !=(WorkflowCardActivity?, WorkflowCardActivity?)

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

Parameters

left WorkflowCardActivity
right WorkflowCardActivity

Returns

bool