C# Класс Summer.Batch.Data.Parameter.PlaceholderGetter

Default implementation of IPlaceholderGetter.
Наследование: IPlaceholderGetter
Показать файл Открыть проект

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

Метод Описание
GetPlaceholder ( string name ) : string

Gets the correct placeholder for a query parameter.

PlaceholderGetter ( string>.Func placeholderGetter, bool named ) : System

Constructs a new PlaceholderGetter.

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

GetPlaceholder() публичный Метод

Gets the correct placeholder for a query parameter.
public GetPlaceholder ( string name ) : string
name string the name of the parameter
Результат string

PlaceholderGetter() публичный Метод

Constructs a new PlaceholderGetter.
public PlaceholderGetter ( string>.Func placeholderGetter, bool named ) : System
placeholderGetter string>.Func a function that takes a parameter name and return its placeholder
named bool whether the new is named
Результат System