Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserCacheRefresher.JsonPayload

    Represents the JSON payload for user cache refresh operations.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Cache
    Assembly: Umbraco.Core.dll
    Syntax
    public record UserCacheRefresher.JsonPayload

    Constructors

    View Source

    JsonPayload()

    Declaration
    public JsonPayload()
    View Source

    JsonPayload(JsonPayload)

    Declaration
    protected JsonPayload(UserCacheRefresher.JsonPayload original)
    Parameters
    Type Name Description
    UserCacheRefresher.JsonPayload original

    Properties

    View Source

    EqualityContract

    Declaration
    protected virtual Type EqualityContract { get; }
    Property Value
    Type Description
    Type
    View Source

    Id

    Gets the identifier of the user.

    Declaration
    public int Id { get; init; }
    Property Value
    Type Description
    int
    View Source

    Key

    Gets the unique key of the user.

    Declaration
    public Guid Key { get; init; }
    Property Value
    Type Description
    Guid

    Methods

    View Source

    Equals(object?)

    Declaration
    public override bool Equals(object? obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    View Source

    Equals(JsonPayload?)

    Declaration
    public virtual bool Equals(UserCacheRefresher.JsonPayload? other)
    Parameters
    Type Name Description
    UserCacheRefresher.JsonPayload other
    Returns
    Type Description
    bool
    View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    View Source

    PrintMembers(StringBuilder)

    Declaration
    protected virtual bool PrintMembers(StringBuilder builder)
    Parameters
    Type Name Description
    StringBuilder builder
    Returns
    Type Description
    bool
    View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    Operators

    View Source

    operator ==(JsonPayload?, JsonPayload?)

    Declaration
    public static bool operator ==(UserCacheRefresher.JsonPayload? left, UserCacheRefresher.JsonPayload? right)
    Parameters
    Type Name Description
    UserCacheRefresher.JsonPayload left
    UserCacheRefresher.JsonPayload right
    Returns
    Type Description
    bool
    View Source

    operator !=(JsonPayload?, JsonPayload?)

    Declaration
    public static bool operator !=(UserCacheRefresher.JsonPayload? left, UserCacheRefresher.JsonPayload? right)
    Parameters
    Type Name Description
    UserCacheRefresher.JsonPayload left
    UserCacheRefresher.JsonPayload right
    Returns
    Type Description
    bool
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX