C# 클래스 XSpect.MetaTweet.Requesting.RequestTemplate

상속: StoredRequest
파일 보기 프로젝트 열기: takeshik/metatweet-old

공개 메소드들

메소드 설명
Apply ( String>.IDictionary arguments ) : Request

ストアド リクエストを適用し、Request を返します。

RequestTemplate ( String name, String description, String template ) : System

RequestTemplate クラスの新しいインスタンスを初期化します。

비공개 메소드들

메소드 설명
Replace ( Fragment fragment, String>.IDictionary arguments ) : Fragment
Replace ( string>.IEnumerable dictionary, String>.IDictionary arguments ) : String>.IDictionary
Replace ( Request request, String>.IDictionary arguments ) : Request
Replace ( String str, String>.IDictionary arguments ) : String

메소드 상세

Apply() 공개 메소드

ストアド リクエストを適用し、Request を返します。
public Apply ( String>.IDictionary arguments ) : Request
arguments String>.IDictionary ストアド リクエストに渡す引数。
리턴 Request

RequestTemplate() 공개 메소드

RequestTemplate クラスの新しいインスタンスを初期化します。
public RequestTemplate ( String name, String description, String template ) : System
name String ストアド リクエストの名前。
description String ストアド リクエストの説明。
template String ストアド リクエストの処理内容を表すテンプレート文字列。
리턴 System