Table of Contents

Class FormField

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

Attributes for the FormField resource.

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

Constructors

FormField()

public FormField()

FormField(FormField)

protected FormField(FormField original)

Parameters

original FormField

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?

Description

Planning Center does not provide a description for this attribute.

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

Property Value

string

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

FieldType

Possible values: string, text, checkboxes, dropdown, date, phone_number, address, birthday, gender, custom_field, note, workflow, heading, number, boolean, file, medical, workflow_checkbox, workflow_checkboxes, workflow_dropdown, marital_status, anniversary, grade, primary_campus, school, or household

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

Property Value

string

Label

Planning Center does not provide a description for this attribute.

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

Property Value

string

Required

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("required")]
public bool? Required { get; init; }

Property Value

bool?

Sequence

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("sequence")]
public int? Sequence { get; init; }

Property Value

int?

Settings

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("settings")]
public JsonObject? Settings { get; init; }

Property Value

JsonObject

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

public virtual bool Equals(FormField? other)

Parameters

other FormField

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

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

Parameters

left FormField
right FormField

Returns

bool

operator !=(FormField?, FormField?)

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

Parameters

left FormField
right FormField

Returns

bool