1767 lines
90 KiB
C#
1767 lines
90 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// Este código fue generado por una herramienta.
|
|
// Versión de runtime:4.0.30319.42000
|
|
//
|
|
// Los cambios en este archivo podrían causar un comportamiento incorrecto y se perderán si
|
|
// se vuelve a generar el código.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
#pragma warning disable 1591
|
|
|
|
namespace bdGrupoSanchoToro.XSD {
|
|
|
|
|
|
/// <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("ARTICULOS")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")]
|
|
public partial class ARTICULOS : global::System.Data.DataSet {
|
|
|
|
private DatosDataTable tableDatos;
|
|
|
|
private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public ARTICULOS() {
|
|
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", "18.0.0.0")]
|
|
[System.ObsoleteAttribute("This API supports obsolete formatter-based serialization. It should not be called" +
|
|
" or extended by application code.", DiagnosticId="SYSLIB0051")]
|
|
protected ARTICULOS(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["Datos"] != null)) {
|
|
base.Tables.Add(new DatosDataTable(ds.Tables["Datos"]));
|
|
}
|
|
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", "18.0.0.0")]
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
public DatosDataTable Datos {
|
|
get {
|
|
return this.tableDatos;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.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", "18.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", "18.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", "18.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", "18.0.0.0")]
|
|
public override global::System.Data.DataSet Clone() {
|
|
ARTICULOS cln = ((ARTICULOS)(base.Clone()));
|
|
cln.InitVars();
|
|
cln.SchemaSerializationMode = this.SchemaSerializationMode;
|
|
return cln;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
protected override bool ShouldSerializeTables() {
|
|
return false;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
protected override bool ShouldSerializeRelations() {
|
|
return false;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.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["Datos"] != null)) {
|
|
base.Tables.Add(new DatosDataTable(ds.Tables["Datos"]));
|
|
}
|
|
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", "18.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", "18.0.0.0")]
|
|
internal void InitVars() {
|
|
this.InitVars(true);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
internal void InitVars(bool initTable) {
|
|
this.tableDatos = ((DatosDataTable)(base.Tables["Datos"]));
|
|
if ((initTable == true)) {
|
|
if ((this.tableDatos != null)) {
|
|
this.tableDatos.InitVars();
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
private void InitClass() {
|
|
this.DataSetName = "ARTICULOS";
|
|
this.Prefix = "";
|
|
this.Locale = new global::System.Globalization.CultureInfo("en-US");
|
|
this.EnforceConstraints = true;
|
|
this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
|
|
this.tableDatos = new DatosDataTable();
|
|
base.Tables.Add(this.tableDatos);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
private bool ShouldSerializeDatos() {
|
|
return false;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.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", "18.0.0.0")]
|
|
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
|
ARTICULOS ds = new ARTICULOS();
|
|
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", "18.0.0.0")]
|
|
public delegate void DatosRowChangeEventHandler(object sender, DatosRowChangeEvent e);
|
|
|
|
/// <summary>
|
|
///Represents the strongly named DataTable class.
|
|
///</summary>
|
|
[global::System.Serializable()]
|
|
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
|
|
public partial class DatosDataTable : global::System.Data.TypedTableBase<DatosRow> {
|
|
|
|
private global::System.Data.DataColumn columnARCOD;
|
|
|
|
private global::System.Data.DataColumn columnARCPR;
|
|
|
|
private global::System.Data.DataColumn columnARNSE;
|
|
|
|
private global::System.Data.DataColumn columnARNSF;
|
|
|
|
private global::System.Data.DataColumn columnARDES;
|
|
|
|
private global::System.Data.DataColumn columnARFAM;
|
|
|
|
private global::System.Data.DataColumn columnARPRV;
|
|
|
|
private global::System.Data.DataColumn columnARPRO;
|
|
|
|
private global::System.Data.DataColumn columnARNAE;
|
|
|
|
private global::System.Data.DataColumn columnARNLA;
|
|
|
|
private global::System.Data.DataColumn columnARNFP;
|
|
|
|
private global::System.Data.DataColumn columnARFEN;
|
|
|
|
private global::System.Data.DataColumn columnARFSA;
|
|
|
|
private global::System.Data.DataColumn columnARMGR;
|
|
|
|
private global::System.Data.DataColumn columnARFIG;
|
|
|
|
private global::System.Data.DataColumn columnARFFG;
|
|
|
|
private global::System.Data.DataColumn columnARUBI;
|
|
|
|
private global::System.Data.DataColumn columnARNAS;
|
|
|
|
private global::System.Data.DataColumn columnARNLAS;
|
|
|
|
private global::System.Data.DataColumn columnARNFC;
|
|
|
|
private global::System.Data.DataColumn columnARFFA;
|
|
|
|
private global::System.Data.DataColumn columnARRPA;
|
|
|
|
private global::System.Data.DataColumn columnARNL1;
|
|
|
|
private global::System.Data.DataColumn columnARNL2;
|
|
|
|
private global::System.Data.DataColumn columnARNL3;
|
|
|
|
private global::System.Data.DataColumn columnARNL4;
|
|
|
|
private global::System.Data.DataColumn columnARSIT;
|
|
|
|
private global::System.Data.DataColumn columnAROBS;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public DatosDataTable() {
|
|
this.TableName = "Datos";
|
|
this.BeginInit();
|
|
this.InitClass();
|
|
this.EndInit();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
internal DatosDataTable(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", "18.0.0.0")]
|
|
[System.ObsoleteAttribute("This API supports obsolete formatter-based serialization. It should not be called" +
|
|
" or extended by application code.", DiagnosticId="SYSLIB0051")]
|
|
protected DatosDataTable(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", "18.0.0.0")]
|
|
public global::System.Data.DataColumn ARCODColumn {
|
|
get {
|
|
return this.columnARCOD;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public global::System.Data.DataColumn ARCPRColumn {
|
|
get {
|
|
return this.columnARCPR;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public global::System.Data.DataColumn ARNSEColumn {
|
|
get {
|
|
return this.columnARNSE;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public global::System.Data.DataColumn ARNSFColumn {
|
|
get {
|
|
return this.columnARNSF;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public global::System.Data.DataColumn ARDESColumn {
|
|
get {
|
|
return this.columnARDES;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public global::System.Data.DataColumn ARFAMColumn {
|
|
get {
|
|
return this.columnARFAM;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public global::System.Data.DataColumn ARPRVColumn {
|
|
get {
|
|
return this.columnARPRV;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public global::System.Data.DataColumn ARPROColumn {
|
|
get {
|
|
return this.columnARPRO;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public global::System.Data.DataColumn ARNAEColumn {
|
|
get {
|
|
return this.columnARNAE;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public global::System.Data.DataColumn ARNLAColumn {
|
|
get {
|
|
return this.columnARNLA;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public global::System.Data.DataColumn ARNFPColumn {
|
|
get {
|
|
return this.columnARNFP;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public global::System.Data.DataColumn ARFENColumn {
|
|
get {
|
|
return this.columnARFEN;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public global::System.Data.DataColumn ARFSAColumn {
|
|
get {
|
|
return this.columnARFSA;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public global::System.Data.DataColumn ARMGRColumn {
|
|
get {
|
|
return this.columnARMGR;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public global::System.Data.DataColumn ARFIGColumn {
|
|
get {
|
|
return this.columnARFIG;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public global::System.Data.DataColumn ARFFGColumn {
|
|
get {
|
|
return this.columnARFFG;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public global::System.Data.DataColumn ARUBIColumn {
|
|
get {
|
|
return this.columnARUBI;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public global::System.Data.DataColumn ARNASColumn {
|
|
get {
|
|
return this.columnARNAS;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public global::System.Data.DataColumn ARNLASColumn {
|
|
get {
|
|
return this.columnARNLAS;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public global::System.Data.DataColumn ARNFCColumn {
|
|
get {
|
|
return this.columnARNFC;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public global::System.Data.DataColumn ARFFAColumn {
|
|
get {
|
|
return this.columnARFFA;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public global::System.Data.DataColumn ARRPAColumn {
|
|
get {
|
|
return this.columnARRPA;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public global::System.Data.DataColumn ARNL1Column {
|
|
get {
|
|
return this.columnARNL1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public global::System.Data.DataColumn ARNL2Column {
|
|
get {
|
|
return this.columnARNL2;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public global::System.Data.DataColumn ARNL3Column {
|
|
get {
|
|
return this.columnARNL3;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public global::System.Data.DataColumn ARNL4Column {
|
|
get {
|
|
return this.columnARNL4;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public global::System.Data.DataColumn ARSITColumn {
|
|
get {
|
|
return this.columnARSIT;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public global::System.Data.DataColumn AROBSColumn {
|
|
get {
|
|
return this.columnAROBS;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.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", "18.0.0.0")]
|
|
public DatosRow this[int index] {
|
|
get {
|
|
return ((DatosRow)(this.Rows[index]));
|
|
}
|
|
}
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public event DatosRowChangeEventHandler DatosRowChanging;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public event DatosRowChangeEventHandler DatosRowChanged;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public event DatosRowChangeEventHandler DatosRowDeleting;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public event DatosRowChangeEventHandler DatosRowDeleted;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public void AddDatosRow(DatosRow row) {
|
|
this.Rows.Add(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public DatosRow AddDatosRow(
|
|
string ARCOD,
|
|
string ARCPR,
|
|
string ARNSE,
|
|
string ARNSF,
|
|
string ARDES,
|
|
string ARFAM,
|
|
string ARPRV,
|
|
string ARPRO,
|
|
string ARNAE,
|
|
string ARNLA,
|
|
string ARNFP,
|
|
string ARFEN,
|
|
string ARFSA,
|
|
string ARMGR,
|
|
string ARFIG,
|
|
string ARFFG,
|
|
string ARUBI,
|
|
string ARNAS,
|
|
string ARNLAS,
|
|
string ARNFC,
|
|
string ARFFA,
|
|
string ARRPA,
|
|
string ARNL1,
|
|
string ARNL2,
|
|
string ARNL3,
|
|
string ARNL4,
|
|
string ARSIT,
|
|
string AROBS) {
|
|
DatosRow rowDatosRow = ((DatosRow)(this.NewRow()));
|
|
object[] columnValuesArray = new object[] {
|
|
ARCOD,
|
|
ARCPR,
|
|
ARNSE,
|
|
ARNSF,
|
|
ARDES,
|
|
ARFAM,
|
|
ARPRV,
|
|
ARPRO,
|
|
ARNAE,
|
|
ARNLA,
|
|
ARNFP,
|
|
ARFEN,
|
|
ARFSA,
|
|
ARMGR,
|
|
ARFIG,
|
|
ARFFG,
|
|
ARUBI,
|
|
ARNAS,
|
|
ARNLAS,
|
|
ARNFC,
|
|
ARFFA,
|
|
ARRPA,
|
|
ARNL1,
|
|
ARNL2,
|
|
ARNL3,
|
|
ARNL4,
|
|
ARSIT,
|
|
AROBS};
|
|
rowDatosRow.ItemArray = columnValuesArray;
|
|
this.Rows.Add(rowDatosRow);
|
|
return rowDatosRow;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public override global::System.Data.DataTable Clone() {
|
|
DatosDataTable cln = ((DatosDataTable)(base.Clone()));
|
|
cln.InitVars();
|
|
return cln;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
protected override global::System.Data.DataTable CreateInstance() {
|
|
return new DatosDataTable();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
internal void InitVars() {
|
|
this.columnARCOD = base.Columns["ARCOD"];
|
|
this.columnARCPR = base.Columns["ARCPR"];
|
|
this.columnARNSE = base.Columns["ARNSE"];
|
|
this.columnARNSF = base.Columns["ARNSF"];
|
|
this.columnARDES = base.Columns["ARDES"];
|
|
this.columnARFAM = base.Columns["ARFAM"];
|
|
this.columnARPRV = base.Columns["ARPRV"];
|
|
this.columnARPRO = base.Columns["ARPRO"];
|
|
this.columnARNAE = base.Columns["ARNAE"];
|
|
this.columnARNLA = base.Columns["ARNLA"];
|
|
this.columnARNFP = base.Columns["ARNFP"];
|
|
this.columnARFEN = base.Columns["ARFEN"];
|
|
this.columnARFSA = base.Columns["ARFSA"];
|
|
this.columnARMGR = base.Columns["ARMGR"];
|
|
this.columnARFIG = base.Columns["ARFIG"];
|
|
this.columnARFFG = base.Columns["ARFFG"];
|
|
this.columnARUBI = base.Columns["ARUBI"];
|
|
this.columnARNAS = base.Columns["ARNAS"];
|
|
this.columnARNLAS = base.Columns["ARNLAS"];
|
|
this.columnARNFC = base.Columns["ARNFC"];
|
|
this.columnARFFA = base.Columns["ARFFA"];
|
|
this.columnARRPA = base.Columns["ARRPA"];
|
|
this.columnARNL1 = base.Columns["ARNL1"];
|
|
this.columnARNL2 = base.Columns["ARNL2"];
|
|
this.columnARNL3 = base.Columns["ARNL3"];
|
|
this.columnARNL4 = base.Columns["ARNL4"];
|
|
this.columnARSIT = base.Columns["ARSIT"];
|
|
this.columnAROBS = base.Columns["AROBS"];
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
private void InitClass() {
|
|
this.columnARCOD = new global::System.Data.DataColumn("ARCOD", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnARCOD);
|
|
this.columnARCPR = new global::System.Data.DataColumn("ARCPR", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnARCPR);
|
|
this.columnARNSE = new global::System.Data.DataColumn("ARNSE", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnARNSE);
|
|
this.columnARNSF = new global::System.Data.DataColumn("ARNSF", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnARNSF);
|
|
this.columnARDES = new global::System.Data.DataColumn("ARDES", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnARDES);
|
|
this.columnARFAM = new global::System.Data.DataColumn("ARFAM", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnARFAM);
|
|
this.columnARPRV = new global::System.Data.DataColumn("ARPRV", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnARPRV);
|
|
this.columnARPRO = new global::System.Data.DataColumn("ARPRO", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnARPRO);
|
|
this.columnARNAE = new global::System.Data.DataColumn("ARNAE", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnARNAE);
|
|
this.columnARNLA = new global::System.Data.DataColumn("ARNLA", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnARNLA);
|
|
this.columnARNFP = new global::System.Data.DataColumn("ARNFP", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnARNFP);
|
|
this.columnARFEN = new global::System.Data.DataColumn("ARFEN", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnARFEN);
|
|
this.columnARFSA = new global::System.Data.DataColumn("ARFSA", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnARFSA);
|
|
this.columnARMGR = new global::System.Data.DataColumn("ARMGR", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnARMGR);
|
|
this.columnARFIG = new global::System.Data.DataColumn("ARFIG", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnARFIG);
|
|
this.columnARFFG = new global::System.Data.DataColumn("ARFFG", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnARFFG);
|
|
this.columnARUBI = new global::System.Data.DataColumn("ARUBI", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnARUBI);
|
|
this.columnARNAS = new global::System.Data.DataColumn("ARNAS", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnARNAS);
|
|
this.columnARNLAS = new global::System.Data.DataColumn("ARNLAS", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnARNLAS);
|
|
this.columnARNFC = new global::System.Data.DataColumn("ARNFC", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnARNFC);
|
|
this.columnARFFA = new global::System.Data.DataColumn("ARFFA", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnARFFA);
|
|
this.columnARRPA = new global::System.Data.DataColumn("ARRPA", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnARRPA);
|
|
this.columnARNL1 = new global::System.Data.DataColumn("ARNL1", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnARNL1);
|
|
this.columnARNL2 = new global::System.Data.DataColumn("ARNL2", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnARNL2);
|
|
this.columnARNL3 = new global::System.Data.DataColumn("ARNL3", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnARNL3);
|
|
this.columnARNL4 = new global::System.Data.DataColumn("ARNL4", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnARNL4);
|
|
this.columnARSIT = new global::System.Data.DataColumn("ARSIT", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnARSIT);
|
|
this.columnAROBS = new global::System.Data.DataColumn("AROBS", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnAROBS);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public DatosRow NewDatosRow() {
|
|
return ((DatosRow)(this.NewRow()));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
return new DatosRow(builder);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
protected override global::System.Type GetRowType() {
|
|
return typeof(DatosRow);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanged(e);
|
|
if ((this.DatosRowChanged != null)) {
|
|
this.DatosRowChanged(this, new DatosRowChangeEvent(((DatosRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanging(e);
|
|
if ((this.DatosRowChanging != null)) {
|
|
this.DatosRowChanging(this, new DatosRowChangeEvent(((DatosRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleted(e);
|
|
if ((this.DatosRowDeleted != null)) {
|
|
this.DatosRowDeleted(this, new DatosRowChangeEvent(((DatosRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleting(e);
|
|
if ((this.DatosRowDeleting != null)) {
|
|
this.DatosRowDeleting(this, new DatosRowChangeEvent(((DatosRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public void RemoveDatosRow(DatosRow row) {
|
|
this.Rows.Remove(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.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();
|
|
ARTICULOS ds = new ARTICULOS();
|
|
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 = "DatosDataTable";
|
|
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 DatosRow : global::System.Data.DataRow {
|
|
|
|
private DatosDataTable tableDatos;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
internal DatosRow(global::System.Data.DataRowBuilder rb) :
|
|
base(rb) {
|
|
this.tableDatos = ((DatosDataTable)(this.Table));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public string ARCOD {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableDatos.ARCODColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("El valor de la columna \'ARCOD\' de la tabla \'Datos\' es DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableDatos.ARCODColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public string ARCPR {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableDatos.ARCPRColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("El valor de la columna \'ARCPR\' de la tabla \'Datos\' es DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableDatos.ARCPRColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public string ARNSE {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableDatos.ARNSEColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("El valor de la columna \'ARNSE\' de la tabla \'Datos\' es DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableDatos.ARNSEColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public string ARNSF {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableDatos.ARNSFColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("El valor de la columna \'ARNSF\' de la tabla \'Datos\' es DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableDatos.ARNSFColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public string ARDES {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableDatos.ARDESColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("El valor de la columna \'ARDES\' de la tabla \'Datos\' es DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableDatos.ARDESColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public string ARFAM {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableDatos.ARFAMColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("El valor de la columna \'ARFAM\' de la tabla \'Datos\' es DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableDatos.ARFAMColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public string ARPRV {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableDatos.ARPRVColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("El valor de la columna \'ARPRV\' de la tabla \'Datos\' es DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableDatos.ARPRVColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public string ARPRO {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableDatos.ARPROColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("El valor de la columna \'ARPRO\' de la tabla \'Datos\' es DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableDatos.ARPROColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public string ARNAE {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableDatos.ARNAEColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("El valor de la columna \'ARNAE\' de la tabla \'Datos\' es DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableDatos.ARNAEColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public string ARNLA {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableDatos.ARNLAColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("El valor de la columna \'ARNLA\' de la tabla \'Datos\' es DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableDatos.ARNLAColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public string ARNFP {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableDatos.ARNFPColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("El valor de la columna \'ARNFP\' de la tabla \'Datos\' es DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableDatos.ARNFPColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public string ARFEN {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableDatos.ARFENColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("El valor de la columna \'ARFEN\' de la tabla \'Datos\' es DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableDatos.ARFENColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public string ARFSA {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableDatos.ARFSAColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("El valor de la columna \'ARFSA\' de la tabla \'Datos\' es DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableDatos.ARFSAColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public string ARMGR {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableDatos.ARMGRColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("El valor de la columna \'ARMGR\' de la tabla \'Datos\' es DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableDatos.ARMGRColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public string ARFIG {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableDatos.ARFIGColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("El valor de la columna \'ARFIG\' de la tabla \'Datos\' es DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableDatos.ARFIGColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public string ARFFG {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableDatos.ARFFGColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("El valor de la columna \'ARFFG\' de la tabla \'Datos\' es DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableDatos.ARFFGColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public string ARUBI {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableDatos.ARUBIColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("El valor de la columna \'ARUBI\' de la tabla \'Datos\' es DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableDatos.ARUBIColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public string ARNAS {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableDatos.ARNASColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("El valor de la columna \'ARNAS\' de la tabla \'Datos\' es DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableDatos.ARNASColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public string ARNLAS {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableDatos.ARNLASColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("El valor de la columna \'ARNLAS\' de la tabla \'Datos\' es DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableDatos.ARNLASColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public string ARNFC {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableDatos.ARNFCColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("El valor de la columna \'ARNFC\' de la tabla \'Datos\' es DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableDatos.ARNFCColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public string ARFFA {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableDatos.ARFFAColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("El valor de la columna \'ARFFA\' de la tabla \'Datos\' es DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableDatos.ARFFAColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public string ARRPA {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableDatos.ARRPAColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("El valor de la columna \'ARRPA\' de la tabla \'Datos\' es DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableDatos.ARRPAColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public string ARNL1 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableDatos.ARNL1Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("El valor de la columna \'ARNL1\' de la tabla \'Datos\' es DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableDatos.ARNL1Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public string ARNL2 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableDatos.ARNL2Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("El valor de la columna \'ARNL2\' de la tabla \'Datos\' es DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableDatos.ARNL2Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public string ARNL3 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableDatos.ARNL3Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("El valor de la columna \'ARNL3\' de la tabla \'Datos\' es DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableDatos.ARNL3Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public string ARNL4 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableDatos.ARNL4Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("El valor de la columna \'ARNL4\' de la tabla \'Datos\' es DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableDatos.ARNL4Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public string ARSIT {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableDatos.ARSITColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("El valor de la columna \'ARSIT\' de la tabla \'Datos\' es DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableDatos.ARSITColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public string AROBS {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tableDatos.AROBSColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("El valor de la columna \'AROBS\' de la tabla \'Datos\' es DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tableDatos.AROBSColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public bool IsARCODNull() {
|
|
return this.IsNull(this.tableDatos.ARCODColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public void SetARCODNull() {
|
|
this[this.tableDatos.ARCODColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public bool IsARCPRNull() {
|
|
return this.IsNull(this.tableDatos.ARCPRColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public void SetARCPRNull() {
|
|
this[this.tableDatos.ARCPRColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public bool IsARNSENull() {
|
|
return this.IsNull(this.tableDatos.ARNSEColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public void SetARNSENull() {
|
|
this[this.tableDatos.ARNSEColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public bool IsARNSFNull() {
|
|
return this.IsNull(this.tableDatos.ARNSFColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public void SetARNSFNull() {
|
|
this[this.tableDatos.ARNSFColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public bool IsARDESNull() {
|
|
return this.IsNull(this.tableDatos.ARDESColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public void SetARDESNull() {
|
|
this[this.tableDatos.ARDESColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public bool IsARFAMNull() {
|
|
return this.IsNull(this.tableDatos.ARFAMColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public void SetARFAMNull() {
|
|
this[this.tableDatos.ARFAMColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public bool IsARPRVNull() {
|
|
return this.IsNull(this.tableDatos.ARPRVColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public void SetARPRVNull() {
|
|
this[this.tableDatos.ARPRVColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public bool IsARPRONull() {
|
|
return this.IsNull(this.tableDatos.ARPROColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public void SetARPRONull() {
|
|
this[this.tableDatos.ARPROColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public bool IsARNAENull() {
|
|
return this.IsNull(this.tableDatos.ARNAEColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public void SetARNAENull() {
|
|
this[this.tableDatos.ARNAEColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public bool IsARNLANull() {
|
|
return this.IsNull(this.tableDatos.ARNLAColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public void SetARNLANull() {
|
|
this[this.tableDatos.ARNLAColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public bool IsARNFPNull() {
|
|
return this.IsNull(this.tableDatos.ARNFPColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public void SetARNFPNull() {
|
|
this[this.tableDatos.ARNFPColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public bool IsARFENNull() {
|
|
return this.IsNull(this.tableDatos.ARFENColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public void SetARFENNull() {
|
|
this[this.tableDatos.ARFENColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public bool IsARFSANull() {
|
|
return this.IsNull(this.tableDatos.ARFSAColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public void SetARFSANull() {
|
|
this[this.tableDatos.ARFSAColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public bool IsARMGRNull() {
|
|
return this.IsNull(this.tableDatos.ARMGRColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public void SetARMGRNull() {
|
|
this[this.tableDatos.ARMGRColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public bool IsARFIGNull() {
|
|
return this.IsNull(this.tableDatos.ARFIGColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public void SetARFIGNull() {
|
|
this[this.tableDatos.ARFIGColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public bool IsARFFGNull() {
|
|
return this.IsNull(this.tableDatos.ARFFGColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public void SetARFFGNull() {
|
|
this[this.tableDatos.ARFFGColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public bool IsARUBINull() {
|
|
return this.IsNull(this.tableDatos.ARUBIColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public void SetARUBINull() {
|
|
this[this.tableDatos.ARUBIColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public bool IsARNASNull() {
|
|
return this.IsNull(this.tableDatos.ARNASColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public void SetARNASNull() {
|
|
this[this.tableDatos.ARNASColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public bool IsARNLASNull() {
|
|
return this.IsNull(this.tableDatos.ARNLASColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public void SetARNLASNull() {
|
|
this[this.tableDatos.ARNLASColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public bool IsARNFCNull() {
|
|
return this.IsNull(this.tableDatos.ARNFCColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public void SetARNFCNull() {
|
|
this[this.tableDatos.ARNFCColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public bool IsARFFANull() {
|
|
return this.IsNull(this.tableDatos.ARFFAColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public void SetARFFANull() {
|
|
this[this.tableDatos.ARFFAColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public bool IsARRPANull() {
|
|
return this.IsNull(this.tableDatos.ARRPAColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public void SetARRPANull() {
|
|
this[this.tableDatos.ARRPAColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public bool IsARNL1Null() {
|
|
return this.IsNull(this.tableDatos.ARNL1Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public void SetARNL1Null() {
|
|
this[this.tableDatos.ARNL1Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public bool IsARNL2Null() {
|
|
return this.IsNull(this.tableDatos.ARNL2Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public void SetARNL2Null() {
|
|
this[this.tableDatos.ARNL2Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public bool IsARNL3Null() {
|
|
return this.IsNull(this.tableDatos.ARNL3Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public void SetARNL3Null() {
|
|
this[this.tableDatos.ARNL3Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public bool IsARNL4Null() {
|
|
return this.IsNull(this.tableDatos.ARNL4Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public void SetARNL4Null() {
|
|
this[this.tableDatos.ARNL4Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public bool IsARSITNull() {
|
|
return this.IsNull(this.tableDatos.ARSITColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public void SetARSITNull() {
|
|
this[this.tableDatos.ARSITColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public bool IsAROBSNull() {
|
|
return this.IsNull(this.tableDatos.AROBSColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public void SetAROBSNull() {
|
|
this[this.tableDatos.AROBSColumn] = global::System.Convert.DBNull;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Row event argument class
|
|
///</summary>
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public class DatosRowChangeEvent : global::System.EventArgs {
|
|
|
|
private DatosRow eventRow;
|
|
|
|
private global::System.Data.DataRowAction eventAction;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public DatosRowChangeEvent(DatosRow 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", "18.0.0.0")]
|
|
public DatosRow Row {
|
|
get {
|
|
return this.eventRow;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
|
|
public global::System.Data.DataRowAction Action {
|
|
get {
|
|
return this.eventAction;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
#pragma warning restore 1591 |