C# 클래스 Summer.Batch.Data.Parameter.PlaceholderGetter

Default implementation of IPlaceholderGetter.
상속: IPlaceholderGetter
파일 보기 프로젝트 열기: SummerBatch/SummerBatch

공개 메소드들

메소드 설명
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