This commit is contained in:
jnunez 2018-08-11 20:46:52 +00:00
parent 27c9a659ac
commit d6b168e5fe
22 changed files with 488 additions and 2374 deletions

View file

@ -104,8 +104,8 @@
</system.webServer>
<connectionStrings>
<add name="Contex" connectionString="data source=192.168.1.37;initial catalog=SinortAyA;persist security info=True;user id=sinort;password=sinort2018;MultipleActiveResultSets=True;App=EntityFramework" providerName="System.Data.SqlClient" />
<!--<add name="Contex" connectionString="data source=10.50.1.98;initial catalog=SINORT;persist security info=True;user id=usersinort;password=usersinort;MultipleActiveResultSets=True;App=EntityFramework" providerName="System.Data.SqlClient" />-->
<!--<add name="Contex" connectionString="data source=192.168.1.37;initial catalog=SinortAyA;persist security info=True;user id=sinort;password=sinort2018;MultipleActiveResultSets=True;App=EntityFramework" providerName="System.Data.SqlClient" />-->
<add name="Contex" connectionString="data source=10.50.1.98;initial catalog=SINORT;persist security info=True;user id=usersinort;password=usersinort;MultipleActiveResultSets=True;App=EntityFramework" providerName="System.Data.SqlClient" />
<!--<add name="Contex" connectionString="data source=AYA-VSRV-BDTT;initial catalog=SINORT;persist security info=True;user id=usersinort;password=us3rsinort;MultipleActiveResultSets=True;App=EntityFramework" providerName="System.Data.SqlClient" />-->
</connectionStrings>
</configuration>

View file

@ -247,28 +247,11 @@
<Compile Include="Models\IdentityModels.cs" />
<Compile Include="Models\ManageViewModels.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Reportes\datasets\dtsAplicacion.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>dtsAplicacion.xsd</DependentUpon>
</Compile>
<Compile Include="Reportes\datasets\dtsFichaTecnica.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>dtsFichaTecnica.xsd</DependentUpon>
</Compile>
<Compile Include="Reportes\datasets\dtsFichaTecnicaFinal.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>dtsFichaTecnicaFinal.xsd</DependentUpon>
</Compile>
<Compile Include="Reportes\Reporte.aspx.cs">
<DependentUpon>Reporte.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Reportes\Reporte.aspx.designer.cs">
<DependentUpon>Reporte.aspx</DependentUpon>
</Compile>
<Compile Include="Service References\ServicioSinortWCF\Reference.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
@ -6479,7 +6462,6 @@
<Content Include="plugins\timepicker\bootstrap-timepicker.js" />
<Content Include="plugins\timepicker\bootstrap-timepicker.min.css" />
<Content Include="plugins\timepicker\bootstrap-timepicker.min.js" />
<Content Include="Reportes\Reporte.aspx" />
<Content Include="Scripts\Atesa-Framework.js" />
<Content Include="Scripts\autoNumeric\autoNumeric-min.js" />
<Content Include="Scripts\autoNumeric\autoNumeric.js" />
@ -7234,28 +7216,6 @@
<Content Include="Properties\DataSources\AYA.SlnSinortModel.Sinort.TareasPendientes.datasource" />
<Content Include="Content\richtext.scss" />
<None Include="Properties\PublishProfiles\AYA.SlnSinort.pubxml" />
<Content Include="Reportes\datasets\dtsAplicacion.xsc">
<DependentUpon>dtsAplicacion.xsd</DependentUpon>
</Content>
<None Include="Reportes\datasets\dtsAplicacion.xsd">
<SubType>Designer</SubType>
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>dtsAplicacion.Designer.cs</LastGenOutput>
</None>
<Content Include="Reportes\datasets\dtsAplicacion.xss">
<DependentUpon>dtsAplicacion.xsd</DependentUpon>
</Content>
<Content Include="Reportes\datasets\dtsFichaTecnica.xsc">
<DependentUpon>dtsFichaTecnica.xsd</DependentUpon>
</Content>
<None Include="Reportes\datasets\dtsFichaTecnica.xsd">
<SubType>Designer</SubType>
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>dtsFichaTecnica.Designer.cs</LastGenOutput>
</None>
<Content Include="Reportes\datasets\dtsFichaTecnica.xss">
<DependentUpon>dtsFichaTecnica.xsd</DependentUpon>
</Content>
<Content Include="Reportes\datasets\dtsFichaTecnicaFinal.xsc">
<DependentUpon>dtsFichaTecnicaFinal.xsd</DependentUpon>
</Content>
@ -7608,7 +7568,6 @@
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Reportes\rdlc\repFichaTecnica.rdlc" />
<EmbeddedResource Include="Reportes\rdlc\repFichaTecnicaFinal.rdlc" />
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>

View file

@ -17,8 +17,8 @@ namespace AYA.SlnSinort.Controllers.Reportes
{
private DataSet tds = new DataSet();
DataTable1TableAdapter aaa = new DataTable1TableAdapter();
dtsFichaTecnicaFinal ar = new dtsFichaTecnicaFinal();
DataTable1TableAdapter dtta = new DataTable1TableAdapter();
dtsFichaTecnicaFinal dts = new dtsFichaTecnicaFinal();
ReportViewer reportViewer = new ReportViewer();
#region Controllers
@ -28,7 +28,7 @@ namespace AYA.SlnSinort.Controllers.Reportes
{
return View();
}
public ActionResult FichaTecnica(string emisor)
public ActionResult FichaTecnica(string emisor, string documentotecnico, string aplicacion, string contenido, string subcontenido, string grupotematico, string subgrupotematico, string versionvigente, string fechainicio, string fechafin)
{
InitControllers();
@ -38,7 +38,7 @@ namespace AYA.SlnSinort.Controllers.Reportes
}
else
{
CargarReporteParemetros(emisor);
CargarReporteParemetros(emisor, documentotecnico, aplicacion, contenido, subcontenido, grupotematico, subgrupotematico, versionvigente, fechainicio, fechafin);
}
ViewBag.ReportViewer = reportViewer;
@ -58,7 +58,7 @@ namespace AYA.SlnSinort.Controllers.Reportes
#region Configuracion y Parametrizacion
public void CargarReporteParemetros(string emisor)
public void CargarReporteParemetros(string emisor,string documentotecnico,string aplicacion,string contenido,string subcontenido,string grupotematico,string subgrupotematico,string versionvigente,string fechainicio,string fechafin)
{
reportViewer.ProcessingMode = ProcessingMode.Local;
@ -66,11 +66,15 @@ namespace AYA.SlnSinort.Controllers.Reportes
reportViewer.Width = Unit.Percentage(100);
reportViewer.Height = Unit.Percentage(100);
aaa.Fill(ar.DataTable1, emisor);
DateTime fechai = fechainicio == "" ? Convert.ToDateTime("1900-01-01") : Convert.ToDateTime(fechainicio);
DateTime fechaf = fechafin == "" ? DateTime.Today : Convert.ToDateTime(fechafin);
dtta.Fill(dts.DataTable1, emisor, documentotecnico, aplicacion, contenido, subcontenido, grupotematico, subgrupotematico, versionvigente, fechai, fechaf);
reportViewer.LocalReport.ReportPath = Request.MapPath(Request.ApplicationPath) + @"\Reportes\rdlc\repFichaTecnica.rdlc";
reportViewer.LocalReport.DataSources.Clear();
reportViewer.LocalReport.DataSources.Add(new ReportDataSource("dtsFichaTecnicaFinal", ar.Tables["Datatable1"]));
reportViewer.LocalReport.DataSources.Add(new ReportDataSource("dtsFichaTecnicaFinal", dts.Tables["Datatable1"]));
reportViewer.LocalReport.Refresh();
@ -85,104 +89,21 @@ namespace AYA.SlnSinort.Controllers.Reportes
reportViewer.SizeToReportContent = true;
reportViewer.Width = Unit.Percentage(100);
reportViewer.Height = Unit.Percentage(100);
aaa.Fill(ar.DataTable1,"");
DateTime fechainicio = Convert.ToDateTime("1900-01-01");
DateTime fechafin = DateTime.Today;
dtta.Fill(dts.DataTable1, "", "", "", "", "", "", "", "", fechainicio, fechafin);
reportViewer.LocalReport.ReportPath = Request.MapPath(Request.ApplicationPath) + @"\Reportes\rdlc\repFichaTecnica.rdlc";
reportViewer.LocalReport.DataSources.Clear();
reportViewer.LocalReport.DataSources.Add(new ReportDataSource("dtsFichaTecnicaFinal", ar.Tables["Datatable1"]));
reportViewer.LocalReport.DataSources.Add(new ReportDataSource("dtsFichaTecnicaFinal", dts.Tables["Datatable1"]));
reportViewer.LocalReport.Refresh();
}
private void FillDataSet(string Reporte,string emisor)
{
string connectionString = GetConnectionString();
using (SqlConnection sqlConnection = new SqlConnection(connectionString))
{
string queryString = GetQueryString(Reporte,emisor);
SqlDataAdapter sqlDataAapter = new SqlDataAdapter(queryString, sqlConnection);
sqlDataAapter.Fill(tds, "Datos");
}
}
private string GetConnectionString()
{
return "data source=192.168.1.37;initial catalog=SinortAyA;user id=sinort;password=sinort2018";
}
private string GetQueryString(string Reporte,string emisor)
{
string Respuesta = "";
switch (Reporte)
{
case "Aplicacion":
Respuesta = "SELECT "
+ " [IdAplicacion] ,[Descripcion] FROM "
+ " [Catalogos].[Aplicacion]";
break;
case "FichaTecnica":
Respuesta = "SELECT "
+ "[IdFichaTecnica],[Nombre],[Identificacion],[DescripcionDocumentoTecnico], "
+ "[DescripcionAplicacion],[DescripcionContenido],[DescripcionGrupoTematico], "
+ "[DescripcionEmisor],[NumeroPublicacionVersion] FROM [Global].[FichaTecnica] f, "
+ "[Expediente].[DocumentosAdjuntos] d WHERE f.[IdDocumento] = d.[IdDocumentoAdjunto] and "
+ "('" + emisor + "' is null or [DescripcionEmisor] = '" + emisor + "')";
break;
}
return Respuesta;
}
private ReportParameter[] GetParametersLocal(string Reporte)
{
ReportParameter[] Respuesta = new ReportParameter[] { };
ReportParameter p1 = new ReportParameter();
ReportParameter p2 = new ReportParameter();
switch (Reporte)
{
case "Aplicacion":
p1 = new ReportParameter("prmTitulo1", "SINORT");
p2 = new ReportParameter("prmTitulo2", "ATESA");
Respuesta = new ReportParameter[] { p1, p2 };
break;
case "FichaTecnica":
string[] test = new string[3];
test[0] = "PR";
test[1] = "SINORT";
p1 = new ReportParameter("Aplicacion", test);
Respuesta = new ReportParameter[] { p1};
break;
}
return Respuesta;
}
#endregion

View file

@ -1,25 +0,0 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Reporte.aspx.cs" Inherits="AYA.SlnSinort.Reportes.Reporte" %>
<%@ Register assembly="Microsoft.ReportViewer.WebForms" namespace="Microsoft.Reporting.WebForms" tagprefix="rsweb" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
</div>
<asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager>
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
<asp:Button ID="Button1" runat="server" Text="Button" OnClick="Button1_Click" />
<rsweb:ReportViewer ID="ReportViewer1" runat="server" BackColor="" ClientIDMode="AutoID" HighlightBackgroundColor="" InternalBorderColor="204, 204, 204" InternalBorderStyle="Solid" InternalBorderWidth="1px" LinkActiveColor="" LinkActiveHoverColor="" LinkDisabledColor="" PrimaryButtonBackgroundColor="" PrimaryButtonForegroundColor="" PrimaryButtonHoverBackgroundColor="" PrimaryButtonHoverForegroundColor="" SecondaryButtonBackgroundColor="" SecondaryButtonForegroundColor="" SecondaryButtonHoverBackgroundColor="" SecondaryButtonHoverForegroundColor="" SplitterBackColor="" ToolbarDividerColor="" ToolbarForegroundColor="" ToolbarForegroundDisabledColor="" ToolbarHoverBackgroundColor="" ToolbarHoverForegroundColor="" ToolBarItemBorderColor="" ToolBarItemBorderStyle="Solid" ToolBarItemBorderWidth="1px" ToolBarItemHoverBackColor="" ToolBarItemPressedBorderColor="51, 102, 153" ToolBarItemPressedBorderStyle="Solid" ToolBarItemPressedBorderWidth="1px" ToolBarItemPressedHoverBackColor="153, 187, 226" Width="100%">
<LocalReport ReportPath="Reportes\rdlc\repFichaTecnicaFinal.rdlc">
</LocalReport>
</rsweb:ReportViewer>
</form>
</body>
</html>

View file

@ -1,49 +0,0 @@
using AYA.SlnSinort.Reportes.datasets;
using AYA.SlnSinort.Reportes.datasets.dtsFichaTecnicaFinalTableAdapters;
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using Microsoft.Reporting.WebForms;
namespace AYA.SlnSinort.Reportes
{
public partial class Reporte : System.Web.UI.Page
{
DataTable1TableAdapter dtta = new DataTable1TableAdapter();
dtsFichaTecnicaFinal dts = new dtsFichaTecnicaFinal();
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
dtta.Fill(dts.DataTable1, "");
ReportViewer1.LocalReport.ReportPath = Request.MapPath(Request.ApplicationPath) + @"\Reportes\rdlc\repFichaTecnicaFinal.rdlc";
ReportViewer1.LocalReport.DataSources.Clear();
ReportViewer1.LocalReport.DataSources.Add(new ReportDataSource("dtsFichaTecnicaFinal",dts.Tables["Datatable1"]));
}
}
protected void Button1_Click(object sender, EventArgs e)
{
dtta.Fill(dts.DataTable1, TextBox1.Text);
ReportViewer1.LocalReport.ReportPath = Request.MapPath(Request.ApplicationPath) + @"\Reportes\rdlc\repFichaTecnicaFinal.rdlc";
ReportViewer1.LocalReport.DataSources.Clear();
ReportViewer1.LocalReport.DataSources.Add(new ReportDataSource("dtsFichaTecnicaFinal", dts.Tables["Datatable1"]));
}
}
}

