Table of Contents

Class ListResult

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

Attributes for the ListResult resource.

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

Constructors

ListResult()

public ListResult()

ListResult(ListResult)

protected ListResult(ListResult original)

Parameters

original ListResult

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

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(ListResult?)

public virtual bool Equals(ListResult? other)

Parameters

other ListResult

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

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

Parameters

left ListResult
right ListResult

Returns

bool

operator !=(ListResult?, ListResult?)

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

Parameters

left ListResult
right ListResult

Returns

bool