Class BlockoutScheduleConflictRelationships
- Namespace
- Crews.PlanningCenter.Api.Services.V2018_08_01
- Assembly
- Crews.PlanningCenter.Api.dll
Relationships for the BlockoutScheduleConflict resource.
public record BlockoutScheduleConflictRelationships : IEquatable<BlockoutScheduleConflictRelationships>
- Inheritance
-
BlockoutScheduleConflictRelationships
- Implements
- Inherited Members
Constructors
BlockoutScheduleConflictRelationships()
public BlockoutScheduleConflictRelationships()
BlockoutScheduleConflictRelationships(BlockoutScheduleConflictRelationships)
protected BlockoutScheduleConflictRelationships(BlockoutScheduleConflictRelationships original)
Parameters
Properties
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
Organization
Related Organization resource.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("organization")]
public JsonApiRelationship<OrganizationResource>? Organization { get; init; }
Property Value
- JsonApiRelationship<OrganizationResource>
Person
Related Person resource.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("person")]
public JsonApiRelationship<PersonResource>? Person { get; init; }
Property Value
- JsonApiRelationship<PersonResource>
Plan
Related Plan resource.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("plan")]
public JsonApiRelationship<PlanResource>? Plan { get; init; }
Property Value
- JsonApiRelationship<PlanResource>
PlanPerson
Related PlanPerson resource.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("plan_person")]
public JsonApiRelationship<PlanPersonResource>? PlanPerson { get; init; }
Property Value
- JsonApiRelationship<PlanPersonResource>
ServiceType
Related ServiceType resource.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("service_type")]
public JsonApiRelationship<ServiceTypeResource>? ServiceType { get; init; }
Property Value
- JsonApiRelationship<ServiceTypeResource>
Methods
Equals(BlockoutScheduleConflictRelationships?)
public virtual bool Equals(BlockoutScheduleConflictRelationships? other)
Parameters
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 ==(BlockoutScheduleConflictRelationships?, BlockoutScheduleConflictRelationships?)
public static bool operator ==(BlockoutScheduleConflictRelationships? left, BlockoutScheduleConflictRelationships? right)
Parameters
Returns
operator !=(BlockoutScheduleConflictRelationships?, BlockoutScheduleConflictRelationships?)
public static bool operator !=(BlockoutScheduleConflictRelationships? left, BlockoutScheduleConflictRelationships? right)