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_Request_GET

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

Constructors

Accounts_Request_GET()

Declaration
public Accounts_Request_GET()

Properties

CacheControlDate

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

CategoryID

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

ClassID

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

ID

Declaration
public int ID { 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

PageIndex

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

PageSize

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

ParentID

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

PayTypeID

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

RegistrCatID

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

TypeID

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