Class GenericError_RenderModel
- Namespace
- Raytha.Application.Common.Models.RenderModels
- Assembly
- Raytha.Application.dll
public record GenericError_RenderModel : IInsertTemplateVariable, IEquatable<GenericError_RenderModel>
- Inheritance
-
GenericError_RenderModel
- Implements
-
- Inherited Members
-
Properties
ErrorId
public string ErrorId { get; init; }
Property Value
- string
ErrorMessage
public string ErrorMessage { get; init; }
Property Value
- string
Methods
GetDeveloperNames()
public virtual IEnumerable<string> GetDeveloperNames()
Returns
- IEnumerable<string>
GetTemplateVariables()
public virtual IEnumerable<KeyValuePair<string, string>> GetTemplateVariables()
Returns
- IEnumerable<KeyValuePair<string, string>>
GetTemplateVariablesAsForEachLiquidSyntax()
public virtual string GetTemplateVariablesAsForEachLiquidSyntax()
Returns
- string