Table of Contents

Class FieldDefinition

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

Attributes for the FieldDefinition resource.

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

Constructors

FieldDefinition()

public FieldDefinition()

FieldDefinition(FieldDefinition)

protected FieldDefinition(FieldDefinition original)

Parameters

original FieldDefinition

Properties

Config

Planning Center does not provide a description for this attribute.

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

Property Value

string

DataType

Planning Center does not provide a description for this attribute.

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

Property Value

string

DeletedAt

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("deleted_at")]
public DateTime? DeletedAt { 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

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?

Slug

Planning Center does not provide a description for this attribute.

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

Property Value

string

TabId

Planning Center does not provide a description for this attribute.

[JsonConverter(typeof(StringFromNumberConverter))]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("tab_id")]
public string? TabId { get; init; }

Property Value

string

Methods

Equals(FieldDefinition?)

public virtual bool Equals(FieldDefinition? other)

Parameters

other FieldDefinition

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

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

Parameters

left FieldDefinition
right FieldDefinition

Returns

bool

operator !=(FieldDefinition?, FieldDefinition?)

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

Parameters

left FieldDefinition
right FieldDefinition

Returns

bool