Table of Contents

Class PersonApp

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

Attributes for the PersonApp resource.

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

Constructors

PersonApp()

public PersonApp()

PersonApp(PersonApp)

protected PersonApp(PersonApp original)

Parameters

original PersonApp

Properties

AllowPcoLogin

Planning Center does not provide a description for this attribute.

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

Property Value

bool?

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

PeoplePermissions

Possible values: no_access, viewer, or editor

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

Property Value

string

Methods

Equals(PersonApp?)

public virtual bool Equals(PersonApp? other)

Parameters

other PersonApp

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

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

Parameters

left PersonApp
right PersonApp

Returns

bool

operator !=(PersonApp?, PersonApp?)

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

Parameters

left PersonApp
right PersonApp

Returns

bool