Class BlockoutScheduleConflict
- Namespace
- Crews.PlanningCenter.Api.Services.V2018_08_01
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the BlockoutScheduleConflict resource.
public record BlockoutScheduleConflict : IEquatable<BlockoutScheduleConflict>
- Inheritance
-
BlockoutScheduleConflict
- Implements
- Inherited Members
Constructors
BlockoutScheduleConflict()
public BlockoutScheduleConflict()
BlockoutScheduleConflict(BlockoutScheduleConflict)
protected BlockoutScheduleConflict(BlockoutScheduleConflict original)
Parameters
originalBlockoutScheduleConflict
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?
Dates
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("dates")]
public string? Dates { 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
PersonAvatar
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("person_avatar")]
public string? PersonAvatar { 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
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
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(BlockoutScheduleConflict?)
public virtual bool Equals(BlockoutScheduleConflict? other)
Parameters
otherBlockoutScheduleConflict
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 ==(BlockoutScheduleConflict?, BlockoutScheduleConflict?)
public static bool operator ==(BlockoutScheduleConflict? left, BlockoutScheduleConflict? right)
Parameters
leftBlockoutScheduleConflictrightBlockoutScheduleConflict
Returns
operator !=(BlockoutScheduleConflict?, BlockoutScheduleConflict?)
public static bool operator !=(BlockoutScheduleConflict? left, BlockoutScheduleConflict? right)
Parameters
leftBlockoutScheduleConflictrightBlockoutScheduleConflict