Table of Contents

Class FormCategory

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

Attributes for the FormCategory resource.

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

Constructors

FormCategory()

public FormCategory()

FormCategory(FormCategory)

protected FormCategory(FormCategory original)

Parameters

original FormCategory

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

public virtual bool Equals(FormCategory? other)

Parameters

other FormCategory

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

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

Parameters

left FormCategory
right FormCategory

Returns

bool

operator !=(FormCategory?, FormCategory?)

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

Parameters

left FormCategory
right FormCategory

Returns

bool