ToDoItem
ToDoItem:
C# class file: ToDoItem.cs
| Field name | Variable name | Variable type |
|---|---|---|
| megnevezes | appellation | string |
| dokumentumSablonAzonosito | documentTemplateId | int |
| vegrehajtoKretaAzonosito | executiveId | int |
| segitseg | help | string |
| segitsegUrl | helpUrl | string |
| azonosito | id | int |
| isAutomatikus | isAutomatic | bool |
| isElektronizalt | isOnline | bool |
| isKesz | isReady | bool |
| isRendszerKesz | isSystemReady | bool |
| cimke | label | string |
| sorrend | sequence | string |
| rendszerKeszSzoveg | systemReadyText | string |
| teendoKotelezoDokumentum | toDoMandatoryDocumentsList | ToDoMandatoryDocumentsList |