Class TeamLeader
- Namespace
- Crews.PlanningCenter.Api.Services.V2018_11_01
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the TeamLeader resource.
public record TeamLeader : IEquatable<TeamLeader>
- Inheritance
-
TeamLeader
- Implements
- Inherited Members
Constructors
TeamLeader()
public TeamLeader()
TeamLeader(TeamLeader)
protected TeamLeader(TeamLeader original)
Parameters
originalTeamLeader
Properties
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
SendResponsesForAccepts
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("send_responses_for_accepts")]
public bool? SendResponsesForAccepts { get; init; }
Property Value
- bool?
SendResponsesForBlockouts
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("send_responses_for_blockouts")]
public bool? SendResponsesForBlockouts { get; init; }
Property Value
- bool?
SendResponsesForDeclines
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("send_responses_for_declines")]
public bool? SendResponsesForDeclines { get; init; }
Property Value
- bool?
Methods
Equals(TeamLeader?)
public virtual bool Equals(TeamLeader? other)
Parameters
otherTeamLeader
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 ==(TeamLeader?, TeamLeader?)
public static bool operator ==(TeamLeader? left, TeamLeader? right)
Parameters
leftTeamLeaderrightTeamLeader
Returns
operator !=(TeamLeader?, TeamLeader?)
public static bool operator !=(TeamLeader? left, TeamLeader? right)
Parameters
leftTeamLeaderrightTeamLeader