Kind: Class
Source: Frontend/src/app/models/person/person-email.model.ts (line 2)
Part of: Frontend
Properties
| Property | Type |
|---|---|
PersonEmailID | number |
PersonID | number |
EmailAddressTypeID | number |
Email | string |
EmailVerified | boolean |
EmailVerificationHash | string |
IsMain | boolean |
Was this page helpful?