Exemplo n.º 1
0
// コンストラクタ

		/// <summary>
		/// アマ検の検索のためのアクションのインスタンスを開始します。
		/// </summary>
		public AmazonDoSearch(AmazonSearch model, AbsPath path, string query, AmazonIndexType ait, int page) : base(model, path){
			myPath = myModel.BasePath;
			myQuery = query;
			myIndexType = ait;
			myPageNum = page;
			if(myPageNum < 1) myPageNum = 1;
		}
Exemplo n.º 2
0
// コンストラクタ

		protected AmazonAction(AmazonSearch model, AbsPath path) : base(model, path){}
Exemplo n.º 3
0
// コンストラクタ

		/// <summary>
		/// アマ検のフォーム表示のためのアクションのインスタンスを開始します。
		/// </summary>
		public AmazonViewSearchForm(AmazonSearch model, AbsPath path) : base(model, path){
			myPath = myModel.BasePath;
		}