logo mef-dev
  • Developer's Guide
    • Plugin basics
    • Introduction
    • Platform overview
    • Plugin guides
    • First UI package
    • Package registration
    • First Backend package
    • Portal package creation
    • REST API
    • REST API using
    • Request Formats
  • Documentation
    • UI Kit documentation
    • Telecom BSS
    • Ui Kit Demo
  • Blog
  • Community
Image Image
Show / Hide Table of Contents

Class p_get_Tasks_ResultModel

Inheritance
System.Object
p_get_Tasks_ResultModel
Namespace: Natec.Widecoup
Assembly: Natec.Entities.dll
Syntax
public class p_get_Tasks_ResultModel : Object

Constructors

p_get_Tasks_ResultModel()

Declaration
public p_get_Tasks_ResultModel()

Properties

ID_GroupATS

Declaration
public Nullable<int> ID_GroupATS { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

lig_ID

Declaration
public Nullable<long> lig_ID { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

tsk_DateStart

Declaration
public Nullable<DateTime> tsk_DateStart { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

tsk_ID

Declaration
public Nullable<long> tsk_ID { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

tsk_PeriodBegin

Declaration
public Nullable<DateTime> tsk_PeriodBegin { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

tsk_PeriodEnd

Declaration
public Nullable<DateTime> tsk_PeriodEnd { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

tsk_ProcessName

Declaration
public string tsk_ProcessName { get; set; }
Property Value
Type Description
System.String

tsk_State

Declaration
public string tsk_State { get; set; }
Property Value
Type Description
System.String

tsk_StateMessage

Declaration
public string tsk_StateMessage { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX