LoginInputModelEmailAddress Property

Email Address applied to this business object.

Definition

Namespace: MobileTrack.Web.Components.Models
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public required string EmailAddress { get; set; }

Property Value

String

Implements

IHasEmailAddressEmailAddress

Remarks

  • Valid state – This property must always be set; IsNullOrWhiteSpace(String) is not allowed!
    Once set, the email address must conform to the RFC-5322 specifications, .
  • Multi-tenancy Uniqueness – The email address must be unique within the entire environment, regardless of the CompanyDto it belongs to.
    This is to ensure that no two AccountDto's can have the same email address, which would make sign-ins ambiguous.

See Also