コード例 #1
0
            public tfi_EntidadesRow Addtfi_EntidadesRow(string IdEntidad, string Codigo, string Descripcion, bool Sistema, System.DateTime FechaCreacion, long IdConexionCreacion, byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdEmpresa, long IdSucursal)
            {
                tfi_EntidadesRow rowtfi_EntidadesRow = ((tfi_EntidadesRow)(this.NewRow()));

                object[] columnValuesArray = new object[] {
                    IdEntidad,
                    Codigo,
                    Descripcion,
                    Sistema,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdEmpresa,
                    IdSucursal
                };
                rowtfi_EntidadesRow.ItemArray = columnValuesArray;
                this.Rows.Add(rowtfi_EntidadesRow);
                return(rowtfi_EntidadesRow);
            }
コード例 #2
0
ファイル: tfi_Entidades.cs プロジェクト: windygu/ger20160318
            public tfi_EntidadesRow Addtfi_EntidadesRow(string IdEntidad, string Codigo, string IdNomenclatura, string Descripcion, bool Sistema, bool ActivoPorDefault, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdEmpresa, long IdSucursal)
            {
                tfi_EntidadesRow rowtfi_EntidadesRow = ((tfi_EntidadesRow)(this.NewRow()));

                rowtfi_EntidadesRow.ItemArray = new object[] {
                    IdEntidad,
                    Codigo,
                    IdNomenclatura,
                    Descripcion,
                    Sistema,
                    ActivoPorDefault,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdEmpresa,
                    IdSucursal
                };
                this.Rows.Add(rowtfi_EntidadesRow);
                return(rowtfi_EntidadesRow);
            }
コード例 #3
0
ファイル: tfi_Entidades.cs プロジェクト: windygu/ger20160318
 public tfi_EntidadesRowChangeEvent(tfi_EntidadesRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
コード例 #4
0
ファイル: tfi_Entidades.cs プロジェクト: windygu/ger20160318
 public void Removetfi_EntidadesRow(tfi_EntidadesRow row)
 {
     this.Rows.Remove(row);
 }
コード例 #5
0
ファイル: tfi_Entidades.cs プロジェクト: windygu/ger20160318
 public void Addtfi_EntidadesRow(tfi_EntidadesRow row)
 {
     this.Rows.Add(row);
 }
コード例 #6
0
 public tfi_EntidadesRowChangeEvent(tfi_EntidadesRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }