Exemplo n.º 1
0
 public msgRow AddmsgRow(
     string handle,
     string subject,
     string datetime,
     string sender_name,
     string sender_addressing,
     string replyto_addressing,
     string recipient_name,
     string recipient_addressing,
     string type,
     string size,
     string text,
     string reception_status,
     string attachment_size,
     string priority,
     string read,
     string sent,
     string _protected,
     _MAP_msg_listingRow _parent_MAP_msg_listingRowByMAP_msg_listing_msg)
 {
     msgRow rowmsgRow = ((msgRow)(this.NewRow()));
     object[] columnValuesArray = new object[] {
             handle,
             subject,
             datetime,
             sender_name,
             sender_addressing,
             replyto_addressing,
             recipient_name,
             recipient_addressing,
             type,
             size,
             text,
             reception_status,
             attachment_size,
             priority,
             read,
             sent,
             _protected,
             null};
     if ((_parent_MAP_msg_listingRowByMAP_msg_listing_msg != null)) {
         columnValuesArray[17] = _parent_MAP_msg_listingRowByMAP_msg_listing_msg[1];
     }
     rowmsgRow.ItemArray = columnValuesArray;
     this.Rows.Add(rowmsgRow);
     return rowmsgRow;
 }
Exemplo n.º 2
0
 public void Remove_MAP_msg_listingRow(_MAP_msg_listingRow row)
 {
     this.Rows.Remove(row);
 }
Exemplo n.º 3
0
 public _MAP_msg_listingRowChangeEvent(_MAP_msg_listingRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow = row;
     this.eventAction = action;
 }
Exemplo n.º 4
0
 public void Add_MAP_msg_listingRow(_MAP_msg_listingRow row)
 {
     this.Rows.Add(row);
 }