Class Contributor
- Namespace
- Crews.PlanningCenter.Api.Services.V2018_11_01
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the Contributor resource.
public record Contributor : IEquatable<Contributor>
- Inheritance
-
Contributor
- Implements
- Inherited Members
Constructors
Contributor()
public Contributor()
Contributor(Contributor)
protected Contributor(Contributor original)
Parameters
originalContributor
Properties
ContributableAction
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("contributable_action")]
public string? ContributableAction { get; init; }
Property Value
ContributableCategory
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("contributable_category")]
public string? ContributableCategory { get; init; }
Property Value
ContributableType
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("contributable_type")]
public string? ContributableType { get; init; }
Property Value
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
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
PhotoThumbnailUrl
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("photo_thumbnail_url")]
public string? PhotoThumbnailUrl { get; init; }
Property Value
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
Methods
Equals(Contributor?)
public virtual bool Equals(Contributor? other)
Parameters
otherContributor
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 ==(Contributor?, Contributor?)
public static bool operator ==(Contributor? left, Contributor? right)
Parameters
leftContributorrightContributor
Returns
operator !=(Contributor?, Contributor?)
public static bool operator !=(Contributor? left, Contributor? right)
Parameters
leftContributorrightContributor