logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Interface IFeedbackDefinitionProvider

    Resolves a feedback definition id into engine-agnostic FeedbackDefinitionData.

    Namespace: Serenity.Feedback.Application.Interfaces
    Assembly: Serenity.Feedback.Application.dll
    Syntax
    public interface IFeedbackDefinitionProvider

    Methods

    TryGet(string, out FeedbackDefinitionData)

    Attempts to resolve a definition by id.

    Declaration
    bool TryGet(string id, out FeedbackDefinitionData definition)
    Parameters
    Type Name Description
    string id

    The definition id or guid.

    FeedbackDefinitionData definition

    The resolved definition data when found.

    Returns
    Type Description
    bool

    True when a definition was found.

    In this article
    © 2026 Serenity. All Rights Reserved