Class UserEmail
Entity representing the user's email.
Inheritance
System.Object
UserEmail
Namespace: Den.Dev.Grunt.Models.Waypoint
Assembly: Den.Dev.Grunt.dll
Syntax
[[Den.Dev.Grunt.Models.IsAutomaticallySerializable]]
[[System.Runtime.CompilerServices.Nullable(0)]]
[[System.Runtime.CompilerServices.NullableContext(2)]]
public class UserEmail
Constructors
| Name | Description |
|---|---|
| UserEmail() |
Properties
| Name | Description |
|---|---|
| EmailAddress | Gets or sets the email address string. |
| Verified | Gets or sets a value indicating whether the email address is verified. |