using System; using System.Collections; using BP.DA; using BP.En; using BP.Sys.XML; namespace BP.Sys { public class MapExtXmlList { /// /// 转载数据 /// public const string FullData = "FullData"; public const string FullDataDtl = "FullDataDtl"; /// /// 求和 /// public const string AutoFull = "AutoFull"; /// /// 对从表列求和 /// public const string AutoFullDtlField = "AutoFullDtlField"; /// /// 自动填充 /// public const string ActiveDDL = "ActiveDDL"; /// /// 查询条件级联关系. /// public const string ActiveDDLSearchCond = "ActiveDDLSearchCond"; /// /// 输入验证 /// public const string InputCheck = "InputCheck"; /// /// 文本框自动填充 /// public const string TBFullCtrl = "TBFullCtrl"; /// /// Pop返回值 /// public const string PopVal = "PopVal"; /// /// Func /// public const string Func = "Func"; /// /// (动态的)填充下拉框 /// public const string AutoFullDLL = "AutoFullDLL"; /// /// 查询条件的自动填充 /// public const string AutoFullDLLSearchCond = "AutoFullDLLSearchCond"; /// /// 下拉框自动填充 /// public const string DDLFullCtrl = "DDLFullCtrl"; /// /// 表单装载填充 /// public const string PageLoadFull = "PageLoadFull"; /// /// 主表的装载填充 /// public const string PageLoadFullMainTable = "PageLoadFullMainTable"; /// /// 从表的装载填充 /// public const string PageLoadFullDtl = "PageLoadFullDtl"; /// /// 发起流程 /// public const string StartFlow = "StartFlow"; /// /// 超链接. /// public const string Link = "Link"; /// /// 自动生成编号 /// public const string AotuGenerNo = "AotuGenerNo"; /// /// 正则表达式 /// public const string RegularExpression = "RegularExpression"; /// /// 绑定函数 /// public const string BindFunction = "BindFunction"; /// /// WordFrm /// public const string WordFrm = "WordFrm"; /// /// ExcelFrm /// public const string ExcelFrm = "ExcelFrm"; /// /// 特别字段特殊用户权限 /// public const string SepcFiledsSepcUsers = "SepcFiledsSepcUsers"; /// /// 特别附件特别权限 /// public const string SepcAthSepcUsers = "SepcAthSepcUsers"; /// /// pop填充其他控件 /// public const string PopFullCtrl = "PopFullCtrl"; } }