Skip to content

Latest commit

 

History

History
80 lines (56 loc) · 1.56 KB

File metadata and controls

80 lines (56 loc) · 1.56 KB

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