Table of Contents

Class SignupSheetMetadataRelationships

Namespace
Crews.PlanningCenter.Api.Services.V2018_08_01
Assembly
Crews.PlanningCenter.Api.dll

Relationships for the SignupSheetMetadata resource.

public record SignupSheetMetadataRelationships : IEquatable<SignupSheetMetadataRelationships>
Inheritance
SignupSheetMetadataRelationships
Implements
Inherited Members

Constructors

SignupSheetMetadataRelationships()

public SignupSheetMetadataRelationships()

SignupSheetMetadataRelationships(SignupSheetMetadataRelationships)

protected SignupSheetMetadataRelationships(SignupSheetMetadataRelationships original)

Parameters

original SignupSheetMetadataRelationships

Properties

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

PlanTime

Related PlanTime resource.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("plan_time")]
public JsonApiRelationship<PlanTimeResource>? PlanTime { get; init; }

Property Value

JsonApiRelationship<PlanTimeResource>

Methods

Equals(SignupSheetMetadataRelationships?)

public virtual bool Equals(SignupSheetMetadataRelationships? other)

Parameters

other SignupSheetMetadataRelationships

Returns

bool

Equals(object?)

public override bool Equals(object? obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

PrintMembers(StringBuilder)

protected virtual bool PrintMembers(StringBuilder builder)

Parameters

builder StringBuilder

Returns

bool

ToString()

public override string ToString()

Returns

string

Operators

operator ==(SignupSheetMetadataRelationships?, SignupSheetMetadataRelationships?)

public static bool operator ==(SignupSheetMetadataRelationships? left, SignupSheetMetadataRelationships? right)

Parameters

left SignupSheetMetadataRelationships
right SignupSheetMetadataRelationships

Returns

bool

operator !=(SignupSheetMetadataRelationships?, SignupSheetMetadataRelationships?)

public static bool operator !=(SignupSheetMetadataRelationships? left, SignupSheetMetadataRelationships? right)

Parameters

left SignupSheetMetadataRelationships
right SignupSheetMetadataRelationships

Returns

bool