Ejemplo n.º 1
0
 public MeetingsRowChangeEvent(MeetingsRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
Ejemplo n.º 2
0
 public MeetingSponsorsRow AddMeetingSponsorsRow(MeetingsRow parentMeetingsRowByFK949DF60CED2CAB7, SponsorsRow parentSponsorsRowByFK949DF60C2AA178BE) {
     MeetingSponsorsRow rowMeetingSponsorsRow = ((MeetingSponsorsRow)(this.NewRow()));
     object[] columnValuesArray = new object[] {
             null,
             null,
             null};
     if ((parentMeetingsRowByFK949DF60CED2CAB7 != null)) {
         columnValuesArray[1] = parentMeetingsRowByFK949DF60CED2CAB7[0];
     }
     if ((parentSponsorsRowByFK949DF60C2AA178BE != null)) {
         columnValuesArray[2] = parentSponsorsRowByFK949DF60C2AA178BE[0];
     }
     rowMeetingSponsorsRow.ItemArray = columnValuesArray;
     this.Rows.Add(rowMeetingSponsorsRow);
     return rowMeetingSponsorsRow;
 }
Ejemplo n.º 3
0
 public void AddMeetingsRow(MeetingsRow row) {
     this.Rows.Add(row);
 }
Ejemplo n.º 4
0
 public void RemoveMeetingsRow(MeetingsRow row) {
     this.Rows.Remove(row);
 }
Ejemplo n.º 5
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;
 }