Class TimePreferenceOption
- Namespace
- Crews.PlanningCenter.Api.Services.V2018_08_01
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the TimePreferenceOption resource.
public record TimePreferenceOption : IEquatable<TimePreferenceOption>
- Inheritance
-
TimePreferenceOption
- Implements
- Inherited Members
Constructors
TimePreferenceOption()
public TimePreferenceOption()
TimePreferenceOption(TimePreferenceOption)
protected TimePreferenceOption(TimePreferenceOption original)
Parameters
originalTimePreferenceOption
Properties
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
DayOfWeek
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("day_of_week")]
public int? DayOfWeek { get; init; }
Property Value
- int?
Description
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("description")]
public string? Description { get; init; }
Property Value
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
MinuteOfDay
0 for 12:00 am, 1 for 12:01 am, 100 for 1:00 am, through 2359 for 11:59pm
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("minute_of_day")]
public int? MinuteOfDay { get; init; }
Property Value
- int?
SortIndex
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("sort_index")]
public string? SortIndex { get; init; }
Property Value
StartsAt
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("starts_at")]
public DateTime? StartsAt { get; init; }
Property Value
TimeType
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("time_type")]
public string? TimeType { 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(TimePreferenceOption?)
public virtual bool Equals(TimePreferenceOption? other)
Parameters
otherTimePreferenceOption
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 ==(TimePreferenceOption?, TimePreferenceOption?)
public static bool operator ==(TimePreferenceOption? left, TimePreferenceOption? right)
Parameters
leftTimePreferenceOptionrightTimePreferenceOption
Returns
operator !=(TimePreferenceOption?, TimePreferenceOption?)
public static bool operator !=(TimePreferenceOption? left, TimePreferenceOption? right)
Parameters
leftTimePreferenceOptionrightTimePreferenceOption