Table of Contents

Class SocialProfile

Namespace
Crews.PlanningCenter.Api.People.V2020_04_06
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

original SocialProfile

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

DateTime?

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

Site

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("site")]
public string? Site { get; init; }

Property Value

string

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

DateTime?

Url

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("url")]
public string? Url { get; init; }

Property Value

string

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

other SocialProfile

Returns

bool

Equals(object?)

public override bool Equals(object? obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

PrintMembers(StringBuilder)

protected virtual bool PrintMembers(StringBuilder builder)

Parameters

builder StringBuilder

Returns

bool

ToString()

public override string ToString()

Returns

string

Operators

operator ==(SocialProfile?, SocialProfile?)

public static bool operator ==(SocialProfile? left, SocialProfile? right)

Parameters

left SocialProfile
right SocialProfile

Returns

bool

operator !=(SocialProfile?, SocialProfile?)

public static bool operator !=(SocialProfile? left, SocialProfile? right)

Parameters

left SocialProfile
right SocialProfile

Returns

bool