Class BaseSendToUserEmail_RenderModel
- Namespace
- Raytha.Application.Common.Models.RenderModels
- Assembly
- Raytha.Application.dll
public abstract record BaseSendToUserEmail_RenderModel : IInsertTemplateVariable, IEquatable<BaseSendToUserEmail_RenderModel>
- Inheritance
-
BaseSendToUserEmail_RenderModel
- Implements
-
- Derived
-
- Inherited Members
-
Properties
AuthenticationScheme
public string AuthenticationScheme { get; init; }
Property Value
- string
CustomAttributes
public dynamic CustomAttributes { get; init; }
Property Value
- dynamic
EmailAddress
public string EmailAddress { get; init; }
Property Value
- string
FirstName
public string FirstName { get; init; }
Property Value
- string
FullName
public string FullName { get; }
Property Value
- string
Id
public string Id { get; init; }
Property Value
- string
IsAdmin
public bool IsAdmin { get; init; }
Property Value
- bool
LastName
public string LastName { get; init; }
Property Value
- string
LoginUrl
public string LoginUrl { get; init; }
Property Value
- string
SsoId
public string SsoId { 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