資源簡介
liger ui 應用實例
代碼片段和文件信息
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
{
????///?
????///?內部?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;?}
????}
}
評論
共有 條評論