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 Accounts_Response_GET_OUTPUT

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

Constructors

Accounts_Response_GET_OUTPUT()

Declaration
public Accounts_Response_GET_OUTPUT()

Properties

AccountID

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

CategoryID

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

CategoryName

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

ClassID

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

ClassName

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

CurrencyCode

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

CustomerID

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

IDType

Declaration
public int IDType { get; set; }
Property Value
Type Description
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

Number

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

PayTypeID

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

PayTypeName

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

RegistrCatID

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

RegistrCatName

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

TotalCount

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

TypeID

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

TypeName

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