Beispiel #1
0
            public ClientsRequestTypesRow AddClientsRequestTypesRow(string RequestTypeName, bool IsInner)
            {
                ClientsRequestTypesRow rowClientsRequestTypesRow = ((ClientsRequestTypesRow)(this.NewRow()));

                rowClientsRequestTypesRow.ItemArray = new object[] {
                    null,
                    RequestTypeName,
                    IsInner
                };
                this.Rows.Add(rowClientsRequestTypesRow);
                return(rowClientsRequestTypesRow);
            }
Beispiel #2
0
 public ClientsRequestTypesRowChangeEvent(ClientsRequestTypesRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Beispiel #3
0
 public void RemoveClientsRequestTypesRow(ClientsRequestTypesRow row)
 {
     this.Rows.Remove(row);
 }
Beispiel #4
0
 public void AddClientsRequestTypesRow(ClientsRequestTypesRow row)
 {
     this.Rows.Add(row);
 }
Beispiel #5
0
 public ClientsRequestTypesRowChangeEvent(ClientsRequestTypesRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }