๐Ÿ  Home > ๐Ÿ“Š Data Types > ๐Ÿงฉ CTask

CTask

Namespace: TaskHelper Assembly: TaskHelper

Properties

Name Type Can Read Can Write Description
amount_exec Decimal โœ… โœ…
amount_insp Decimal โœ… โœ…
ChangeDescEnabled Boolean โœ… โŒ
date_exec DateTime โœ… โœ…
date_insp DateTime โœ… โœ…
datecrt DateTime โœ… โœ…
dateupd DateTime โœ… โœ…
DeleteEnabled Boolean โœ… โŒ
DeleteEnabledExec Boolean โœ… โŒ
DeleteEnabledMast Boolean โœ… โŒ
periodicity Int32 โœ… โœ…
priority Int32 โœ… โœ…
purse String โœ… โœ…
state Int32 โœ… โœ…
task_id Int32 โœ… โœ…
task_id_next Int32 โœ… โœ…
task_id_prev Int32 โœ… โœ…
taskstate enTaskState โœ… โœ…
term DateTime โœ… โœ…
title String โœ… โœ…
wmid_exec String โœ… โœ…
wmid_insp String โœ… โœ…
wmid_mast String โœ… โœ…

Usage Examples

C# Example

var obj = new CTask
{
    task_id = 123,
    wmid_mast = "123456789012",
    wmid_exec = "123456789012",
    wmid_insp = "123456789012",
    term = DateTime.Now,
    title = "sample string",
    state = 123,
    amount_insp = 100.00m,
    amount_exec = 100.00m,
    purse = "R000000000000",
    datecrt = DateTime.Now,
    dateupd = DateTime.Now,
    date_exec = DateTime.Now,
    date_insp = DateTime.Now,
    periodicity = 123,
    task_id_prev = 123,
    task_id_next = 123,
    priority = 123,
    taskstate = new enTaskState(),
    ChangeDescEnabled = true,
    DeleteEnabled = true,
    DeleteEnabledMast = true,
    DeleteEnabledExec = true,
};

JSON Representation

{
  "task_id": 123,
  "wmid_mast": "123456789012",
  "wmid_exec": "123456789012",
  "wmid_insp": "123456789012",
  "term": "2024-01-01T00:00:00",
  "title": "string",
  "state": 123,
  "amount_insp": 100.00,
  "amount_exec": 100.00,
  "purse": "string",
  "datecrt": "2024-01-01T00:00:00",
  "dateupd": "2024-01-01T00:00:00",
  "date_exec": "2024-01-01T00:00:00",
  "date_insp": "2024-01-01T00:00:00",
  "periodicity": 123,
  "task_id_prev": 123,
  "task_id_next": 123,
  "priority": 123,
  "taskstate": {},
  "ChangeDescEnabled": true,
  "DeleteEnabled": true,
  "DeleteEnabledMast": true,
  "DeleteEnabledExec": true
}

โฌ…๏ธ Back to Data Types | ๐Ÿ  API Overview | ๐Ÿ’ป Code Examples

results matching ""

    No results matching ""