Class SignupSheet
- Namespace
- Crews.PlanningCenter.Api.Services.V2018_08_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
originalSignupSheet
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
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
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
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
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
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
Title
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("title")]
public string? Title { get; init; }
Property Value
Methods
Equals(SignupSheet?)
public virtual bool Equals(SignupSheet? other)
Parameters
otherSignupSheet
Returns
Equals(object?)
public override bool Equals(object? obj)
Parameters
objobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
PrintMembers(StringBuilder)
protected virtual bool PrintMembers(StringBuilder builder)
Parameters
builderStringBuilder
Returns
ToString()
public override string ToString()
Returns
Operators
operator ==(SignupSheet?, SignupSheet?)
public static bool operator ==(SignupSheet? left, SignupSheet? right)
Parameters
leftSignupSheetrightSignupSheet
Returns
operator !=(SignupSheet?, SignupSheet?)
public static bool operator !=(SignupSheet? left, SignupSheet? right)
Parameters
leftSignupSheetrightSignupSheet