예제 #1
0
            public GetGDocCommentRow AddGetGDocCommentRow(int EventID, string Comment)
            {
                GetGDocCommentRow rowGetGDocCommentRow = ((GetGDocCommentRow)(this.NewRow()));

                object[] columnValuesArray = new object[] {
                    EventID,
                    Comment
                };
                rowGetGDocCommentRow.ItemArray = columnValuesArray;
                this.Rows.Add(rowGetGDocCommentRow);
                return(rowGetGDocCommentRow);
            }
예제 #2
0
 public GetGDocCommentRowChangeEvent(GetGDocCommentRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
예제 #3
0
 public void RemoveGetGDocCommentRow(GetGDocCommentRow row)
 {
     this.Rows.Remove(row);
 }
예제 #4
0
 public void AddGetGDocCommentRow(GetGDocCommentRow row)
 {
     this.Rows.Add(row);
 }