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
originalReportTemplate
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
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
Title
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("title")]
public string? Title { get; init; }
Property Value
Type
Possible values: ReportMatrix, ReportPeople, ReportPlan
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("type")]
public string? Type { get; init; }
Property Value
Methods
Equals(ReportTemplate?)
public virtual bool Equals(ReportTemplate? other)
Parameters
otherReportTemplate
Returns
Equals(object?)
public override bool Equals(object? obj)
Parameters
objobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
PrintMembers(StringBuilder)
protected virtual bool PrintMembers(StringBuilder builder)
Parameters
builderStringBuilder
Returns
ToString()
public override string ToString()
Returns
Operators
operator ==(ReportTemplate?, ReportTemplate?)
public static bool operator ==(ReportTemplate? left, ReportTemplate? right)
Parameters
leftReportTemplaterightReportTemplate
Returns
operator !=(ReportTemplate?, ReportTemplate?)
public static bool operator !=(ReportTemplate? left, ReportTemplate? right)
Parameters
leftReportTemplaterightReportTemplate