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