Table of Contents

Class SignupSheet

Namespace
Crews.PlanningCenter.Api.Services.V2018_11_01
Assembly
Crews.PlanningCenter.Api.dll

Attributes for the SignupSheet resource.

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

Constructors

SignupSheet()

public SignupSheet()

SignupSheet(SignupSheet)

protected SignupSheet(SignupSheet original)

Parameters

original SignupSheet

Properties

DisplayTimes

Planning Center does not provide a description for this attribute.

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

Property Value

string

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

GroupKey

Planning Center does not provide a description for this attribute.

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

Property Value

string

PositionName

Planning Center does not provide a description for this attribute.

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

Property Value

string

SortDate

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("sort_date")]
public DateTime? SortDate { get; init; }

Property Value

DateTime?

SortIndex

Planning Center does not provide a description for this attribute.

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

Property Value

int?

TeamName

Planning Center does not provide a description for this attribute.

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

Property Value

string

Title

Planning Center does not provide a description for this attribute.

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

Property Value

string

Methods

Equals(SignupSheet?)

public virtual bool Equals(SignupSheet? other)

Parameters

other SignupSheet

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

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

Parameters

left SignupSheet
right SignupSheet

Returns

bool

operator !=(SignupSheet?, SignupSheet?)

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

Parameters

left SignupSheet
right SignupSheet

Returns

bool