Class Schedule
- Namespace
- Crews.PlanningCenter.Api.Services.V2018_08_01
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the Schedule resource.
public record Schedule : IEquatable<Schedule>
- Inheritance
-
Schedule
- Implements
- Inherited Members
Constructors
Schedule()
public Schedule()
Schedule(Schedule)
protected Schedule(Schedule original)
Parameters
originalSchedule
Properties
CanAcceptPartial
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("can_accept_partial")]
public bool? CanAcceptPartial { get; init; }
Property Value
- bool?
CanAcceptPartialOneTime
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("can_accept_partial_one_time")]
public bool? CanAcceptPartialOneTime { get; init; }
Property Value
- bool?
CanRehearse
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("can_rehearse")]
public bool? CanRehearse { get; init; }
Property Value
- bool?
Dates
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("dates")]
public string? Dates { get; init; }
Property Value
DeclineReason
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("decline_reason")]
public string? DeclineReason { get; init; }
Property Value
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
OrganizationName
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("organization_name")]
public string? OrganizationName { get; init; }
Property Value
OrganizationTimeZone
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("organization_time_zone")]
public string? OrganizationTimeZone { get; init; }
Property Value
OrganizationTwentyFourHourTime
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("organization_twenty_four_hour_time")]
public string? OrganizationTwentyFourHourTime { get; init; }
Property Value
PersonName
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("person_name")]
public string? PersonName { get; init; }
Property Value
PlanVisible
True if the scheduled Plan is visible to the scheduled Person
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("plan_visible")]
public bool? PlanVisible { get; init; }
Property Value
- bool?
PlanVisibleToMe
True if the scheduled Plan is visible to the current Person
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("plan_visible_to_me")]
public bool? PlanVisibleToMe { get; init; }
Property Value
- bool?
PositionDisplayTimes
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("position_display_times")]
public string? PositionDisplayTimes { get; init; }
Property Value
RespondsToName
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("responds_to_name")]
public string? RespondsToName { get; init; }
Property Value
ServiceTypeName
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("service_type_name")]
public string? ServiceTypeName { get; init; }
Property Value
ShortDates
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("short_dates")]
public string? ShortDates { 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
Status
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("status")]
public string? Status { get; init; }
Property Value
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
TeamPositionName
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("team_position_name")]
public string? TeamPositionName { get; init; }
Property Value
Methods
Equals(Schedule?)
public virtual bool Equals(Schedule? other)
Parameters
otherSchedule
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 ==(Schedule?, Schedule?)
public static bool operator ==(Schedule? left, Schedule? right)
Parameters
Returns
operator !=(Schedule?, Schedule?)
public static bool operator !=(Schedule? left, Schedule? right)