C# Класс SfSdk.Response.ResponseBase

A base class of type IResponse containing the arguments of the response.
Наследование: IResponse
Показать файл Открыть проект

Защищенные методы

Метод Описание
ResponseBase ( string args ) : System

Creates a new base response.

Описание методов

ResponseBase() защищенный Метод

Creates a new base response.
When arguments are null.
protected ResponseBase ( string args ) : System
args string The response arguments.
Результат System