Example #1
0
            public RYOfXMRow AddRYOfXMRow(string ZiZhiText, string ZhuanYeText, string RYName, string IDNum, string ZhiCheng, string YinZhangNo, string ZhuanYeSX, string ZhuanYeCS, string GongLing, string DDRole, string OrNo)
            {
                RYOfXMRow rowRYOfXMRow = ((RYOfXMRow)(this.NewRow()));

                object[] columnValuesArray = new object[] {
                    ZiZhiText,
                    ZhuanYeText,
                    RYName,
                    IDNum,
                    ZhiCheng,
                    YinZhangNo,
                    ZhuanYeSX,
                    ZhuanYeCS,
                    GongLing,
                    DDRole,
                    OrNo
                };
                rowRYOfXMRow.ItemArray = columnValuesArray;
                this.Rows.Add(rowRYOfXMRow);
                return(rowRYOfXMRow);
            }
Example #2
0
 public void RemoveRYOfXMRow(RYOfXMRow row)
 {
     this.Rows.Remove(row);
 }
Example #3
0
 public void AddRYOfXMRow(RYOfXMRow row)
 {
     this.Rows.Add(row);
 }
Example #4
0
 public RYOfXMRowChangeEvent(RYOfXMRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Example #5
0
 public RYOfXMRowChangeEvent(RYOfXMRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
Example #6
0
 public void RemoveRYOfXMRow(RYOfXMRow row) {
     this.Rows.Remove(row);
 }
Example #7
0
 public void AddRYOfXMRow(RYOfXMRow row) {
     this.Rows.Add(row);
 }