C# Класс SampleHelpers, code

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ApplyOptionalParms ( object request, object optional ) : object

Using reflection to apply optional parameters to the request. If the optonal parameters are null then we will just return the request as is.

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

ApplyOptionalParms() публичный статический Метод

Using reflection to apply optional parameters to the request. If the optonal parameters are null then we will just return the request as is.
public static ApplyOptionalParms ( object request, object optional ) : object
request object The request.
optional object The optional parameters.
Результат object