Class App
- Namespace
- Crews.PlanningCenter.Api.People.V2022_01_05
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the App resource.
public record App : IEquatable<App>
- Inheritance
-
App
- Implements
- Inherited Members
Constructors
App()
public App()
App(App)
protected App(App original)
Parameters
originalApp
Properties
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
Name
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("name")]
public string? Name { 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
Methods
Equals(App?)
public virtual bool Equals(App? other)
Parameters
otherApp
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 ==(App?, App?)
public static bool operator ==(App? left, App? right)
Parameters
Returns
operator !=(App?, App?)
public static bool operator !=(App? left, App? right)