View file

@ -1,60 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace AYA.SlnSinort.Reportes {
public partial class Reporte {
/// <summary>
/// form1 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlForm form1;
/// <summary>
/// ScriptManager1 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.ScriptManager ScriptManager1;
/// <summary>
/// TextBox1 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.TextBox TextBox1;
/// <summary>
/// Button1 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.Button Button1;
/// <summary>
/// ReportViewer1 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::Microsoft.Reporting.WebForms.ReportViewer ReportViewer1;
}
}

View file

@ -1,643 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
#pragma warning disable 1591
namespace AYA.SlnSinort.Reportes.datasets {
/// <summary>
///Represents a strongly typed in-memory cache of data.
///</summary>
[global::System.Serializable()]
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
[global::System.ComponentModel.ToolboxItem(true)]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedDataSetSchema")]
[global::System.Xml.Serialization.XmlRootAttribute("dtsAplicacion")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")]
public partial class dtsAplicacion : global::System.Data.DataSet {
private tbAplicacionDataTable tabletbAplicacion;
private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public dtsAplicacion() {
this.BeginInit();
this.InitClass();
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
base.Tables.CollectionChanged += schemaChangedHandler;
base.Relations.CollectionChanged += schemaChangedHandler;
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected dtsAplicacion(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context, false) {
if ((this.IsBinarySerialized(info, context) == true)) {
this.InitVars(false);
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
this.Tables.CollectionChanged += schemaChangedHandler1;
this.Relations.CollectionChanged += schemaChangedHandler1;
return;
}
string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string))));
if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
global::System.Data.DataSet ds = new global::System.Data.DataSet();
ds.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
if ((ds.Tables["tbAplicacion"] != null)) {
base.Tables.Add(new tbAplicacionDataTable(ds.Tables["tbAplicacion"]));
}
this.DataSetName = ds.DataSetName;
this.Prefix = ds.Prefix;
this.Namespace = ds.Namespace;
this.Locale = ds.Locale;
this.CaseSensitive = ds.CaseSensitive;
this.EnforceConstraints = ds.EnforceConstraints;
this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
this.InitVars();
}
else {
this.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
}
this.GetSerializationData(info, context);
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
base.Tables.CollectionChanged += schemaChangedHandler;
this.Relations.CollectionChanged += schemaChangedHandler;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public tbAplicacionDataTable tbAplicacion {
get {
return this.tabletbAplicacion;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.BrowsableAttribute(true)]
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Visible)]
public override global::System.Data.SchemaSerializationMode SchemaSerializationMode {
get {
return this._schemaSerializationMode;
}
set {
this._schemaSerializationMode = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public new global::System.Data.DataTableCollection Tables {
get {
return base.Tables;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public new global::System.Data.DataRelationCollection Relations {
get {
return base.Relations;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void InitializeDerivedDataSet() {
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataSet Clone() {
dtsAplicacion cln = ((dtsAplicacion)(base.Clone()));
cln.InitVars();
cln.SchemaSerializationMode = this.SchemaSerializationMode;
return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override bool ShouldSerializeTables() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override bool ShouldSerializeRelations() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) {
if ((this.DetermineSchemaSerializationMode(reader) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
this.Reset();
global::System.Data.DataSet ds = new global::System.Data.DataSet();
ds.ReadXml(reader);
if ((ds.Tables["tbAplicacion"] != null)) {
base.Tables.Add(new tbAplicacionDataTable(ds.Tables["tbAplicacion"]));
}
this.DataSetName = ds.DataSetName;
this.Prefix = ds.Prefix;
this.Namespace = ds.Namespace;
this.Locale = ds.Locale;
this.CaseSensitive = ds.CaseSensitive;
this.EnforceConstraints = ds.EnforceConstraints;
this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
this.InitVars();
}
else {
this.ReadXml(reader);
this.InitVars();
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Xml.Schema.XmlSchema GetSchemaSerializable() {
global::System.IO.MemoryStream stream = new global::System.IO.MemoryStream();
this.WriteXmlSchema(new global::System.Xml.XmlTextWriter(stream, null));
stream.Position = 0;
return global::System.Xml.Schema.XmlSchema.Read(new global::System.Xml.XmlTextReader(stream), null);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
this.InitVars(true);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars(bool initTable) {
this.tabletbAplicacion = ((tbAplicacionDataTable)(base.Tables["tbAplicacion"]));
if ((initTable == true)) {
if ((this.tabletbAplicacion != null)) {
this.tabletbAplicacion.InitVars();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.DataSetName = "dtsAplicacion";
this.Prefix = "";
this.Namespace = "http://tempuri.org/dtsAplicacion.xsd";
this.EnforceConstraints = true;
this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
this.tabletbAplicacion = new tbAplicacionDataTable();
base.Tables.Add(this.tabletbAplicacion);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializetbAplicacion() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) {
if ((e.Action == global::System.ComponentModel.CollectionChangeAction.Remove)) {
this.InitVars();
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
dtsAplicacion ds = new dtsAplicacion();
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny();
any.Namespace = ds.Namespace;
sequence.Items.Add(any);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void tbAplicacionRowChangeEventHandler(object sender, tbAplicacionRowChangeEvent e);
/// <summary>
///Represents the strongly named DataTable class.
///</summary>
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class tbAplicacionDataTable : global::System.Data.TypedTableBase<tbAplicacionRow> {
private global::System.Data.DataColumn columnIdAplicacion;
private global::System.Data.DataColumn columnDescripcion;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public tbAplicacionDataTable() {
this.TableName = "tbAplicacion";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal tbAplicacionDataTable(global::System.Data.DataTable table) {
this.TableName = table.TableName;
if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
this.CaseSensitive = table.CaseSensitive;
}
if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
this.Locale = table.Locale;
}
if ((table.Namespace != table.DataSet.Namespace)) {
this.Namespace = table.Namespace;
}
this.Prefix = table.Prefix;
this.MinimumCapacity = table.MinimumCapacity;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected tbAplicacionDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn IdAplicacionColumn {
get {
return this.columnIdAplicacion;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DescripcionColumn {
get {
return this.columnDescripcion;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public int Count {
get {
return this.Rows.Count;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public tbAplicacionRow this[int index] {
get {
return ((tbAplicacionRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event tbAplicacionRowChangeEventHandler tbAplicacionRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event tbAplicacionRowChangeEventHandler tbAplicacionRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event tbAplicacionRowChangeEventHandler tbAplicacionRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event tbAplicacionRowChangeEventHandler tbAplicacionRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddtbAplicacionRow(tbAplicacionRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public tbAplicacionRow AddtbAplicacionRow(string IdAplicacion, string Descripcion) {
tbAplicacionRow rowtbAplicacionRow = ((tbAplicacionRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
IdAplicacion,
Descripcion};
rowtbAplicacionRow.ItemArray = columnValuesArray;
this.Rows.Add(rowtbAplicacionRow);
return rowtbAplicacionRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
tbAplicacionDataTable cln = ((tbAplicacionDataTable)(base.Clone()));
cln.InitVars();
return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataTable CreateInstance() {
return new tbAplicacionDataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
this.columnIdAplicacion = base.Columns["IdAplicacion"];
this.columnDescripcion = base.Columns["Descripcion"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.columnIdAplicacion = new global::System.Data.DataColumn("IdAplicacion", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnIdAplicacion);
this.columnDescripcion = new global::System.Data.DataColumn("Descripcion", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDescripcion);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public tbAplicacionRow NewtbAplicacionRow() {
return ((tbAplicacionRow)(this.NewRow()));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
return new tbAplicacionRow(builder);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Type GetRowType() {
return typeof(tbAplicacionRow);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.tbAplicacionRowChanged != null)) {
this.tbAplicacionRowChanged(this, new tbAplicacionRowChangeEvent(((tbAplicacionRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
if ((this.tbAplicacionRowChanging != null)) {
this.tbAplicacionRowChanging(this, new tbAplicacionRowChangeEvent(((tbAplicacionRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
if ((this.tbAplicacionRowDeleted != null)) {
this.tbAplicacionRowDeleted(this, new tbAplicacionRowChangeEvent(((tbAplicacionRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
if ((this.tbAplicacionRowDeleting != null)) {
this.tbAplicacionRowDeleting(this, new tbAplicacionRowChangeEvent(((tbAplicacionRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemovetbAplicacionRow(tbAplicacionRow row) {
this.Rows.Remove(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
dtsAplicacion ds = new dtsAplicacion();
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
any1.MinOccurs = new decimal(0);
any1.MaxOccurs = decimal.MaxValue;
any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any1);
global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
any2.MinOccurs = new decimal(1);
any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any2);
global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute1.Name = "namespace";
attribute1.FixedValue = ds.Namespace;
type.Attributes.Add(attribute1);
global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute2.Name = "tableTypeName";
attribute2.FixedValue = "tbAplicacionDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
}
/// <summary>
///Represents strongly named DataRow class.
///</summary>
public partial class tbAplicacionRow : global::System.Data.DataRow {
private tbAplicacionDataTable tabletbAplicacion;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal tbAplicacionRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tabletbAplicacion = ((tbAplicacionDataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string IdAplicacion {
get {
try {
return ((string)(this[this.tabletbAplicacion.IdAplicacionColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'IdAplicacion\' in table \'tbAplicacion\' is DBNull.", e);
}
}
set {
this[this.tabletbAplicacion.IdAplicacionColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string Descripcion {
get {
try {
return ((string)(this[this.tabletbAplicacion.DescripcionColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'Descripcion\' in table \'tbAplicacion\' is DBNull.", e);
}
}
set {
this[this.tabletbAplicacion.DescripcionColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsIdAplicacionNull() {
return this.IsNull(this.tabletbAplicacion.IdAplicacionColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetIdAplicacionNull() {
this[this.tabletbAplicacion.IdAplicacionColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDescripcionNull() {
return this.IsNull(this.tabletbAplicacion.DescripcionColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDescripcionNull() {
this[this.tabletbAplicacion.DescripcionColumn] = global::System.Convert.DBNull;
}
}
/// <summary>
///Row event argument class
///</summary>
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class tbAplicacionRowChangeEvent : global::System.EventArgs {
private tbAplicacionRow eventRow;
private global::System.Data.DataRowAction eventAction;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public tbAplicacionRowChangeEvent(tbAplicacionRow row, global::System.Data.DataRowAction action) {
this.eventRow = row;
this.eventAction = action;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public tbAplicacionRow Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
}
}
#pragma warning restore 1591

View file

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--<autogenerated>
This code was generated by a tool.
Changes to this file may cause incorrect behavior and will be lost if
the code is regenerated.
</autogenerated>-->
<DataSetUISetting Version="1.00" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TableUISettings />
</DataSetUISetting>

View file

@ -1,26 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="dtsAplicacion" targetNamespace="http://tempuri.org/dtsAplicacion.xsd" xmlns:mstns="http://tempuri.org/dtsAplicacion.xsd" xmlns="http://tempuri.org/dtsAplicacion.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
<xs:annotation>
<xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
<DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<Connections />
<Tables />
<Sources />
</DataSource>
</xs:appinfo>
</xs:annotation>
<xs:element name="dtsAplicacion" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="dtsAplicacion" msprop:Generator_UserDSName="dtsAplicacion">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="tbAplicacion" msprop:Generator_TableClassName="tbAplicacionDataTable" msprop:Generator_TableVarName="tabletbAplicacion" msprop:Generator_TablePropName="tbAplicacion" msprop:Generator_RowDeletingName="tbAplicacionRowDeleting" msprop:Generator_RowChangingName="tbAplicacionRowChanging" msprop:Generator_RowEvHandlerName="tbAplicacionRowChangeEventHandler" msprop:Generator_RowDeletedName="tbAplicacionRowDeleted" msprop:Generator_UserTableName="tbAplicacion" msprop:Generator_RowChangedName="tbAplicacionRowChanged" msprop:Generator_RowEvArgName="tbAplicacionRowChangeEvent" msprop:Generator_RowClassName="tbAplicacionRow">
<xs:complexType>
<xs:sequence>
<xs:element name="IdAplicacion" msprop:Generator_ColumnVarNameInTable="columnIdAplicacion" msprop:Generator_ColumnPropNameInRow="IdAplicacion" msprop:Generator_ColumnPropNameInTable="IdAplicacionColumn" msprop:Generator_UserColumnName="IdAplicacion" type="xs:string" minOccurs="0" />
<xs:element name="Descripcion" msprop:Generator_ColumnVarNameInTable="columnDescripcion" msprop:Generator_ColumnPropNameInRow="Descripcion" msprop:Generator_ColumnPropNameInTable="DescripcionColumn" msprop:Generator_UserColumnName="Descripcion" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:schema>

View file

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--<autogenerated>
This code was generated by a tool to store the dataset designer's layout information.
Changes to this file may cause incorrect behavior and will be lost if
the code is regenerated.
</autogenerated>-->
<DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="0" ViewPortY="0" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
<Shapes>
<Shape ID="DesignTable:tbAplicacion" ZOrder="1" X="231" Y="199" Height="67" Width="150" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="63" />
</Shapes>
<Connectors />
</DiagramLayout>

View file

@ -1,941 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
#pragma warning disable 1591
namespace AYA.SlnSinort.Reportes.datasets {
/// <summary>
///Represents a strongly typed in-memory cache of data.
///</summary>
[global::System.Serializable()]
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
[global::System.ComponentModel.ToolboxItem(true)]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedDataSetSchema")]
[global::System.Xml.Serialization.XmlRootAttribute("dtsFichaTecnica")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")]
public partial class dtsFichaTecnica : global::System.Data.DataSet {
private tbFichaTecnicaDataTable tabletbFichaTecnica;
private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public dtsFichaTecnica() {
this.BeginInit();
this.InitClass();
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
base.Tables.CollectionChanged += schemaChangedHandler;
base.Relations.CollectionChanged += schemaChangedHandler;
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected dtsFichaTecnica(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context, false) {
if ((this.IsBinarySerialized(info, context) == true)) {
this.InitVars(false);
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
this.Tables.CollectionChanged += schemaChangedHandler1;
this.Relations.CollectionChanged += schemaChangedHandler1;
return;
}
string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string))));
if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
global::System.Data.DataSet ds = new global::System.Data.DataSet();
ds.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
if ((ds.Tables["tbFichaTecnica"] != null)) {
base.Tables.Add(new tbFichaTecnicaDataTable(ds.Tables["tbFichaTecnica"]));
}
this.DataSetName = ds.DataSetName;
this.Prefix = ds.Prefix;
this.Namespace = ds.Namespace;
this.Locale = ds.Locale;
this.CaseSensitive = ds.CaseSensitive;
this.EnforceConstraints = ds.EnforceConstraints;
this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
this.InitVars();
}
else {
this.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
}
this.GetSerializationData(info, context);
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
base.Tables.CollectionChanged += schemaChangedHandler;
this.Relations.CollectionChanged += schemaChangedHandler;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public tbFichaTecnicaDataTable tbFichaTecnica {
get {
return this.tabletbFichaTecnica;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.BrowsableAttribute(true)]
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Visible)]
public override global::System.Data.SchemaSerializationMode SchemaSerializationMode {
get {
return this._schemaSerializationMode;
}
set {
this._schemaSerializationMode = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public new global::System.Data.DataTableCollection Tables {
get {
return base.Tables;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public new global::System.Data.DataRelationCollection Relations {
get {
return base.Relations;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void InitializeDerivedDataSet() {
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataSet Clone() {
dtsFichaTecnica cln = ((dtsFichaTecnica)(base.Clone()));
cln.InitVars();
cln.SchemaSerializationMode = this.SchemaSerializationMode;
return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override bool ShouldSerializeTables() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override bool ShouldSerializeRelations() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) {
if ((this.DetermineSchemaSerializationMode(reader) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
this.Reset();
global::System.Data.DataSet ds = new global::System.Data.DataSet();
ds.ReadXml(reader);
if ((ds.Tables["tbFichaTecnica"] != null)) {
base.Tables.Add(new tbFichaTecnicaDataTable(ds.Tables["tbFichaTecnica"]));
}
this.DataSetName = ds.DataSetName;
this.Prefix = ds.Prefix;
this.Namespace = ds.Namespace;
this.Locale = ds.Locale;
this.CaseSensitive = ds.CaseSensitive;
this.EnforceConstraints = ds.EnforceConstraints;
this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
this.InitVars();
}
else {
this.ReadXml(reader);
this.InitVars();
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Xml.Schema.XmlSchema GetSchemaSerializable() {
global::System.IO.MemoryStream stream = new global::System.IO.MemoryStream();
this.WriteXmlSchema(new global::System.Xml.XmlTextWriter(stream, null));
stream.Position = 0;
return global::System.Xml.Schema.XmlSchema.Read(new global::System.Xml.XmlTextReader(stream), null);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
this.InitVars(true);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars(bool initTable) {
this.tabletbFichaTecnica = ((tbFichaTecnicaDataTable)(base.Tables["tbFichaTecnica"]));
if ((initTable == true)) {
if ((this.tabletbFichaTecnica != null)) {
this.tabletbFichaTecnica.InitVars();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.DataSetName = "dtsFichaTecnica";
this.Prefix = "";
this.Namespace = "http://tempuri.org/dtsFichaTecnica.xsd";
this.EnforceConstraints = true;
this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
this.tabletbFichaTecnica = new tbFichaTecnicaDataTable();
base.Tables.Add(this.tabletbFichaTecnica);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializetbFichaTecnica() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) {
if ((e.Action == global::System.ComponentModel.CollectionChangeAction.Remove)) {
this.InitVars();
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
dtsFichaTecnica ds = new dtsFichaTecnica();
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny();
any.Namespace = ds.Namespace;
sequence.Items.Add(any);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void tbFichaTecnicaRowChangeEventHandler(object sender, tbFichaTecnicaRowChangeEvent e);
/// <summary>
///Represents the strongly named DataTable class.
///</summary>
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class tbFichaTecnicaDataTable : global::System.Data.TypedTableBase<tbFichaTecnicaRow> {
private global::System.Data.DataColumn columnIdFichaTecnica;
private global::System.Data.DataColumn columnNombre;
private global::System.Data.DataColumn columnIdentificacion;
private global::System.Data.DataColumn columnDescripcionDocumentoTecnico;
private global::System.Data.DataColumn columnDescripcionAplicacion;
private global::System.Data.DataColumn columnDescripcionContenido;
private global::System.Data.DataColumn columnDescripcionGrupoTematico;
private global::System.Data.DataColumn columnDescripcionEmisor;
private global::System.Data.DataColumn columnNumeroPublicacionVersion;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public tbFichaTecnicaDataTable() {
this.TableName = "tbFichaTecnica";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal tbFichaTecnicaDataTable(global::System.Data.DataTable table) {
this.TableName = table.TableName;
if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
this.CaseSensitive = table.CaseSensitive;
}
if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
this.Locale = table.Locale;
}
if ((table.Namespace != table.DataSet.Namespace)) {
this.Namespace = table.Namespace;
}
this.Prefix = table.Prefix;
this.MinimumCapacity = table.MinimumCapacity;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected tbFichaTecnicaDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn IdFichaTecnicaColumn {
get {
return this.columnIdFichaTecnica;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn NombreColumn {
get {
return this.columnNombre;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn IdentificacionColumn {
get {
return this.columnIdentificacion;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DescripcionDocumentoTecnicoColumn {
get {
return this.columnDescripcionDocumentoTecnico;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DescripcionAplicacionColumn {
get {
return this.columnDescripcionAplicacion;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DescripcionContenidoColumn {
get {
return this.columnDescripcionContenido;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DescripcionGrupoTematicoColumn {
get {
return this.columnDescripcionGrupoTematico;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DescripcionEmisorColumn {
get {
return this.columnDescripcionEmisor;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn NumeroPublicacionVersionColumn {
get {
return this.columnNumeroPublicacionVersion;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public int Count {
get {
return this.Rows.Count;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public tbFichaTecnicaRow this[int index] {
get {
return ((tbFichaTecnicaRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event tbFichaTecnicaRowChangeEventHandler tbFichaTecnicaRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event tbFichaTecnicaRowChangeEventHandler tbFichaTecnicaRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event tbFichaTecnicaRowChangeEventHandler tbFichaTecnicaRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event tbFichaTecnicaRowChangeEventHandler tbFichaTecnicaRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddtbFichaTecnicaRow(tbFichaTecnicaRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public tbFichaTecnicaRow AddtbFichaTecnicaRow(int IdFichaTecnica, string Nombre, string Identificacion, string DescripcionDocumentoTecnico, string DescripcionAplicacion, string DescripcionContenido, string DescripcionGrupoTematico, string DescripcionEmisor, string NumeroPublicacionVersion) {
tbFichaTecnicaRow rowtbFichaTecnicaRow = ((tbFichaTecnicaRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
IdFichaTecnica,
Nombre,
Identificacion,
DescripcionDocumentoTecnico,
DescripcionAplicacion,
DescripcionContenido,
DescripcionGrupoTematico,
DescripcionEmisor,
NumeroPublicacionVersion};
rowtbFichaTecnicaRow.ItemArray = columnValuesArray;
this.Rows.Add(rowtbFichaTecnicaRow);
return rowtbFichaTecnicaRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
tbFichaTecnicaDataTable cln = ((tbFichaTecnicaDataTable)(base.Clone()));
cln.InitVars();
return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataTable CreateInstance() {
return new tbFichaTecnicaDataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
this.columnIdFichaTecnica = base.Columns["IdFichaTecnica"];
this.columnNombre = base.Columns["Nombre"];
this.columnIdentificacion = base.Columns["Identificacion"];
this.columnDescripcionDocumentoTecnico = base.Columns["DescripcionDocumentoTecnico"];
this.columnDescripcionAplicacion = base.Columns["DescripcionAplicacion"];
this.columnDescripcionContenido = base.Columns["DescripcionContenido"];
this.columnDescripcionGrupoTematico = base.Columns["DescripcionGrupoTematico"];
this.columnDescripcionEmisor = base.Columns["DescripcionEmisor"];
this.columnNumeroPublicacionVersion = base.Columns["NumeroPublicacionVersion"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.columnIdFichaTecnica = new global::System.Data.DataColumn("IdFichaTecnica", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnIdFichaTecnica);
this.columnNombre = new global::System.Data.DataColumn("Nombre", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnNombre);
this.columnIdentificacion = new global::System.Data.DataColumn("Identificacion", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnIdentificacion);
this.columnDescripcionDocumentoTecnico = new global::System.Data.DataColumn("DescripcionDocumentoTecnico", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDescripcionDocumentoTecnico);
this.columnDescripcionAplicacion = new global::System.Data.DataColumn("DescripcionAplicacion", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDescripcionAplicacion);
this.columnDescripcionContenido = new global::System.Data.DataColumn("DescripcionContenido", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDescripcionContenido);
this.columnDescripcionGrupoTematico = new global::System.Data.DataColumn("DescripcionGrupoTematico", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDescripcionGrupoTematico);
this.columnDescripcionEmisor = new global::System.Data.DataColumn("DescripcionEmisor", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDescripcionEmisor);
this.columnNumeroPublicacionVersion = new global::System.Data.DataColumn("NumeroPublicacionVersion", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnNumeroPublicacionVersion);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public tbFichaTecnicaRow NewtbFichaTecnicaRow() {
return ((tbFichaTecnicaRow)(this.NewRow()));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
return new tbFichaTecnicaRow(builder);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Type GetRowType() {
return typeof(tbFichaTecnicaRow);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.tbFichaTecnicaRowChanged != null)) {
this.tbFichaTecnicaRowChanged(this, new tbFichaTecnicaRowChangeEvent(((tbFichaTecnicaRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
if ((this.tbFichaTecnicaRowChanging != null)) {
this.tbFichaTecnicaRowChanging(this, new tbFichaTecnicaRowChangeEvent(((tbFichaTecnicaRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
if ((this.tbFichaTecnicaRowDeleted != null)) {
this.tbFichaTecnicaRowDeleted(this, new tbFichaTecnicaRowChangeEvent(((tbFichaTecnicaRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
if ((this.tbFichaTecnicaRowDeleting != null)) {
this.tbFichaTecnicaRowDeleting(this, new tbFichaTecnicaRowChangeEvent(((tbFichaTecnicaRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemovetbFichaTecnicaRow(tbFichaTecnicaRow row) {
this.Rows.Remove(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
dtsFichaTecnica ds = new dtsFichaTecnica();
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
any1.MinOccurs = new decimal(0);
any1.MaxOccurs = decimal.MaxValue;
any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any1);
global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
any2.MinOccurs = new decimal(1);
any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any2);
global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute1.Name = "namespace";
attribute1.FixedValue = ds.Namespace;
type.Attributes.Add(attribute1);
global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute2.Name = "tableTypeName";
attribute2.FixedValue = "tbFichaTecnicaDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
}
/// <summary>
///Represents strongly named DataRow class.
///</summary>
public partial class tbFichaTecnicaRow : global::System.Data.DataRow {
private tbFichaTecnicaDataTable tabletbFichaTecnica;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal tbFichaTecnicaRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tabletbFichaTecnica = ((tbFichaTecnicaDataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public int IdFichaTecnica {
get {
try {
return ((int)(this[this.tabletbFichaTecnica.IdFichaTecnicaColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'IdFichaTecnica\' in table \'tbFichaTecnica\' is DBNull.", e);
}
}
set {
this[this.tabletbFichaTecnica.IdFichaTecnicaColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string Nombre {
get {
try {
return ((string)(this[this.tabletbFichaTecnica.NombreColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'Nombre\' in table \'tbFichaTecnica\' is DBNull.", e);
}
}
set {
this[this.tabletbFichaTecnica.NombreColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string Identificacion {
get {
try {
return ((string)(this[this.tabletbFichaTecnica.IdentificacionColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'Identificacion\' in table \'tbFichaTecnica\' is DBNull.", e);
}
}
set {
this[this.tabletbFichaTecnica.IdentificacionColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DescripcionDocumentoTecnico {
get {
try {
return ((string)(this[this.tabletbFichaTecnica.DescripcionDocumentoTecnicoColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DescripcionDocumentoTecnico\' in table \'tbFichaTecnica\' is D" +
"BNull.", e);
}
}
set {
this[this.tabletbFichaTecnica.DescripcionDocumentoTecnicoColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DescripcionAplicacion {
get {
try {
return ((string)(this[this.tabletbFichaTecnica.DescripcionAplicacionColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DescripcionAplicacion\' in table \'tbFichaTecnica\' is DBNull." +
"", e);
}
}
set {
this[this.tabletbFichaTecnica.DescripcionAplicacionColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DescripcionContenido {
get {
try {
return ((string)(this[this.tabletbFichaTecnica.DescripcionContenidoColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DescripcionContenido\' in table \'tbFichaTecnica\' is DBNull.", e);
}
}
set {
this[this.tabletbFichaTecnica.DescripcionContenidoColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DescripcionGrupoTematico {
get {
try {
return ((string)(this[this.tabletbFichaTecnica.DescripcionGrupoTematicoColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DescripcionGrupoTematico\' in table \'tbFichaTecnica\' is DBNu" +
"ll.", e);
}
}
set {
this[this.tabletbFichaTecnica.DescripcionGrupoTematicoColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DescripcionEmisor {
get {
try {
return ((string)(this[this.tabletbFichaTecnica.DescripcionEmisorColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DescripcionEmisor\' in table \'tbFichaTecnica\' is DBNull.", e);
}
}
set {
this[this.tabletbFichaTecnica.DescripcionEmisorColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string NumeroPublicacionVersion {
get {
try {
return ((string)(this[this.tabletbFichaTecnica.NumeroPublicacionVersionColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'NumeroPublicacionVersion\' in table \'tbFichaTecnica\' is DBNu" +
"ll.", e);
}
}
set {
this[this.tabletbFichaTecnica.NumeroPublicacionVersionColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsIdFichaTecnicaNull() {
return this.IsNull(this.tabletbFichaTecnica.IdFichaTecnicaColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetIdFichaTecnicaNull() {
this[this.tabletbFichaTecnica.IdFichaTecnicaColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsNombreNull() {
return this.IsNull(this.tabletbFichaTecnica.NombreColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetNombreNull() {
this[this.tabletbFichaTecnica.NombreColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsIdentificacionNull() {
return this.IsNull(this.tabletbFichaTecnica.IdentificacionColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetIdentificacionNull() {
this[this.tabletbFichaTecnica.IdentificacionColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDescripcionDocumentoTecnicoNull() {
return this.IsNull(this.tabletbFichaTecnica.DescripcionDocumentoTecnicoColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDescripcionDocumentoTecnicoNull() {
this[this.tabletbFichaTecnica.DescripcionDocumentoTecnicoColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDescripcionAplicacionNull() {
return this.IsNull(this.tabletbFichaTecnica.DescripcionAplicacionColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDescripcionAplicacionNull() {
this[this.tabletbFichaTecnica.DescripcionAplicacionColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDescripcionContenidoNull() {
return this.IsNull(this.tabletbFichaTecnica.DescripcionContenidoColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDescripcionContenidoNull() {
this[this.tabletbFichaTecnica.DescripcionContenidoColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDescripcionGrupoTematicoNull() {
return this.IsNull(this.tabletbFichaTecnica.DescripcionGrupoTematicoColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDescripcionGrupoTematicoNull() {
this[this.tabletbFichaTecnica.DescripcionGrupoTematicoColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDescripcionEmisorNull() {
return this.IsNull(this.tabletbFichaTecnica.DescripcionEmisorColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDescripcionEmisorNull() {
this[this.tabletbFichaTecnica.DescripcionEmisorColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsNumeroPublicacionVersionNull() {
return this.IsNull(this.tabletbFichaTecnica.NumeroPublicacionVersionColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetNumeroPublicacionVersionNull() {
this[this.tabletbFichaTecnica.NumeroPublicacionVersionColumn] = global::System.Convert.DBNull;
}
}
/// <summary>
///Row event argument class
///</summary>
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class tbFichaTecnicaRowChangeEvent : global::System.EventArgs {
private tbFichaTecnicaRow eventRow;
private global::System.Data.DataRowAction eventAction;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public tbFichaTecnicaRowChangeEvent(tbFichaTecnicaRow row, global::System.Data.DataRowAction action) {
this.eventRow = row;
this.eventAction = action;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public tbFichaTecnicaRow Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
}
}
#pragma warning restore 1591

View file

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--<autogenerated>
This code was generated by a tool.
Changes to this file may cause incorrect behavior and will be lost if
the code is regenerated.
</autogenerated>-->
<DataSetUISetting Version="1.00" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TableUISettings />
</DataSetUISetting>

View file

@ -1,33 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="dtsFichaTecnica" targetNamespace="http://tempuri.org/dtsFichaTecnica.xsd" xmlns:mstns="http://tempuri.org/dtsFichaTecnica.xsd" xmlns="http://tempuri.org/dtsFichaTecnica.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
<xs:annotation>
<xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
<DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<Connections />
<Tables />
<Sources />
</DataSource>
</xs:appinfo>
</xs:annotation>
<xs:element name="dtsFichaTecnica" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="dtsFichaTecnica" msprop:Generator_UserDSName="dtsFichaTecnica">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="tbFichaTecnica" msprop:Generator_TableClassName="tbFichaTecnicaDataTable" msprop:Generator_TableVarName="tabletbFichaTecnica" msprop:Generator_TablePropName="tbFichaTecnica" msprop:Generator_RowDeletingName="tbFichaTecnicaRowDeleting" msprop:Generator_RowChangingName="tbFichaTecnicaRowChanging" msprop:Generator_RowEvHandlerName="tbFichaTecnicaRowChangeEventHandler" msprop:Generator_RowDeletedName="tbFichaTecnicaRowDeleted" msprop:Generator_UserTableName="tbFichaTecnica" msprop:Generator_RowChangedName="tbFichaTecnicaRowChanged" msprop:Generator_RowEvArgName="tbFichaTecnicaRowChangeEvent" msprop:Generator_RowClassName="tbFichaTecnicaRow">
<xs:complexType>
<xs:sequence>
<xs:element name="IdFichaTecnica" msprop:Generator_ColumnVarNameInTable="columnIdFichaTecnica" msprop:Generator_ColumnPropNameInRow="IdFichaTecnica" msprop:Generator_ColumnPropNameInTable="IdFichaTecnicaColumn" msprop:Generator_UserColumnName="IdFichaTecnica" type="xs:int" minOccurs="0" />
<xs:element name="Nombre" msprop:Generator_ColumnVarNameInTable="columnNombre" msprop:Generator_ColumnPropNameInRow="Nombre" msprop:Generator_ColumnPropNameInTable="NombreColumn" msprop:Generator_UserColumnName="Nombre" type="xs:string" minOccurs="0" />
<xs:element name="Identificacion" msprop:Generator_ColumnVarNameInTable="columnIdentificacion" msprop:Generator_ColumnPropNameInRow="Identificacion" msprop:Generator_ColumnPropNameInTable="IdentificacionColumn" msprop:Generator_UserColumnName="Identificacion" type="xs:string" minOccurs="0" />
<xs:element name="DescripcionDocumentoTecnico" msprop:Generator_ColumnVarNameInTable="columnDescripcionDocumentoTecnico" msprop:Generator_ColumnPropNameInRow="DescripcionDocumentoTecnico" msprop:Generator_ColumnPropNameInTable="DescripcionDocumentoTecnicoColumn" msprop:Generator_UserColumnName="DescripcionDocumentoTecnico" type="xs:string" minOccurs="0" />
<xs:element name="DescripcionAplicacion" msprop:Generator_ColumnVarNameInTable="columnDescripcionAplicacion" msprop:Generator_ColumnPropNameInRow="DescripcionAplicacion" msprop:Generator_ColumnPropNameInTable="DescripcionAplicacionColumn" msprop:Generator_UserColumnName="DescripcionAplicacion" type="xs:string" minOccurs="0" />
<xs:element name="DescripcionContenido" msprop:Generator_ColumnVarNameInTable="columnDescripcionContenido" msprop:Generator_ColumnPropNameInRow="DescripcionContenido" msprop:Generator_ColumnPropNameInTable="DescripcionContenidoColumn" msprop:Generator_UserColumnName="DescripcionContenido" type="xs:string" minOccurs="0" />
<xs:element name="DescripcionGrupoTematico" msprop:Generator_ColumnVarNameInTable="columnDescripcionGrupoTematico" msprop:Generator_ColumnPropNameInRow="DescripcionGrupoTematico" msprop:Generator_ColumnPropNameInTable="DescripcionGrupoTematicoColumn" msprop:Generator_UserColumnName="DescripcionGrupoTematico" type="xs:string" minOccurs="0" />
<xs:element name="DescripcionEmisor" msprop:Generator_ColumnVarNameInTable="columnDescripcionEmisor" msprop:Generator_ColumnPropNameInRow="DescripcionEmisor" msprop:Generator_ColumnPropNameInTable="DescripcionEmisorColumn" msprop:Generator_UserColumnName="DescripcionEmisor" type="xs:string" minOccurs="0" />
<xs:element name="NumeroPublicacionVersion" msprop:Generator_ColumnVarNameInTable="columnNumeroPublicacionVersion" msprop:Generator_ColumnPropNameInRow="NumeroPublicacionVersion" msprop:Generator_ColumnPropNameInTable="NumeroPublicacionVersionColumn" msprop:Generator_UserColumnName="NumeroPublicacionVersion" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:schema>

View file

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--<autogenerated>
This code was generated by a tool to store the dataset designer's layout information.
Changes to this file may cause incorrect behavior and will be lost if
the code is regenerated.
</autogenerated>-->
<DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="0" ViewPortY="0" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
<Shapes>
<Shape ID="DesignTable:tbFichaTecnica" ZOrder="1" X="307" Y="135" Height="200" Width="195" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="196" />
</Shapes>
<Connectors />
</DiagramLayout>

View file

@ -291,8 +291,12 @@ namespace AYA.SlnSinort.Reportes.datasets {
private global::System.Data.DataColumn columnDescripcionContenido;
private global::System.Data.DataColumn columnDescripcionsubCategoriaContenido;
private global::System.Data.DataColumn columnDescripcionGrupoTematico;
private global::System.Data.DataColumn columnDescripcionSubCategoriaGrupoTematico;
private global::System.Data.DataColumn columnDescripcionEmisor;
private global::System.Data.DataColumn columnNumeroPublicacionVersion;
@ -378,6 +382,14 @@ namespace AYA.SlnSinort.Reportes.datasets {
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DescripcionsubCategoriaContenidoColumn {
get {
return this.columnDescripcionsubCategoriaContenido;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DescripcionGrupoTematicoColumn {
@ -386,6 +398,14 @@ namespace AYA.SlnSinort.Reportes.datasets {
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DescripcionSubCategoriaGrupoTematicoColumn {
get {
return this.columnDescripcionSubCategoriaGrupoTematico;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DescripcionEmisorColumn {
@ -439,7 +459,7 @@ namespace AYA.SlnSinort.Reportes.datasets {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DataTable1Row AddDataTable1Row(int IdFichaTecnica, string Nombre, string Identificacion, string DescripcionDocumentoTecnico, string DescripcionAplicacion, string DescripcionContenido, string DescripcionGrupoTematico, string DescripcionEmisor, string NumeroPublicacionVersion) {
public DataTable1Row AddDataTable1Row(int IdFichaTecnica, string Nombre, string Identificacion, string DescripcionDocumentoTecnico, string DescripcionAplicacion, string DescripcionContenido, string DescripcionsubCategoriaContenido, string DescripcionGrupoTematico, string DescripcionSubCategoriaGrupoTematico, string DescripcionEmisor, string NumeroPublicacionVersion) {
DataTable1Row rowDataTable1Row = ((DataTable1Row)(this.NewRow()));
object[] columnValuesArray = new object[] {
IdFichaTecnica,
@ -448,7 +468,9 @@ namespace AYA.SlnSinort.Reportes.datasets {
DescripcionDocumentoTecnico,
DescripcionAplicacion,
DescripcionContenido,
DescripcionsubCategoriaContenido,
DescripcionGrupoTematico,
DescripcionSubCategoriaGrupoTematico,
DescripcionEmisor,
NumeroPublicacionVersion};
rowDataTable1Row.ItemArray = columnValuesArray;
@ -486,7 +508,9 @@ namespace AYA.SlnSinort.Reportes.datasets {
this.columnDescripcionDocumentoTecnico = base.Columns["DescripcionDocumentoTecnico"];
this.columnDescripcionAplicacion = base.Columns["DescripcionAplicacion"];
this.columnDescripcionContenido = base.Columns["DescripcionContenido"];
this.columnDescripcionsubCategoriaContenido = base.Columns["DescripcionsubCategoriaContenido"];
this.columnDescripcionGrupoTematico = base.Columns["DescripcionGrupoTematico"];
this.columnDescripcionSubCategoriaGrupoTematico = base.Columns["DescripcionSubCategoriaGrupoTematico"];
this.columnDescripcionEmisor = base.Columns["DescripcionEmisor"];
this.columnNumeroPublicacionVersion = base.Columns["NumeroPublicacionVersion"];
}
@ -506,8 +530,12 @@ namespace AYA.SlnSinort.Reportes.datasets {
base.Columns.Add(this.columnDescripcionAplicacion);
this.columnDescripcionContenido = new global::System.Data.DataColumn("DescripcionContenido", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDescripcionContenido);
this.columnDescripcionsubCategoriaContenido = new global::System.Data.DataColumn("DescripcionsubCategoriaContenido", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDescripcionsubCategoriaContenido);
this.columnDescripcionGrupoTematico = new global::System.Data.DataColumn("DescripcionGrupoTematico", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDescripcionGrupoTematico);
this.columnDescripcionSubCategoriaGrupoTematico = new global::System.Data.DataColumn("DescripcionSubCategoriaGrupoTematico", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDescripcionSubCategoriaGrupoTematico);
this.columnDescripcionEmisor = new global::System.Data.DataColumn("DescripcionEmisor", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDescripcionEmisor);
this.columnNumeroPublicacionVersion = new global::System.Data.DataColumn("NumeroPublicacionVersion", typeof(string), null, global::System.Data.MappingType.Element);
@ -521,7 +549,9 @@ namespace AYA.SlnSinort.Reportes.datasets {
this.columnDescripcionDocumentoTecnico.MaxLength = 500;
this.columnDescripcionAplicacion.MaxLength = 500;
this.columnDescripcionContenido.MaxLength = 500;
this.columnDescripcionsubCategoriaContenido.MaxLength = 500;
this.columnDescripcionGrupoTematico.MaxLength = 500;
this.columnDescripcionSubCategoriaGrupoTematico.MaxLength = 500;
this.columnDescripcionEmisor.MaxLength = 500;
this.columnNumeroPublicacionVersion.MaxLength = 200;
}
@ -756,6 +786,23 @@ namespace AYA.SlnSinort.Reportes.datasets {
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DescripcionsubCategoriaContenido {
get {
try {
return ((string)(this[this.tableDataTable1.DescripcionsubCategoriaContenidoColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DescripcionsubCategoriaContenido\' in table \'DataTable1\' is " +
"DBNull.", e);
}
}
set {
this[this.tableDataTable1.DescripcionsubCategoriaContenidoColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DescripcionGrupoTematico {
@ -772,6 +819,23 @@ namespace AYA.SlnSinort.Reportes.datasets {
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DescripcionSubCategoriaGrupoTematico {
get {
try {
return ((string)(this[this.tableDataTable1.DescripcionSubCategoriaGrupoTematicoColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DescripcionSubCategoriaGrupoTematico\' in table \'DataTable1\'" +
" is DBNull.", e);
}
}
set {
this[this.tableDataTable1.DescripcionSubCategoriaGrupoTematicoColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DescripcionEmisor {
@ -864,6 +928,18 @@ namespace AYA.SlnSinort.Reportes.datasets {
this[this.tableDataTable1.DescripcionContenidoColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDescripcionsubCategoriaContenidoNull() {
return this.IsNull(this.tableDataTable1.DescripcionsubCategoriaContenidoColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDescripcionsubCategoriaContenidoNull() {
this[this.tableDataTable1.DescripcionsubCategoriaContenidoColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDescripcionGrupoTematicoNull() {
@ -876,6 +952,18 @@ namespace AYA.SlnSinort.Reportes.datasets {
this[this.tableDataTable1.DescripcionGrupoTematicoColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDescripcionSubCategoriaGrupoTematicoNull() {
return this.IsNull(this.tableDataTable1.DescripcionSubCategoriaGrupoTematicoColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDescripcionSubCategoriaGrupoTematicoNull() {
this[this.tableDataTable1.DescripcionSubCategoriaGrupoTematicoColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDescripcionEmisorNull() {
@ -1066,7 +1154,9 @@ namespace AYA.SlnSinort.Reportes.datasets.dtsFichaTecnicaFinalTableAdapters {
tableMapping.ColumnMappings.Add("DescripcionDocumentoTecnico", "DescripcionDocumentoTecnico");
tableMapping.ColumnMappings.Add("DescripcionAplicacion", "DescripcionAplicacion");
tableMapping.ColumnMappings.Add("DescripcionContenido", "DescripcionContenido");
tableMapping.ColumnMappings.Add("DescripcionsubCategoriaContenido", "DescripcionsubCategoriaContenido");
tableMapping.ColumnMappings.Add("DescripcionGrupoTematico", "DescripcionGrupoTematico");
tableMapping.ColumnMappings.Add("DescripcionSubCategoriaGrupoTematico", "DescripcionSubCategoriaGrupoTematico");
tableMapping.ColumnMappings.Add("DescripcionEmisor", "DescripcionEmisor");
tableMapping.ColumnMappings.Add("NumeroPublicacionVersion", "NumeroPublicacionVersion");
this._adapter.TableMappings.Add(tableMapping);
@ -1076,9 +1166,9 @@ namespace AYA.SlnSinort.Reportes.datasets.dtsFichaTecnicaFinalTableAdapters {
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitConnection() {
this._connection = new global::System.Data.SqlClient.SqlConnection();
this._connection.ConnectionString = "Data Source=192.168.1.37;Initial Catalog=SinortAyA;Persist Security Info=True;Use" +
"r ID=sinort;Password=sinort2018;MultipleActiveResultSets=True;Application Name=E" +
"ntityFramework";
this._connection.ConnectionString = "Data Source=10.50.1.98;Initial Catalog=SINORT;Persist Security Info=True;User ID=" +
"usersinort;Password=usersinort;MultipleActiveResultSets=True;Application Name=En" +
"tityFramework";
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
@ -1087,16 +1177,38 @@ namespace AYA.SlnSinort.Reportes.datasets.dtsFichaTecnicaFinalTableAdapters {
this._commandCollection = new global::System.Data.SqlClient.SqlCommand[1];
this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = @"SELECT [IdFichaTecnica],[Nombre],[Identificacion],[DescripcionDocumentoTecnico], [DescripcionAplicacion],[DescripcionContenido],[DescripcionGrupoTematico], [DescripcionEmisor],[NumeroPublicacionVersion] FROM [Global].[FichaTecnica] f, [Expediente].[DocumentosAdjuntos] d WHERE f.[IdDocumento] = d.[IdDocumentoAdjunto] and ([DescripcionEmisor] = @parametro1 or @parametro1 = '')";
this._commandCollection[0].CommandText = @"SELECT [IdFichaTecnica],[Nombre],[Identificacion],[DescripcionDocumentoTecnico],
[DescripcionAplicacion],[DescripcionContenido],[DescripcionsubCategoriaContenido],[DescripcionGrupoTematico],
[DescripcionSubCategoriaGrupoTematico],[DescripcionEmisor],[NumeroPublicacionVersion] FROM
[Global].[FichaTecnica] f, [Expediente].[DocumentosAdjuntos] d
WHERE f.[IdDocumento] = d.[IdDocumentoAdjunto] and
([DescripcionEmisor] = @parametro1 or @parametro1 = '') and
([DescripcionDocumentoTecnico] = @parametro2 or @parametro2 = '') and
([DescripcionAplicacion] = @parametro3 or @parametro3 = '') and
([DescripcionContenido] = @parametro4 or @parametro4 = '') and
([DescripcionsubCategoriaContenido] = @parametro5 or @parametro5 = '') and
([DescripcionGrupoTematico] = @parametro6 or @parametro6 = '') and
([DescripcionSubCategoriaGrupoTematico] = @parametro7 or @parametro7 = '') and
([NumeroPublicacionVersion] = @parametro8 or @parametro8 = '') and
([FechaPublicacionDocumentoTecnico] between @parametro9 and @parametro10 )";
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@parametro1", global::System.Data.SqlDbType.VarChar, 500, global::System.Data.ParameterDirection.Input, 0, 0, "DescripcionEmisor", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@parametro2", global::System.Data.SqlDbType.VarChar, 500, global::System.Data.ParameterDirection.Input, 0, 0, "DescripcionDocumentoTecnico", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@parametro3", global::System.Data.SqlDbType.VarChar, 500, global::System.Data.ParameterDirection.Input, 0, 0, "DescripcionAplicacion", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@parametro4", global::System.Data.SqlDbType.VarChar, 500, global::System.Data.ParameterDirection.Input, 0, 0, "DescripcionContenido", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@parametro5", global::System.Data.SqlDbType.VarChar, 500, global::System.Data.ParameterDirection.Input, 0, 0, "DescripcionsubCategoriaContenido", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@parametro6", global::System.Data.SqlDbType.VarChar, 500, global::System.Data.ParameterDirection.Input, 0, 0, "DescripcionGrupoTematico", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@parametro7", global::System.Data.SqlDbType.VarChar, 500, global::System.Data.ParameterDirection.Input, 0, 0, "DescripcionSubCategoriaGrupoTematico", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@parametro8", global::System.Data.SqlDbType.VarChar, 200, global::System.Data.ParameterDirection.Input, 0, 0, "NumeroPublicacionVersion", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@parametro9", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "FechaPublicacionDocumentoTecnico", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@parametro10", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "FechaPublicacionDocumentoTecnico", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)]
public virtual int Fill(dtsFichaTecnicaFinal.DataTable1DataTable dataTable, string parametro1) {
public virtual int Fill(dtsFichaTecnicaFinal.DataTable1DataTable dataTable, string parametro1, string parametro2, string parametro3, string parametro4, string parametro5, string parametro6, string parametro7, string parametro8, global::System.Nullable<global::System.DateTime> parametro9, global::System.Nullable<global::System.DateTime> parametro10) {
this.Adapter.SelectCommand = this.CommandCollection[0];
if ((parametro1 == null)) {
this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value;
@ -1104,6 +1216,60 @@ namespace AYA.SlnSinort.Reportes.datasets.dtsFichaTecnicaFinalTableAdapters {
else {
this.Adapter.SelectCommand.Parameters[0].Value = ((string)(parametro1));
}
if ((parametro2 == null)) {
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
}
else {
this.Adapter.SelectCommand.Parameters[1].Value = ((string)(parametro2));
}
if ((parametro3 == null)) {
this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
}
else {
this.Adapter.SelectCommand.Parameters[2].Value = ((string)(parametro3));
}
if ((parametro4 == null)) {
this.Adapter.SelectCommand.Parameters[3].Value = global::System.DBNull.Value;
}
else {
this.Adapter.SelectCommand.Parameters[3].Value = ((string)(parametro4));
}
if ((parametro5 == null)) {
this.Adapter.SelectCommand.Parameters[4].Value = global::System.DBNull.Value;
}
else {
this.Adapter.SelectCommand.Parameters[4].Value = ((string)(parametro5));
}
if ((parametro6 == null)) {
this.Adapter.SelectCommand.Parameters[5].Value = global::System.DBNull.Value;
}
else {
this.Adapter.SelectCommand.Parameters[5].Value = ((string)(parametro6));
}
if ((parametro7 == null)) {
this.Adapter.SelectCommand.Parameters[6].Value = global::System.DBNull.Value;
}
else {
this.Adapter.SelectCommand.Parameters[6].Value = ((string)(parametro7));
}
if ((parametro8 == null)) {
this.Adapter.SelectCommand.Parameters[7].Value = global::System.DBNull.Value;
}
else {
this.Adapter.SelectCommand.Parameters[7].Value = ((string)(parametro8));
}
if ((parametro9.HasValue == true)) {
this.Adapter.SelectCommand.Parameters[8].Value = ((System.DateTime)(parametro9.Value));
}
else {
this.Adapter.SelectCommand.Parameters[8].Value = global::System.DBNull.Value;
}
if ((parametro10.HasValue == true)) {
this.Adapter.SelectCommand.Parameters[9].Value = ((System.DateTime)(parametro10.Value));
}
else {
this.Adapter.SelectCommand.Parameters[9].Value = global::System.DBNull.Value;
}
if ((this.ClearBeforeFill == true)) {
dataTable.Clear();
}
@ -1115,7 +1281,7 @@ namespace AYA.SlnSinort.Reportes.datasets.dtsFichaTecnicaFinalTableAdapters {
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
public virtual dtsFichaTecnicaFinal.DataTable1DataTable GetData(string parametro1) {
public virtual dtsFichaTecnicaFinal.DataTable1DataTable GetData(string parametro1, string parametro2, string parametro3, string parametro4, string parametro5, string parametro6, string parametro7, string parametro8, global::System.Nullable<global::System.DateTime> parametro9, global::System.Nullable<global::System.DateTime> parametro10) {
this.Adapter.SelectCommand = this.CommandCollection[0];
if ((parametro1 == null)) {
this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value;
@ -1123,6 +1289,60 @@ namespace AYA.SlnSinort.Reportes.datasets.dtsFichaTecnicaFinalTableAdapters {
else {
this.Adapter.SelectCommand.Parameters[0].Value = ((string)(parametro1));
}
if ((parametro2 == null)) {
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
}
else {
this.Adapter.SelectCommand.Parameters[1].Value = ((string)(parametro2));
}
if ((parametro3 == null)) {
this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
}
else {
this.Adapter.SelectCommand.Parameters[2].Value = ((string)(parametro3));
}
if ((parametro4 == null)) {
this.Adapter.SelectCommand.Parameters[3].Value = global::System.DBNull.Value;
}
else {
this.Adapter.SelectCommand.Parameters[3].Value = ((string)(parametro4));
}
if ((parametro5 == null)) {
this.Adapter.SelectCommand.Parameters[4].Value = global::System.DBNull.Value;
}
else {
this.Adapter.SelectCommand.Parameters[4].Value = ((string)(parametro5));
}
if ((parametro6 == null)) {
this.Adapter.SelectCommand.Parameters[5].Value = global::System.DBNull.Value;
}
else {
this.Adapter.SelectCommand.Parameters[5].Value = ((string)(parametro6));
}
if ((parametro7 == null)) {
this.Adapter.SelectCommand.Parameters[6].Value = global::System.DBNull.Value;
}
else {
this.Adapter.SelectCommand.Parameters[6].Value = ((string)(parametro7));
}
if ((parametro8 == null)) {
this.Adapter.SelectCommand.Parameters[7].Value = global::System.DBNull.Value;
}
else {
this.Adapter.SelectCommand.Parameters[7].Value = ((string)(parametro8));
}
if ((parametro9.HasValue == true)) {
this.Adapter.SelectCommand.Parameters[8].Value = ((System.DateTime)(parametro9.Value));
}
else {
this.Adapter.SelectCommand.Parameters[8].Value = global::System.DBNull.Value;
}
if ((parametro10.HasValue == true)) {
this.Adapter.SelectCommand.Parameters[9].Value = ((System.DateTime)(parametro10.Value));
}
else {
this.Adapter.SelectCommand.Parameters[9].Value = global::System.DBNull.Value;
}
dtsFichaTecnicaFinal.DataTable1DataTable dataTable = new dtsFichaTecnicaFinal.DataTable1DataTable();
this.Adapter.Fill(dataTable);
return dataTable;

View file

@ -2,19 +2,42 @@
<xs:schema id="dtsFichaTecnicaFinal" targetNamespace="http://tempuri.org/dtsFichaTecnicaFinal.xsd" xmlns:mstns="http://tempuri.org/dtsFichaTecnicaFinal.xsd" xmlns="http://tempuri.org/dtsFichaTecnicaFinal.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
<xs:annotation>
<xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
<DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<DataSource DefaultConnectionIndex="1" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<Connections>
<Connection ConnectionStringObject="Data Source=192.168.1.37;Initial Catalog=SinortAyA;Persist Security Info=True;User ID=sinort;Password=sinort2018;MultipleActiveResultSets=True;Application Name=EntityFramework" IsAppSettingsProperty="false" Modifier="Assembly" Name="Contex (AYA.SlnSinort.WCF)" ParameterPrefix="@" Provider="System.Data.SqlClient" />
<Connection ConnectionStringObject="Data Source=10.50.1.98;Initial Catalog=SINORT;Persist Security Info=True;User ID=usersinort;Password=usersinort;MultipleActiveResultSets=True;Application Name=EntityFramework" IsAppSettingsProperty="false" Modifier="Assembly" Name="Contex (AYA.SlnSinort.WCF)1" ParameterPrefix="@" Provider="System.Data.SqlClient" />
</Connections>
<Tables>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="DataTable1TableAdapter" GeneratorDataComponentClassName="DataTable1TableAdapter" Name="DataTable1" UserDataComponentName="DataTable1TableAdapter">
<MainSource>
<DbSource ConnectionRef="Contex (AYA.SlnSinort.WCF)" DbObjectType="Unknown" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="false" UserGetMethodName="GetData" UserSourceName="Fill">
<DbSource ConnectionRef="Contex (AYA.SlnSinort.WCF)1" DbObjectType="Unknown" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="false" UserGetMethodName="GetData" UserSourceName="Fill">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT [IdFichaTecnica],[Nombre],[Identificacion],[DescripcionDocumentoTecnico], [DescripcionAplicacion],[DescripcionContenido],[DescripcionGrupoTematico], [DescripcionEmisor],[NumeroPublicacionVersion] FROM [Global].[FichaTecnica] f, [Expediente].[DocumentosAdjuntos] d WHERE f.[IdDocumento] = d.[IdDocumentoAdjunto] and ([DescripcionEmisor] = @parametro1 or @parametro1 = '')</CommandText>
<CommandText>SELECT [IdFichaTecnica],[Nombre],[Identificacion],[DescripcionDocumentoTecnico],
[DescripcionAplicacion],[DescripcionContenido],[DescripcionsubCategoriaContenido],[DescripcionGrupoTematico],
[DescripcionSubCategoriaGrupoTematico],[DescripcionEmisor],[NumeroPublicacionVersion] FROM
[Global].[FichaTecnica] f, [Expediente].[DocumentosAdjuntos] d
WHERE f.[IdDocumento] = d.[IdDocumentoAdjunto] and
([DescripcionEmisor] = @parametro1 or @parametro1 = '') and
([DescripcionDocumentoTecnico] = @parametro2 or @parametro2 = '') and
([DescripcionAplicacion] = @parametro3 or @parametro3 = '') and
([DescripcionContenido] = @parametro4 or @parametro4 = '') and
([DescripcionsubCategoriaContenido] = @parametro5 or @parametro5 = '') and
([DescripcionGrupoTematico] = @parametro6 or @parametro6 = '') and
([DescripcionSubCategoriaGrupoTematico] = @parametro7 or @parametro7 = '') and
([NumeroPublicacionVersion] = @parametro8 or @parametro8 = '') and
([FechaPublicacionDocumentoTecnico] between @parametro9 and @parametro10 )</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="parametro1" ColumnName="DescripcionEmisor" DataSourceName="SinortAyA.Global.FichaTecnica" DataTypeServer="varchar(500)" DbType="AnsiString" Direction="Input" ParameterName="@parametro1" Precision="0" ProviderType="VarChar" Scale="0" Size="500" SourceColumn="DescripcionEmisor" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="parametro1" ColumnName="DescripcionEmisor" DataSourceName="SINORT.Global.FichaTecnica" DataTypeServer="varchar(500)" DbType="AnsiString" Direction="Input" ParameterName="@parametro1" Precision="0" ProviderType="VarChar" Scale="0" Size="500" SourceColumn="DescripcionEmisor" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="parametro2" ColumnName="DescripcionDocumentoTecnico" DataSourceName="SINORT.Global.FichaTecnica" DataTypeServer="varchar(500)" DbType="AnsiString" Direction="Input" ParameterName="@parametro2" Precision="0" ProviderType="VarChar" Scale="0" Size="500" SourceColumn="DescripcionDocumentoTecnico" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="parametro3" ColumnName="DescripcionAplicacion" DataSourceName="SINORT.Global.FichaTecnica" DataTypeServer="varchar(500)" DbType="AnsiString" Direction="Input" ParameterName="@parametro3" Precision="0" ProviderType="VarChar" Scale="0" Size="500" SourceColumn="DescripcionAplicacion" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="parametro4" ColumnName="DescripcionContenido" DataSourceName="SINORT.Global.FichaTecnica" DataTypeServer="varchar(500)" DbType="AnsiString" Direction="Input" ParameterName="@parametro4" Precision="0" ProviderType="VarChar" Scale="0" Size="500" SourceColumn="DescripcionContenido" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="parametro5" ColumnName="DescripcionsubCategoriaContenido" DataSourceName="SINORT.Global.FichaTecnica" DataTypeServer="varchar(500)" DbType="AnsiString" Direction="Input" ParameterName="@parametro5" Precision="0" ProviderType="VarChar" Scale="0" Size="500" SourceColumn="DescripcionsubCategoriaContenido" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="parametro6" ColumnName="DescripcionGrupoTematico" DataSourceName="SINORT.Global.FichaTecnica" DataTypeServer="varchar(500)" DbType="AnsiString" Direction="Input" ParameterName="@parametro6" Precision="0" ProviderType="VarChar" Scale="0" Size="500" SourceColumn="DescripcionGrupoTematico" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="parametro7" ColumnName="DescripcionSubCategoriaGrupoTematico" DataSourceName="SINORT.Global.FichaTecnica" DataTypeServer="varchar(500)" DbType="AnsiString" Direction="Input" ParameterName="@parametro7" Precision="0" ProviderType="VarChar" Scale="0" Size="500" SourceColumn="DescripcionSubCategoriaGrupoTematico" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="parametro8" ColumnName="NumeroPublicacionVersion" DataSourceName="SINORT.Global.FichaTecnica" DataTypeServer="varchar(200)" DbType="AnsiString" Direction="Input" ParameterName="@parametro8" Precision="0" ProviderType="VarChar" Scale="0" Size="200" SourceColumn="NumeroPublicacionVersion" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="parametro9" ColumnName="FechaPublicacionDocumentoTecnico" DataSourceName="SINORT.Global.FichaTecnica" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@parametro9" Precision="0" ProviderType="DateTime" Scale="0" Size="8" SourceColumn="FechaPublicacionDocumentoTecnico" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="parametro10" ColumnName="FechaPublicacionDocumentoTecnico" DataSourceName="SINORT.Global.FichaTecnica" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@parametro10" Precision="0" ProviderType="DateTime" Scale="0" Size="8" SourceColumn="FechaPublicacionDocumentoTecnico" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
@ -27,7 +50,9 @@
<Mapping SourceColumn="DescripcionDocumentoTecnico" DataSetColumn="DescripcionDocumentoTecnico" />
<Mapping SourceColumn="DescripcionAplicacion" DataSetColumn="DescripcionAplicacion" />
<Mapping SourceColumn="DescripcionContenido" DataSetColumn="DescripcionContenido" />
<Mapping SourceColumn="DescripcionsubCategoriaContenido" DataSetColumn="DescripcionsubCategoriaContenido" />
<Mapping SourceColumn="DescripcionGrupoTematico" DataSetColumn="DescripcionGrupoTematico" />
<Mapping SourceColumn="DescripcionSubCategoriaGrupoTematico" DataSetColumn="DescripcionSubCategoriaGrupoTematico" />
<Mapping SourceColumn="DescripcionEmisor" DataSetColumn="DescripcionEmisor" />
<Mapping SourceColumn="NumeroPublicacionVersion" DataSetColumn="NumeroPublicacionVersion" />
</Mappings>
@ -41,7 +66,7 @@
<xs:element name="dtsFichaTecnicaFinal" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="dtsFichaTecnicaFinal" msprop:Generator_UserDSName="dtsFichaTecnicaFinal">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="DataTable1" msprop:Generator_TableClassName="DataTable1DataTable" msprop:Generator_TableVarName="tableDataTable1" msprop:Generator_RowChangedName="DataTable1RowChanged" msprop:Generator_TablePropName="DataTable1" msprop:Generator_RowDeletingName="DataTable1RowDeleting" msprop:Generator_RowChangingName="DataTable1RowChanging" msprop:Generator_RowEvHandlerName="DataTable1RowChangeEventHandler" msprop:Generator_RowDeletedName="DataTable1RowDeleted" msprop:Generator_RowClassName="DataTable1Row" msprop:Generator_UserTableName="DataTable1" msprop:Generator_RowEvArgName="DataTable1RowChangeEvent">
<xs:element name="DataTable1" msprop:Generator_TableClassName="DataTable1DataTable" msprop:Generator_TableVarName="tableDataTable1" msprop:Generator_TablePropName="DataTable1" msprop:Generator_RowDeletingName="DataTable1RowDeleting" msprop:Generator_RowChangingName="DataTable1RowChanging" msprop:Generator_RowEvHandlerName="DataTable1RowChangeEventHandler" msprop:Generator_RowDeletedName="DataTable1RowDeleted" msprop:Generator_UserTableName="DataTable1" msprop:Generator_RowChangedName="DataTable1RowChanged" msprop:Generator_RowEvArgName="DataTable1RowChangeEvent" msprop:Generator_RowClassName="DataTable1Row">
<xs:complexType>
<xs:sequence>
<xs:element name="IdFichaTecnica" msprop:Generator_ColumnVarNameInTable="columnIdFichaTecnica" msprop:Generator_ColumnPropNameInRow="IdFichaTecnica" msprop:Generator_ColumnPropNameInTable="IdFichaTecnicaColumn" msprop:Generator_UserColumnName="IdFichaTecnica" type="xs:int" />
@ -80,6 +105,13 @@
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="DescripcionsubCategoriaContenido" msprop:Generator_ColumnVarNameInTable="columnDescripcionsubCategoriaContenido" msprop:Generator_ColumnPropNameInRow="DescripcionsubCategoriaContenido" msprop:Generator_ColumnPropNameInTable="DescripcionsubCategoriaContenidoColumn" msprop:Generator_UserColumnName="DescripcionsubCategoriaContenido" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="500" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="DescripcionGrupoTematico" msprop:Generator_ColumnVarNameInTable="columnDescripcionGrupoTematico" msprop:Generator_ColumnPropNameInRow="DescripcionGrupoTematico" msprop:Generator_ColumnPropNameInTable="DescripcionGrupoTematicoColumn" msprop:Generator_UserColumnName="DescripcionGrupoTematico" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
@ -87,6 +119,13 @@
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="DescripcionSubCategoriaGrupoTematico" msprop:Generator_ColumnVarNameInTable="columnDescripcionSubCategoriaGrupoTematico" msprop:Generator_ColumnPropNameInRow="DescripcionSubCategoriaGrupoTematico" msprop:Generator_ColumnPropNameInTable="DescripcionSubCategoriaGrupoTematicoColumn" msprop:Generator_UserColumnName="DescripcionSubCategoriaGrupoTematico" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="500" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="DescripcionEmisor" msprop:Generator_ColumnVarNameInTable="columnDescripcionEmisor" msprop:Generator_ColumnPropNameInRow="DescripcionEmisor" msprop:Generator_ColumnPropNameInTable="DescripcionEmisorColumn" msprop:Generator_UserColumnName="DescripcionEmisor" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">

View file

@ -6,7 +6,7 @@
</autogenerated>-->
<DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="0" ViewPortY="0" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
<Shapes>
<Shape ID="DesignTable:DataTable1" ZOrder="1" X="358" Y="178" Height="248" Width="210" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="24" OldDataTableHeight="0" SplitterPosition="197" />
<Shape ID="DesignTable:DataTable1" ZOrder="1" X="382" Y="178" Height="286" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="235" />
</Shapes>
<Connectors />
</DiagramLayout>

View file

@ -40,25 +40,31 @@
<Width>1.30937cm</Width>
</TablixColumn>
<TablixColumn>
<Width>6.83917cm</Width>
<Width>5.08001cm</Width>
</TablixColumn>
<TablixColumn>
<Width>6.54812cm</Width>
<Width>4.03458cm</Width>
</TablixColumn>
<TablixColumn>
<Width>3.79646cm</Width>
<Width>3.69063cm</Width>
</TablixColumn>
<TablixColumn>
<Width>2.5cm</Width>
<Width>2.44708cm</Width>
</TablixColumn>
<TablixColumn>
<Width>3.46604cm</Width>
<Width>2.87042cm</Width>
</TablixColumn>
<TablixColumn>
<Width>2.5cm</Width>
<Width>3.09562cm</Width>
</TablixColumn>
<TablixColumn>
<Width>2.15604cm</Width>
<Width>3.77cm</Width>
</TablixColumn>
<TablixColumn>
<Width>2.07667cm</Width>
</TablixColumn>
<TablixColumn>
<Width>1.62687cm</Width>
</TablixColumn>
<TablixColumn>
<Width>3.00271cm</Width>
@ -248,6 +254,42 @@
</Textbox>
</CellContents>
</TablixCell>
<TablixCell>
<CellContents>
<Textbox Name="Textbox2">
<CanGrow>true</CanGrow>
<KeepTogether>true</KeepTogether>
<Paragraphs>
<Paragraph>
<TextRuns>
<TextRun>
<Value>SubContenido</Value>
<Style>
<FontWeight>Bold</FontWeight>
<Color>White</Color>
</Style>
</TextRun>
</TextRuns>
<Style>
<TextAlign>Center</TextAlign>
</Style>
</Paragraph>
</Paragraphs>
<rd:DefaultName>Textbox2</rd:DefaultName>
<Style>
<Border>
<Color>LightGrey</Color>
<Style>Solid</Style>
</Border>
<BackgroundColor>Blue</BackgroundColor>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
</Style>
</Textbox>
</CellContents>
</TablixCell>
<TablixCell>
<CellContents>
<Textbox Name="Textbox11">
@ -284,6 +326,42 @@
</Textbox>
</CellContents>
</TablixCell>
<TablixCell>
<CellContents>
<Textbox Name="Textbox10">
<CanGrow>true</CanGrow>
<KeepTogether>true</KeepTogether>
<Paragraphs>
<Paragraph>
<TextRuns>
<TextRun>
<Value> SubGrupo Tematico</Value>
<Style>
<FontWeight>Bold</FontWeight>
<Color>White</Color>
</Style>
</TextRun>
</TextRuns>
<Style>
<TextAlign>Center</TextAlign>
</Style>
</Paragraph>
</Paragraphs>
<rd:DefaultName>Textbox10</rd:DefaultName>
<Style>
<Border>
<Color>LightGrey</Color>
<Style>Solid</Style>
</Border>
<BackgroundColor>Blue</BackgroundColor>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
</Style>
</Textbox>
</CellContents>
</TablixCell>
<TablixCell>
<CellContents>
<Textbox Name="Textbox13">
@ -547,6 +625,36 @@
</Textbox>
</CellContents>
</TablixCell>
<TablixCell>
<CellContents>
<Textbox Name="DescripcionsubCategoriaContenido">
<CanGrow>true</CanGrow>
<KeepTogether>true</KeepTogether>
<Paragraphs>
<Paragraph>
<TextRuns>
<TextRun>
<Value>=Fields!DescripcionsubCategoriaContenido.Value</Value>
<Style />
</TextRun>
</TextRuns>
<Style />
</Paragraph>
</Paragraphs>
<rd:DefaultName>DescripcionsubCategoriaContenido</rd:DefaultName>
<Style>
<Border>
<Color>LightGrey</Color>
<Style>Solid</Style>
</Border>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
</Style>
</Textbox>
</CellContents>
</TablixCell>
<TablixCell>
<CellContents>
<Textbox Name="DescripcionGrupoTematico">
@ -577,6 +685,36 @@
</Textbox>
</CellContents>
</TablixCell>
<TablixCell>
<CellContents>
<Textbox Name="DescripcionSubCategoriaGrupoTematico">
<CanGrow>true</CanGrow>
<KeepTogether>true</KeepTogether>
<Paragraphs>
<Paragraph>
<TextRuns>
<TextRun>
<Value>=Fields!DescripcionSubCategoriaGrupoTematico.Value</Value>
<Style />
</TextRun>
</TextRuns>
<Style />
</Paragraph>
</Paragraphs>
<rd:DefaultName>DescripcionSubCategoriaGrupoTematico</rd:DefaultName>
<Style>
<Border>
<Color>LightGrey</Color>
<Style>Solid</Style>
</Border>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
</Style>
</Textbox>
</CellContents>
</TablixCell>
<TablixCell>
<CellContents>
<Textbox Name="DescripcionAplicacion">
@ -682,6 +820,8 @@
<TablixMember />
<TablixMember />
<TablixMember />
<TablixMember />
<TablixMember />
</TablixMembers>
</TablixColumnHierarchy>
<TablixRowHierarchy>
@ -698,7 +838,7 @@
<Top>0.88209cm</Top>
<Left>0.26141cm</Left>
<Height>1.2cm</Height>
<Width>32.11791cm</Width>
<Width>33.00395cm</Width>
<ZIndex>1</ZIndex>
<Style>
<Border>
@ -810,7 +950,7 @@
<Height>1.86475in</Height>
<Style />
</Body>
<Width>12.98735in</Width>
<Width>13.23202in</Width>
<Page>
<PageHeader>
<Height>1.89286cm</Height>
@ -891,7 +1031,7 @@
<DataProvider>System.Data.DataSet</DataProvider>
<ConnectString>/* Local Connection */</ConnectString>
</ConnectionProperties>
<rd:DataSourceID>3deb798c-bd6a-434d-ade7-f5b561dfe43e</rd:DataSourceID>
<rd:DataSourceID>c5d74c40-2872-4af9-a58c-76a1dfd60eac</rd:DataSourceID>
</DataSource>
</DataSources>
<DataSets>
@ -925,10 +1065,18 @@
<DataField>DescripcionContenido</DataField>
<rd:TypeName>System.String</rd:TypeName>
</Field>
<Field Name="DescripcionsubCategoriaContenido">
<DataField>DescripcionsubCategoriaContenido</DataField>
<rd:TypeName>System.String</rd:TypeName>
</Field>
<Field Name="DescripcionGrupoTematico">
<DataField>DescripcionGrupoTematico</DataField>
<rd:TypeName>System.String</rd:TypeName>
</Field>
<Field Name="DescripcionSubCategoriaGrupoTematico">
<DataField>DescripcionSubCategoriaGrupoTematico</DataField>
<rd:TypeName>System.String</rd:TypeName>
</Field>
<Field Name="DescripcionEmisor">
<DataField>DescripcionEmisor</DataField>
<rd:TypeName>System.String</rd:TypeName>

View file

@ -1,384 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">
<Body>
<ReportItems>
<Tablix Name="Tablix1">
<TablixBody>
<TablixColumns>
<TablixColumn>
<Width>2.5cm</Width>
</TablixColumn>
<TablixColumn>
<Width>2.5cm</Width>
</TablixColumn>
<TablixColumn>
<Width>2.5cm</Width>
</TablixColumn>
<TablixColumn>
<Width>2.5cm</Width>
</TablixColumn>
</TablixColumns>
<TablixRows>
<TablixRow>
<Height>0.6cm</Height>
<TablixCells>
<TablixCell>
<CellContents>
<Textbox Name="Textbox1">
<CanGrow>true</CanGrow>
<KeepTogether>true</KeepTogether>
<Paragraphs>
<Paragraph>
<TextRuns>
<TextRun>
<Value>Id Ficha Tecnica</Value>
<Style />
</TextRun>
</TextRuns>
<Style />
</Paragraph>
</Paragraphs>
<rd:DefaultName>Textbox1</rd:DefaultName>
<Style>
<Border>
<Color>LightGrey</Color>
<Style>Solid</Style>
</Border>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
</Style>
</Textbox>
</CellContents>
</TablixCell>
<TablixCell>
<CellContents>
<Textbox Name="Textbox3">
<CanGrow>true</CanGrow>
<KeepTogether>true</KeepTogether>
<Paragraphs>
<Paragraph>
<TextRuns>
<TextRun>
<Value>Nombre</Value>
<Style />
</TextRun>
</TextRuns>
<Style />
</Paragraph>
</Paragraphs>
<rd:DefaultName>Textbox3</rd:DefaultName>
<Style>
<Border>
<Color>LightGrey</Color>
<Style>Solid</Style>
</Border>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
</Style>
</Textbox>
</CellContents>
</TablixCell>
<TablixCell>
<CellContents>
<Textbox Name="Textbox5">
<CanGrow>true</CanGrow>
<KeepTogether>true</KeepTogether>
<Paragraphs>
<Paragraph>
<TextRuns>
<TextRun>
<Value>Identificacion</Value>
<Style />
</TextRun>
</TextRuns>
<Style />
</Paragraph>
</Paragraphs>
<rd:DefaultName>Textbox5</rd:DefaultName>
<Style>
<Border>
<Color>LightGrey</Color>
<Style>Solid</Style>
</Border>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
</Style>
</Textbox>
</CellContents>
</TablixCell>
<TablixCell>
<CellContents>
<Textbox Name="Textbox2">
<CanGrow>true</CanGrow>
<KeepTogether>true</KeepTogether>
<Paragraphs>
<Paragraph>
<TextRuns>
<TextRun>
<Value>Descripcion Emisor</Value>
<Style />
</TextRun>
</TextRuns>
<Style />
</Paragraph>
</Paragraphs>
<rd:DefaultName>Textbox2</rd:DefaultName>
<Style>
<Border>
<Color>LightGrey</Color>
<Style>Solid</Style>
</Border>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
</Style>
</Textbox>
</CellContents>
</TablixCell>
</TablixCells>
</TablixRow>
<TablixRow>
<Height>0.6cm</Height>
<TablixCells>
<TablixCell>
<CellContents>
<Textbox Name="IdFichaTecnica">
<CanGrow>true</CanGrow>
<KeepTogether>true</KeepTogether>
<Paragraphs>
<Paragraph>
<TextRuns>
<TextRun>
<Value>=Fields!IdFichaTecnica.Value</Value>
<Style />
</TextRun>
</TextRuns>
<Style />
</Paragraph>
</Paragraphs>
<rd:DefaultName>IdFichaTecnica</rd:DefaultName>
<Style>
<Border>
<Color>LightGrey</Color>
<Style>Solid</Style>
</Border>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
</Style>
</Textbox>
</CellContents>
</TablixCell>
<TablixCell>
<CellContents>
<Textbox Name="Nombre">
<CanGrow>true</CanGrow>
<KeepTogether>true</KeepTogether>
<Paragraphs>
<Paragraph>
<TextRuns>
<TextRun>
<Value>=Fields!Nombre.Value</Value>
<Style />
</TextRun>
</TextRuns>
<Style />
</Paragraph>
</Paragraphs>
<rd:DefaultName>Nombre</rd:DefaultName>
<Style>
<Border>
<Color>LightGrey</Color>
<Style>Solid</Style>
</Border>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
</Style>
</Textbox>
</CellContents>
</TablixCell>
<TablixCell>
<CellContents>
<Textbox Name="Identificacion">
<CanGrow>true</CanGrow>
<KeepTogether>true</KeepTogether>
<Paragraphs>
<Paragraph>
<TextRuns>
<TextRun>
<Value>=Fields!Identificacion.Value</Value>
<Style />
</TextRun>
</TextRuns>
<Style />
</Paragraph>
</Paragraphs>
<rd:DefaultName>Identificacion</rd:DefaultName>
<Style>
<Border>
<Color>LightGrey</Color>
<Style>Solid</Style>
</Border>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
</Style>
</Textbox>
</CellContents>
</TablixCell>
<TablixCell>
<CellContents>
<Textbox Name="DescripcionEmisor">
<CanGrow>true</CanGrow>
<KeepTogether>true</KeepTogether>
<Paragraphs>
<Paragraph>
<TextRuns>
<TextRun>
<Value>=Fields!DescripcionEmisor.Value</Value>
<Style />
</TextRun>
</TextRuns>
<Style />
</Paragraph>
</Paragraphs>
<rd:DefaultName>DescripcionEmisor</rd:DefaultName>
<Style>
<Border>
<Color>LightGrey</Color>
<Style>Solid</Style>
</Border>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
</Style>
</Textbox>
</CellContents>
</TablixCell>
</TablixCells>
</TablixRow>
</TablixRows>
</TablixBody>
<TablixColumnHierarchy>
<TablixMembers>
<TablixMember />
<TablixMember />
<TablixMember />
<TablixMember />
</TablixMembers>
</TablixColumnHierarchy>
<TablixRowHierarchy>
<TablixMembers>
<TablixMember>
<KeepWithGroup>After</KeepWithGroup>
</TablixMember>
<TablixMember>
<Group Name="Details" />
</TablixMember>
</TablixMembers>
</TablixRowHierarchy>
<DataSetName>dtsFichaTecnicaFinal</DataSetName>
<Top>1.90182cm</Top>
<Left>1.63724cm</Left>
<Height>1.2cm</Height>
<Width>10cm</Width>
<Style>
<Border>
<Style>None</Style>
</Border>
</Style>
</Tablix>
</ReportItems>
<Height>2in</Height>
<Style />
</Body>
<Width>6.5in</Width>
<Page>
<PageHeight>29.7cm</PageHeight>
<PageWidth>21cm</PageWidth>
<LeftMargin>2cm</LeftMargin>
<RightMargin>2cm</RightMargin>
<TopMargin>2cm</TopMargin>
<BottomMargin>2cm</BottomMargin>
<ColumnSpacing>0.13cm</ColumnSpacing>
<Style />
</Page>
<AutoRefresh>0</AutoRefresh>
<DataSources>
<DataSource Name="dtsFichaTecnicaFinal">
<ConnectionProperties>
<DataProvider>System.Data.DataSet</DataProvider>
<ConnectString>/* Local Connection */</ConnectString>
</ConnectionProperties>
<rd:DataSourceID>6a718627-e4d2-45e5-be53-fa80487bffa0</rd:DataSourceID>
</DataSource>
</DataSources>
<DataSets>
<DataSet Name="dtsFichaTecnicaFinal">
<Query>
<DataSourceName>dtsFichaTecnicaFinal</DataSourceName>
<CommandText>/* Local Query */</CommandText>
</Query>
<Fields>
<Field Name="IdFichaTecnica">
<DataField>IdFichaTecnica</DataField>
<rd:TypeName>System.Int32</rd:TypeName>
</Field>
<Field Name="Nombre">
<DataField>Nombre</DataField>
<rd:TypeName>System.String</rd:TypeName>
</Field>
<Field Name="Identificacion">
<DataField>Identificacion</DataField>
<rd:TypeName>System.String</rd:TypeName>
</Field>
<Field Name="DescripcionDocumentoTecnico">
<DataField>DescripcionDocumentoTecnico</DataField>
<rd:TypeName>System.String</rd:TypeName>
</Field>
<Field Name="DescripcionAplicacion">
<DataField>DescripcionAplicacion</DataField>
<rd:TypeName>System.String</rd:TypeName>
</Field>
<Field Name="DescripcionContenido">
<DataField>DescripcionContenido</DataField>
<rd:TypeName>System.String</rd:TypeName>
</Field>
<Field Name="DescripcionGrupoTematico">
<DataField>DescripcionGrupoTematico</DataField>
<rd:TypeName>System.String</rd:TypeName>
</Field>
<Field Name="DescripcionEmisor">
<DataField>DescripcionEmisor</DataField>
<rd:TypeName>System.String</rd:TypeName>
</Field>
<Field Name="NumeroPublicacionVersion">
<DataField>NumeroPublicacionVersion</DataField>
<rd:TypeName>System.String</rd:TypeName>
</Field>
</Fields>
<rd:DataSetInfo>
<rd:DataSetName>dtsFichaTecnicaFinal</rd:DataSetName>
<rd:SchemaPath>C:\AYA\SINORT\AYA.SlnSynor\AYA.SlnSynor\Reportes\datasets\dtsFichaTecnicaFinal.xsd</rd:SchemaPath>
<rd:TableName>DataTable1</rd:TableName>
<rd:TableAdapterFillMethod>Fill</rd:TableAdapterFillMethod>
<rd:TableAdapterGetDataMethod>GetData</rd:TableAdapterGetDataMethod>
<rd:TableAdapterName>DataTable1TableAdapter</rd:TableAdapterName>
</rd:DataSetInfo>
</DataSet>
</DataSets>
<rd:ReportUnitType>Cm</rd:ReportUnitType>
<rd:ReportID>ea5f9563-4ca0-4076-8091-2819970b8b8b</rd:ReportID>
</Report>

View file

@ -181,12 +181,28 @@ this.getDataModel = function () {
});
}
this.LeerFormulario = function (){
var reporte
= {
emisor: $('#txtEmisor').val(),
documentotecnico: $('#txtDocumentoTecnico').val(),
aplicacion:$('#txtAplicacion').val(),
contenido: $('#txtContenido').val(),
subcontenido: $('#txtSubCategoriaContenido').val(),
grupotematico: $('#txtGrupoTematico').val(),
subgrupotematico: $('#txtSubCategoriaGrupoTematico').val(),
versionvigente: $('#txtVersionVigente').val(),
fechainicio:$("#txtFechaInicio").DateFormatWCF(),
fechafin: $("#txtFechaFinal").DateFormatWCF()
}
model = reporte;
}
this.BuscarReporte = function (){
var uri = server + 'Reportes/FichaTecnica';
model ={
emisor: $('#txtEmisor').val()
}
LeerFormulario();
var container = document.getElementById('rptFichaTecnica');
var refreshContent = container.innerHTML;
$.ajax({
type: "POST",
url: uri,
@ -194,12 +210,12 @@ this.BuscarReporte = function (){
contentType: "application/json; charset=utf-8",
dataType: "json",
success: function () {
container.innerHTML = refreshContent;
ENDREQUEST();
},
error: function () {
var container = document.getElementById('rptFichaTecnica');
var refreshContent = container.innerHTML;
container.innerHTML = refreshContent;
ENDREQUEST();

View file

@ -13,8 +13,8 @@
<div class="col-sm-4"><a href="#"> <img class="img-responsive" src="~/dist/img/imgNormReg1.png"></div>
@*<div class="col-sm-4"><a href="javascript: EntrarVerEstadoFicha('1');"> <img class="img-responsive" src="~/dist/img/imgNormReg1.png"></div>*@
<div class="col-sm-4"><a href="javascript: ValidarAcceder('proyecto_normativo','Home','Ver proyectos y foros');"> <img class="img-responsive" src="~/dist/img/imgProyeNorm1.png"></div>
@*<div class="col-sm-4"><a href="@Url.Action("Reporte", "Reportes")"> <img class="img-responsive" src="~/dist/img/imgEst1.png"></div>*@
<div class="col-sm-4"><a href="#"> <img class="img-responsive" src="~/dist/img/imgEst1.png"></div>
<div class="col-sm-4"><a href="@Url.Action("Reporte", "Reportes")"> <img class="img-responsive" src="~/dist/img/imgEst1.png"></div>
@*<div class="col-sm-4"><a href="#"> <img class="img-responsive" src="~/dist/img/imgEst1.png"></div>*@
</div>

View file

@ -105,7 +105,21 @@
</ul>
</li>
<li class="dropdown messages-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="glyphicon glyphicon-question-sign"></i>
</a>
<ul class="dropdown-menu">
<li class="header" id="wiki">Videos informativos SINORT</li>
<li class="footer"><a href="#">Ver wiki </a></li>
@*<li class="footer"><a href="@Url.Action("GotitasPendientes", "Home")">Ver gotitas normativas </a></li>*@
</ul>
</li>
<li class="dropdown user user-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">