Property |
Value |
Description |
An simple phonenumber. |
Namespace |
DoofesZeug.Entities.ManMade.Communication |
BaseClass |
Entity |
SourceCode |
Phone.cs |
Name |
Type |
Read |
Write |
DefaultValue |
Number |
String |
✓ |
✓ |
NULL |
PhoneType |
PhoneType? |
✓ |
✓ |
NULL |
InformationType |
InformationType? |
✓ |
✓ |
NULL |
Name |
Type |
Read |
Write |
DefaultValue |
|
|
|
|
|

An example or code snippet follows soon.
┌─────────────────┬──────────────────┐
│ Property │ Value │
├─────────────────┼──────────────────┤
│ Number │ +49 54321 424269 │
│ PhoneType │ Landline │
│ InformationType │ Private │
└─────────────────┴──────────────────┘
{
"Number": "+49 54321 424269",
"PhoneType": "Landline",
"InformationType": "Private"
}
Number: +49 54321 424269
PhoneType: Landline
InformationType: Private