資源簡介
ligerRMV2
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Text;
using?System.Web;
using?System.IO;
using?System.Reflection;
using?System.Web.Compilation;
using?System.Web.script.Serialization;
using?System.Linq;
using?System.Collections.Specialized;
using?Liger.Common;
using?Liger.Data;
using?Liger.Common.Extensions;
namespace?LigerRM.Common
{
????///?
????///?內(nèi)部?Ajax?方法?容器
????///?
????internal?class?AjaxAction
????{
????????public?AjaxAction(MethodInfo?method)
????????{
????????????this.Method?=?method;
????????????this.Parameters?=?this.Method.GetParameters();
????????}
????????public?MethodInfo?Method?{?get;?private?set;?}
????????public?ParameterInfo[]?Parameters?{?get;?private?set;?}
????}
}
- 上一篇:比例閥的基本原理及應(yīng)用
- 下一篇:Qt黑白棋項目源碼
評論
共有 條評論