public override void FillFromDataRow(System.Data.DataRow dr) { this.MatchInfoId = DbConvert.ToInt64(dr, "matchinfoid"); this.LastModified = DbConvert.ToDateTime(dr, "LastModified"); MatchInfosValuesExternalState obj = LineSerializeHelper.StringToObject <MatchInfosValuesExternalState>(DbConvert.ToString(dr, "external_state")); this.external_state.StatisticValues = obj.StatisticValues; }
public MatchInfosLn() { external_state = new MatchInfosValuesExternalState(); }