View Source
Class UserCacheRefresher.JsonPayload
Represents the JSON payload for user cache refresh operations.
Assembly: Umbraco.Core.dll
Syntax
public record UserCacheRefresher.JsonPayload
Constructors
View Source
JsonPayload()
Declaration
View Source
JsonPayload(JsonPayload)
Declaration
protected JsonPayload(UserCacheRefresher.JsonPayload original)
Parameters
Properties
View Source
EqualityContract
Declaration
protected virtual Type EqualityContract { get; }
Property Value
View Source
Id
Gets the identifier of the user.
Declaration
public int Id { get; init; }
Property Value
View Source
Key
Gets the unique key of the user.
Declaration
public Guid Key { get; init; }
Property Value
Methods
View Source
Equals(object?)
Declaration
public override bool Equals(object? obj)
Parameters
| Type |
Name |
Description |
| object |
obj |
|
Returns
View Source
Equals(JsonPayload?)
Declaration
public virtual bool Equals(UserCacheRefresher.JsonPayload? other)
Parameters
Returns
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
View Source
PrintMembers(StringBuilder)
Declaration
protected virtual bool PrintMembers(StringBuilder builder)
Parameters
| Type |
Name |
Description |
| StringBuilder |
builder |
|
Returns
View Source
ToString()
Declaration
public override string ToString()
Returns
Operators
View Source
operator ==(JsonPayload?, JsonPayload?)
Declaration
public static bool operator ==(UserCacheRefresher.JsonPayload? left, UserCacheRefresher.JsonPayload? right)
Parameters
Returns
View Source
operator !=(JsonPayload?, JsonPayload?)
Declaration
public static bool operator !=(UserCacheRefresher.JsonPayload? left, UserCacheRefresher.JsonPayload? right)
Parameters
Returns