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 Customers_Request_GETBYID

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

Constructors

Customers_Request_GETBYID()

Declaration
public Customers_Request_GETBYID()

Properties

abn_ID

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

CacheControlDate

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

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>

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
In This Article
Back to top Generated by DocFX