Пример #1
0
            public sy_VariablesPuestosRow Addsy_VariablesPuestosRow(string IdVariable, long IdEmpresa, long IdSucursal, long IdPuesto, string Valor, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, System.Guid RowId)
            {
                sy_VariablesPuestosRow rowsy_VariablesPuestosRow = ((sy_VariablesPuestosRow)(this.NewRow()));

                rowsy_VariablesPuestosRow.ItemArray = new object[] {
                    IdVariable,
                    IdEmpresa,
                    IdSucursal,
                    IdPuesto,
                    Valor,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    RowId
                };
                this.Rows.Add(rowsy_VariablesPuestosRow);
                return(rowsy_VariablesPuestosRow);
            }
Пример #2
0
 public sy_VariablesPuestosRowChangeEvent(sy_VariablesPuestosRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Пример #3
0
 public void Removesy_VariablesPuestosRow(sy_VariablesPuestosRow row)
 {
     this.Rows.Remove(row);
 }
Пример #4
0
 public void Addsy_VariablesPuestosRow(sy_VariablesPuestosRow row)
 {
     this.Rows.Add(row);
 }