Class SignupTime
- Namespace
- Crews.PlanningCenter.Api.Registrations.V2025_05_01
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the SignupTime resource.
public record SignupTime : IEquatable<SignupTime>
- Inheritance
-
SignupTime
- Implements
- Inherited Members
Constructors
SignupTime()
public SignupTime()
SignupTime(SignupTime)
protected SignupTime(SignupTime original)
Parameters
originalSignupTime
Properties
AllDay
Whether or not the signup time is all day.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("all_day")]
public bool? AllDay { get; init; }
Property Value
- bool?
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
EndsAt
End date and time of signup time.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("ends_at")]
public DateTime? EndsAt { get; init; }
Property Value
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
StartsAt
Start date and time of signup time.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("starts_at")]
public DateTime? StartsAt { get; init; }
Property Value
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
Methods
Equals(SignupTime?)
public virtual bool Equals(SignupTime? other)
Parameters
otherSignupTime
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 ==(SignupTime?, SignupTime?)
public static bool operator ==(SignupTime? left, SignupTime? right)
Parameters
leftSignupTimerightSignupTime
Returns
operator !=(SignupTime?, SignupTime?)
public static bool operator !=(SignupTime? left, SignupTime? right)
Parameters
leftSignupTimerightSignupTime