Esempio n. 1
0
 public MembersRowChangeEvent(MembersRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
Esempio n. 2
0
 public void RemoveMembersRow(MembersRow row) {
     this.Rows.Remove(row);
 }
Esempio n. 3
0
 public MeetingAttendeesRow AddMeetingAttendeesRow(string AttendeeType, MeetingsRow parentMeetingsRowByFK8D77D2CED2CAB7, System.DateTime DateRegistered, string Email, string FirstName, string LastName, MembersRow parentMembersRowByFK8D77D2CBCA706C4, System.DateTime DatePromoted) {
     MeetingAttendeesRow rowMeetingAttendeesRow = ((MeetingAttendeesRow)(this.NewRow()));
     object[] columnValuesArray = new object[] {
             null,
             AttendeeType,
             null,
             DateRegistered,
             Email,
             FirstName,
             LastName,
             null,
             DatePromoted};
     if ((parentMeetingsRowByFK8D77D2CED2CAB7 != null)) {
         columnValuesArray[2] = parentMeetingsRowByFK8D77D2CED2CAB7[0];
     }
     if ((parentMembersRowByFK8D77D2CBCA706C4 != null)) {
         columnValuesArray[7] = parentMembersRowByFK8D77D2CBCA706C4[0];
     }
     rowMeetingAttendeesRow.ItemArray = columnValuesArray;
     this.Rows.Add(rowMeetingAttendeesRow);
     return rowMeetingAttendeesRow;
 }
Esempio n. 4
0
 public void AddMembersRow(MembersRow row) {
     this.Rows.Add(row);
 }
 public MembersRowChangeEvent(MembersRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }