Exemplo n.º 1
0
            public SMS_Register_InfoRow AddSMS_Register_InfoRow(string studInfo_stuid, string familial_name, string mobilePhone_number, short stu_grade, short stu_class)
            {
                SMS_Register_InfoRow rowSMS_Register_InfoRow = ((SMS_Register_InfoRow)(this.NewRow()));

                rowSMS_Register_InfoRow.ItemArray = new object[] {
                    null,
                    studInfo_stuid,
                    familial_name,
                    mobilePhone_number,
                    stu_grade,
                    stu_class
                };
                this.Rows.Add(rowSMS_Register_InfoRow);
                return(rowSMS_Register_InfoRow);
            }
Exemplo n.º 2
0
 public SMS_Register_InfoRowChangeEvent(SMS_Register_InfoRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Exemplo n.º 3
0
 public void RemoveSMS_Register_InfoRow(SMS_Register_InfoRow row)
 {
     this.Rows.Remove(row);
 }
Exemplo n.º 4
0
 public void AddSMS_Register_InfoRow(SMS_Register_InfoRow row)
 {
     this.Rows.Add(row);
 }
Exemplo n.º 5
0
 public SMS_Register_InfoRowChangeEvent(SMS_Register_InfoRow row, DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
Exemplo n.º 6
0
 public void RemoveSMS_Register_InfoRow(SMS_Register_InfoRow row) {
     this.Rows.Remove(row);
 }
Exemplo n.º 7
0
 public void AddSMS_Register_InfoRow(SMS_Register_InfoRow row) {
     this.Rows.Add(row);
 }