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 CreateTaskRequest

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

Constructors

CreateTaskRequest()

Declaration
public CreateTaskRequest()

Properties

DateStart

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

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>

PeriodBegin

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

PeriodEnd

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

ProcessName

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

State

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

StateMessage

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

TaskId

Declaration
public Nullable<long> TaskId { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>
In This Article
Back to top Generated by DocFX