Table of Contents

Class WorkflowCategory

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

Attributes for the WorkflowCategory resource.

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

Constructors

WorkflowCategory()

public WorkflowCategory()

WorkflowCategory(WorkflowCategory)

protected WorkflowCategory(WorkflowCategory original)

Parameters

original WorkflowCategory

Properties

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

Name

Planning Center does not provide a description for this attribute.

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

Property Value

string

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(WorkflowCategory?)

public virtual bool Equals(WorkflowCategory? other)

Parameters

other WorkflowCategory

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

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

Parameters

left WorkflowCategory
right WorkflowCategory

Returns

bool

operator !=(WorkflowCategory?, WorkflowCategory?)

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

Parameters

left WorkflowCategory
right WorkflowCategory

Returns

bool