Example #1
0
 public WebInfoClass(Dictionary <string, string> list)
 {
     DataTypePoint.ReadData(this.GetType(), this, list);
 }
Example #2
0
 public DataPointBuff(DataTypePoint obj)
 {
     parent = obj;
 }
Example #3
0
 public abstract DataTable getTableFromSpecCondition(DataTypePoint dtp, string currExpect, int Period, string strPos, string strTaget, params object[] others);
Example #4
0
 /// <summary>
 /// 外部现成的统计数据,可以直接供策略统计分析,不必自己重新从数据库中计算结果
 /// </summary>
 public abstract DataSet ExDataTable(DataTypePoint dtp, string expect, Func <DataTypePoint, string, DataSet> convertFunc);
Example #5
0
 public abstract AmoutSerials getOptSerials(DataTypePoint dtp, string type, int len, double odds, Int64 MaxValue, int FirstAmt, bool NeedAddFirst);