Table of Contents

Class Grade

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

Attributes for the Grade resource.

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

Constructors

Grade()

public Grade()

Grade(Grade)

protected Grade(Grade original)

Parameters

original Grade

Properties

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

Key

Planning Center does not provide a description for this attribute.

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

Property Value

int?

Value

Planning Center does not provide a description for this attribute.

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

Property Value

string

Methods

Equals(Grade?)

public virtual bool Equals(Grade? other)

Parameters

other Grade

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

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

Parameters

left Grade
right Grade

Returns

bool

operator !=(Grade?, Grade?)

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

Parameters

left Grade
right Grade

Returns

bool