Table of Contents

Class App

Namespace
Crews.PlanningCenter.Api.People.V2023_03_21
Assembly
Crews.PlanningCenter.Api.dll

Attributes for the App resource.

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

Constructors

App()

public App()

App(App)

protected App(App original)

Parameters

original App

Properties

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

Name

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("name")]
public string? Name { get; init; }

Property Value

string

Url

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("url")]
public string? Url { get; init; }

Property Value

string

Methods

Equals(App?)

public virtual bool Equals(App? other)

Parameters

other App

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

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

Parameters

left App
right App

Returns

bool

operator !=(App?, App?)

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

Parameters

left App
right App

Returns

bool