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
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