Class Blockout
- Namespace
- Crews.PlanningCenter.Api.Services.V2018_08_01
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the Blockout resource.
public record Blockout : IEquatable<Blockout>
- Inheritance
-
Blockout
- Implements
- Inherited Members
Constructors
Blockout()
public Blockout()
Blockout(Blockout)
protected Blockout(Blockout original)
Parameters
originalBlockout
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
Description
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("description")]
public string? Description { get; init; }
Property Value
EndsAt
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("ends_at")]
public DateTime? EndsAt { get; init; }
Property Value
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
GroupIdentifier
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("group_identifier")]
public string? GroupIdentifier { get; init; }
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
Reason
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("reason")]
public string? Reason { get; init; }
Property Value
RepeatFrequency
Possible values:
- no_repeat
- every_1
- every_2
- every_3
- every_4
- every_5
- every_6
- every_7
- every_8
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("repeat_frequency")]
public string? RepeatFrequency { get; init; }
Property Value
RepeatInterval
Possible values:
- exact_day_of_month
- week_of_month_1
- week_of_month_2
- week_of_month_3
- week_of_month_4
- week_of_month_last
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("repeat_interval")]
public string? RepeatInterval { get; init; }
Property Value
RepeatPeriod
Possible values:
- daily
- weekly
- monthly
- yearly
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("repeat_period")]
public string? RepeatPeriod { get; init; }
Property Value
RepeatUntil
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("repeat_until")]
public DateOnly? RepeatUntil { get; init; }
Property Value
Settings
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("settings")]
public string? Settings { get; init; }
Property Value
Share
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("share")]
public bool? Share { get; init; }
Property Value
- bool?
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
TimeZone
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("time_zone")]
public string? TimeZone { 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(Blockout?)
public virtual bool Equals(Blockout? other)
Parameters
otherBlockout
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 ==(Blockout?, Blockout?)
public static bool operator ==(Blockout? left, Blockout? right)
Parameters
Returns
operator !=(Blockout?, Blockout?)
public static bool operator !=(Blockout? left, Blockout? right)