EMailAddress
Generally
| Property | Value |
|---|---|
| Description | An simplified emailaddress. |
| Namespace | DoofesZeug.Entities.ManMade.Communication |
| BaseClass | Entity |
| SourceCode | EMailAddress.cs |
Properties
Declared
| Name | Type | Read | Write | DefaultValue |
|---|---|---|---|---|
| Address | String | ✓ | ✓ | NULL |
| InformationType | InformationType? | ✓ | ✓ | NULL |
Inherited
| Name | Type | Read | Write | DefaultValue |
|---|---|---|---|---|
UML Diagram

Code Example
An example or code snippet follows soon.
Console Example
┌─────────────────┬────────────────────────┐
│ Property │ Value │
├─────────────────┼────────────────────────┤
│ Address │ obiwanlansi@github.com │
│ InformationType │ Business │
└─────────────────┴────────────────────────┘
JSON Example
{
"Address": "obiwanlansi@github.com",
"InformationType": "Business"
}
YAML Example
Address: obiwanlansi@github.com
InformationType: Business