Table of Contents

Class ReportTemplate

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

Attributes for the ReportTemplate resource.

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

Constructors

ReportTemplate()

public ReportTemplate()

ReportTemplate(ReportTemplate)

protected ReportTemplate(ReportTemplate original)

Parameters

original ReportTemplate

Properties

Body

Planning Center does not provide a description for this attribute.

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

Property Value

string

Default

A template provided by Planning Center

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

Property Value

bool?

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

Title

Planning Center does not provide a description for this attribute.

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

Property Value

string

Type

Possible values: ReportMatrix, ReportPeople, ReportPlan

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

Property Value

string

Methods

Equals(ReportTemplate?)

public virtual bool Equals(ReportTemplate? other)

Parameters

other ReportTemplate

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

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

Parameters

left ReportTemplate
right ReportTemplate

Returns

bool

operator !=(ReportTemplate?, ReportTemplate?)

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

Parameters

left ReportTemplate
right ReportTemplate

Returns

bool