Class ScheduledPerson
- Namespace
- Crews.PlanningCenter.Api.Services.V2018_11_01
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the ScheduledPerson resource.
public record ScheduledPerson : IEquatable<ScheduledPerson>
- Inheritance
-
ScheduledPerson
- Implements
- Inherited Members
Constructors
ScheduledPerson()
public ScheduledPerson()
ScheduledPerson(ScheduledPerson)
protected ScheduledPerson(ScheduledPerson original)
Parameters
originalScheduledPerson
Properties
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
FullName
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("full_name")]
public string? FullName { get; init; }
Property Value
Status
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("status")]
public string? Status { get; init; }
Property Value
Thumbnail
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("thumbnail")]
public string? Thumbnail { get; init; }
Property Value
Methods
Equals(ScheduledPerson?)
public virtual bool Equals(ScheduledPerson? other)
Parameters
otherScheduledPerson
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 ==(ScheduledPerson?, ScheduledPerson?)
public static bool operator ==(ScheduledPerson? left, ScheduledPerson? right)
Parameters
leftScheduledPersonrightScheduledPerson
Returns
operator !=(ScheduledPerson?, ScheduledPerson?)
public static bool operator !=(ScheduledPerson? left, ScheduledPerson? right)
Parameters
leftScheduledPersonrightScheduledPerson