Class CreateUserSubmit_RenderModel
- Namespace
- Raytha.Application.Login
- Assembly
- Raytha.Application.dll
public record CreateUserSubmit_RenderModel : BaseFormSubmit_RenderModel, IInsertTemplateVariable, IEquatable<BaseFormSubmit_RenderModel>, IEquatable<CreateUserSubmit_RenderModel>
- Inheritance
-
CreateUserSubmit_RenderModel
- Implements
- Inherited Members
Properties
EmailAddress
public string EmailAddress { get; init; }
Property Value
FirstName
public string FirstName { get; init; }
Property Value
LastName
public string LastName { get; init; }
Property Value
Methods
GetDeveloperNames()
public override IEnumerable<string> GetDeveloperNames()