Skip to the content.

Phone

Generally

Property Value
Description An simple phonenumber.
Namespace DoofesZeug.Entities.ManMade.Communication
BaseClass Entity
SourceCode Phone.cs

Properties

Declared

Name Type Read Write DefaultValue
Number String NULL
PhoneType PhoneType? NULL
InformationType InformationType? NULL

Inherited

Name Type Read Write DefaultValue
         

UML Diagram

Phone.png


Code Example

An example or code snippet follows soon.

Console Example

┌─────────────────┬──────────────────┐
│ Property        │ Value            │
├─────────────────┼──────────────────┤
│ Number          │ +49 54321 424269 │
│ PhoneType       │ Landline         │
│ InformationType │ Private          │
└─────────────────┴──────────────────┘

JSON Example

{
  "Number": "+49 54321 424269",
  "PhoneType": "Landline",
  "InformationType": "Private"
}

YAML Example

Number: +49 54321 424269
PhoneType: Landline
InformationType: Private