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 ProviderBankDetails_Request_GET

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

Constructors

ProviderBankDetails_Request_GET()

Declaration
public ProviderBankDetails_Request_GET()

Properties

ErrFormat

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

Item[String]

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

PageNumber

Declaration
public Nullable<int> PageNumber { 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>
In This Article
Back to top Generated by DocFX