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 Agreements_ChangeTariffs_Request_ACTION

Inheritance
System.Object
Agreements_ChangeTariffs_Request_ACTION
AgreementsChangeTariffs
Namespace: Natec.Widecoup
Assembly: Natec.Entities.dll
Syntax
public class Agreements_ChangeTariffs_Request_ACTION : BaseEntity, IPropertyIndexer

Constructors

Agreements_ChangeTariffs_Request_ACTION()

Declaration
public Agreements_ChangeTariffs_Request_ACTION()

Properties

Activate

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

Cancel

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

DateEnd

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

DateStart

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

EffectiveDate

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

Entities

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

ErrFormat

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

IDType

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

IsCheckBallance

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

Item[String]

Declaration
public object this[string index] { get; set; }
Parameters
Type Name Description
System.String index
Property Value
Type Description
System.Object

lang

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

Mode

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

ModifiedBy

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

ModifiedFrom

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

ParentID

Declaration
public int ParentID { get; set; }
Property Value
Type Description
System.Int32

PlanGroupID

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

Remark

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

TariffBegin

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

TasksJsonData

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