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

CTaskMsgComp

Namespace: TaskHelper Assembly: TaskHelper

Properties

Name Type Can Read Can Write Description
bComplete Boolean โœ… โŒ
datecrt DateTime โœ… โœ…
dir Int32 โœ… โœ…
id Int32 โœ… โœ…
msg String โœ… โœ…
task_id Int32 โœ… โœ…

Usage Examples

C# Example

var obj = new CTaskMsgComp
{
    id = 123,
    task_id = 123,
    msg = "sample string",
    datecrt = DateTime.Now,
    dir = 123,
    bComplete = true,
};

JSON Representation

{
  "id": 123,
  "task_id": 123,
  "msg": "string",
  "datecrt": "2024-01-01T00:00:00",
  "dir": 123,
  "bComplete": true
}

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

results matching ""

    No results matching ""