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. |