Class SocialProfile
- Namespace
- Crews.PlanningCenter.Api.People.V2019_10_10
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the SocialProfile resource.
public record SocialProfile : IEquatable<SocialProfile>
- Inheritance
-
SocialProfile
- Implements
- Inherited Members
Constructors
SocialProfile()
public SocialProfile()
SocialProfile(SocialProfile)
protected SocialProfile(SocialProfile original)
Parameters
originalSocialProfile
Properties
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
Site
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("site")]
public string? Site { 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
Url
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("url")]
public string? Url { get; init; }
Property Value
Verified
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("verified")]
public bool? Verified { get; init; }
Property Value
- bool?
Methods
Equals(SocialProfile?)
public virtual bool Equals(SocialProfile? other)
Parameters
otherSocialProfile
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 ==(SocialProfile?, SocialProfile?)
public static bool operator ==(SocialProfile? left, SocialProfile? right)
Parameters
leftSocialProfilerightSocialProfile
Returns
operator !=(SocialProfile?, SocialProfile?)
public static bool operator !=(SocialProfile? left, SocialProfile? right)
Parameters
leftSocialProfilerightSocialProfile