Skip to content

Latest commit

 

History

History
76 lines (52 loc) · 1.64 KB

File metadata and controls

76 lines (52 loc) · 1.64 KB

Homepage

Generally

Property Value
Description An simple link to an homepage.
Namespace DoofesZeug.Entities.ManMade.Communication
BaseClass Entity
SourceCode Homepage.cs

Properties

Declared

Name Type Read Write DefaultValue
Url String NULL
InformationType InformationType? NULL

Inherited

Name Type Read Write DefaultValue

UML Diagram

Homepage.png


Code Example

An example or code snippet follows soon.

Console Example

┌─────────────────┬────────────────────────────────┐
│ Property        │ Value                          │
├─────────────────┼────────────────────────────────┤
│ Url             │ https://github.com/ObiWanLansi │
│ InformationType │ Business                       │
└─────────────────┴────────────────────────────────┘

JSON Example

{
  "Url": "https://github.com/ObiWanLansi",
  "InformationType": "Business"
}

YAML Example

Url: https://github.com/ObiWanLansi
InformationType: Business