Table of Contents

Class LocationLabel

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

Attributes for the LocationLabel resource.

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

Constructors

LocationLabel()

public LocationLabel()

LocationLabel(LocationLabel)

protected LocationLabel(LocationLabel original)

Parameters

original LocationLabel

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

DateTime?

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

ForGuest

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("for_guest")]
public bool? ForGuest { get; init; }

Property Value

bool?

ForRegular

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("for_regular")]
public bool? ForRegular { get; init; }

Property Value

bool?

ForVolunteer

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("for_volunteer")]
public bool? ForVolunteer { get; init; }

Property Value

bool?

Quantity

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("quantity")]
public int? Quantity { get; init; }

Property Value

int?

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

DateTime?

Methods

Equals(LocationLabel?)

public virtual bool Equals(LocationLabel? other)

Parameters

other LocationLabel

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 ==(LocationLabel?, LocationLabel?)

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

Parameters

left LocationLabel
right LocationLabel

Returns

bool

operator !=(LocationLabel?, LocationLabel?)

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

Parameters

left LocationLabel
right LocationLabel

Returns

bool