11052 lines
614 KiB
C#
11052 lines
614 KiB
C#
//------------------------------------------------------------------------------
|
|
// <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 MagData {
|
|
|
|
|
|
/// <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("DS_Report")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")]
|
|
public partial class DS_Report : global::System.Data.DataSet {
|
|
|
|
private PrintJobQueueDataTable tablePrintJobQueue;
|
|
|
|
private stp_prt_CartellinoFinitiOdetteDataTable tablestp_prt_CartellinoFinitiOdette;
|
|
|
|
private stp_prt_CartellinoPedaneDataTable tablestp_prt_CartellinoPedane;
|
|
|
|
private stp_prt_CartellinoSemilavoratiDataTable tablestp_prt_CartellinoSemilavorati;
|
|
|
|
private stp_prt_ReportPackListDataTable tablestp_prt_ReportPackList;
|
|
|
|
private stp_prt_ReportPackListFullDataTable tablestp_prt_ReportPackListFull;
|
|
|
|
private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public DS_Report() {
|
|
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", "17.0.0.0")]
|
|
protected DS_Report(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["PrintJobQueue"] != null)) {
|
|
base.Tables.Add(new PrintJobQueueDataTable(ds.Tables["PrintJobQueue"]));
|
|
}
|
|
if ((ds.Tables["stp_prt_CartellinoFinitiOdette"] != null)) {
|
|
base.Tables.Add(new stp_prt_CartellinoFinitiOdetteDataTable(ds.Tables["stp_prt_CartellinoFinitiOdette"]));
|
|
}
|
|
if ((ds.Tables["stp_prt_CartellinoPedane"] != null)) {
|
|
base.Tables.Add(new stp_prt_CartellinoPedaneDataTable(ds.Tables["stp_prt_CartellinoPedane"]));
|
|
}
|
|
if ((ds.Tables["stp_prt_CartellinoSemilavorati"] != null)) {
|
|
base.Tables.Add(new stp_prt_CartellinoSemilavoratiDataTable(ds.Tables["stp_prt_CartellinoSemilavorati"]));
|
|
}
|
|
if ((ds.Tables["stp_prt_ReportPackList"] != null)) {
|
|
base.Tables.Add(new stp_prt_ReportPackListDataTable(ds.Tables["stp_prt_ReportPackList"]));
|
|
}
|
|
if ((ds.Tables["stp_prt_ReportPackListFull"] != null)) {
|
|
base.Tables.Add(new stp_prt_ReportPackListFullDataTable(ds.Tables["stp_prt_ReportPackListFull"]));
|
|
}
|
|
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", "17.0.0.0")]
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
public PrintJobQueueDataTable PrintJobQueue {
|
|
get {
|
|
return this.tablePrintJobQueue;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
public stp_prt_CartellinoFinitiOdetteDataTable stp_prt_CartellinoFinitiOdette {
|
|
get {
|
|
return this.tablestp_prt_CartellinoFinitiOdette;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
public stp_prt_CartellinoPedaneDataTable stp_prt_CartellinoPedane {
|
|
get {
|
|
return this.tablestp_prt_CartellinoPedane;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
public stp_prt_CartellinoSemilavoratiDataTable stp_prt_CartellinoSemilavorati {
|
|
get {
|
|
return this.tablestp_prt_CartellinoSemilavorati;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
public stp_prt_ReportPackListDataTable stp_prt_ReportPackList {
|
|
get {
|
|
return this.tablestp_prt_ReportPackList;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
|
|
public stp_prt_ReportPackListFullDataTable stp_prt_ReportPackListFull {
|
|
get {
|
|
return this.tablestp_prt_ReportPackListFull;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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", "17.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", "17.0.0.0")]
|
|
public override global::System.Data.DataSet Clone() {
|
|
DS_Report cln = ((DS_Report)(base.Clone()));
|
|
cln.InitVars();
|
|
cln.SchemaSerializationMode = this.SchemaSerializationMode;
|
|
return cln;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected override bool ShouldSerializeTables() {
|
|
return false;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected override bool ShouldSerializeRelations() {
|
|
return false;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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["PrintJobQueue"] != null)) {
|
|
base.Tables.Add(new PrintJobQueueDataTable(ds.Tables["PrintJobQueue"]));
|
|
}
|
|
if ((ds.Tables["stp_prt_CartellinoFinitiOdette"] != null)) {
|
|
base.Tables.Add(new stp_prt_CartellinoFinitiOdetteDataTable(ds.Tables["stp_prt_CartellinoFinitiOdette"]));
|
|
}
|
|
if ((ds.Tables["stp_prt_CartellinoPedane"] != null)) {
|
|
base.Tables.Add(new stp_prt_CartellinoPedaneDataTable(ds.Tables["stp_prt_CartellinoPedane"]));
|
|
}
|
|
if ((ds.Tables["stp_prt_CartellinoSemilavorati"] != null)) {
|
|
base.Tables.Add(new stp_prt_CartellinoSemilavoratiDataTable(ds.Tables["stp_prt_CartellinoSemilavorati"]));
|
|
}
|
|
if ((ds.Tables["stp_prt_ReportPackList"] != null)) {
|
|
base.Tables.Add(new stp_prt_ReportPackListDataTable(ds.Tables["stp_prt_ReportPackList"]));
|
|
}
|
|
if ((ds.Tables["stp_prt_ReportPackListFull"] != null)) {
|
|
base.Tables.Add(new stp_prt_ReportPackListFullDataTable(ds.Tables["stp_prt_ReportPackListFull"]));
|
|
}
|
|
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", "17.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", "17.0.0.0")]
|
|
internal void InitVars() {
|
|
this.InitVars(true);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
internal void InitVars(bool initTable) {
|
|
this.tablePrintJobQueue = ((PrintJobQueueDataTable)(base.Tables["PrintJobQueue"]));
|
|
if ((initTable == true)) {
|
|
if ((this.tablePrintJobQueue != null)) {
|
|
this.tablePrintJobQueue.InitVars();
|
|
}
|
|
}
|
|
this.tablestp_prt_CartellinoFinitiOdette = ((stp_prt_CartellinoFinitiOdetteDataTable)(base.Tables["stp_prt_CartellinoFinitiOdette"]));
|
|
if ((initTable == true)) {
|
|
if ((this.tablestp_prt_CartellinoFinitiOdette != null)) {
|
|
this.tablestp_prt_CartellinoFinitiOdette.InitVars();
|
|
}
|
|
}
|
|
this.tablestp_prt_CartellinoPedane = ((stp_prt_CartellinoPedaneDataTable)(base.Tables["stp_prt_CartellinoPedane"]));
|
|
if ((initTable == true)) {
|
|
if ((this.tablestp_prt_CartellinoPedane != null)) {
|
|
this.tablestp_prt_CartellinoPedane.InitVars();
|
|
}
|
|
}
|
|
this.tablestp_prt_CartellinoSemilavorati = ((stp_prt_CartellinoSemilavoratiDataTable)(base.Tables["stp_prt_CartellinoSemilavorati"]));
|
|
if ((initTable == true)) {
|
|
if ((this.tablestp_prt_CartellinoSemilavorati != null)) {
|
|
this.tablestp_prt_CartellinoSemilavorati.InitVars();
|
|
}
|
|
}
|
|
this.tablestp_prt_ReportPackList = ((stp_prt_ReportPackListDataTable)(base.Tables["stp_prt_ReportPackList"]));
|
|
if ((initTable == true)) {
|
|
if ((this.tablestp_prt_ReportPackList != null)) {
|
|
this.tablestp_prt_ReportPackList.InitVars();
|
|
}
|
|
}
|
|
this.tablestp_prt_ReportPackListFull = ((stp_prt_ReportPackListFullDataTable)(base.Tables["stp_prt_ReportPackListFull"]));
|
|
if ((initTable == true)) {
|
|
if ((this.tablestp_prt_ReportPackListFull != null)) {
|
|
this.tablestp_prt_ReportPackListFull.InitVars();
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
private void InitClass() {
|
|
this.DataSetName = "DS_Report";
|
|
this.Prefix = "";
|
|
this.Namespace = "http://tempuri.org/DS_Report.xsd";
|
|
this.EnforceConstraints = true;
|
|
this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
|
|
this.tablePrintJobQueue = new PrintJobQueueDataTable();
|
|
base.Tables.Add(this.tablePrintJobQueue);
|
|
this.tablestp_prt_CartellinoFinitiOdette = new stp_prt_CartellinoFinitiOdetteDataTable();
|
|
base.Tables.Add(this.tablestp_prt_CartellinoFinitiOdette);
|
|
this.tablestp_prt_CartellinoPedane = new stp_prt_CartellinoPedaneDataTable();
|
|
base.Tables.Add(this.tablestp_prt_CartellinoPedane);
|
|
this.tablestp_prt_CartellinoSemilavorati = new stp_prt_CartellinoSemilavoratiDataTable();
|
|
base.Tables.Add(this.tablestp_prt_CartellinoSemilavorati);
|
|
this.tablestp_prt_ReportPackList = new stp_prt_ReportPackListDataTable();
|
|
base.Tables.Add(this.tablestp_prt_ReportPackList);
|
|
this.tablestp_prt_ReportPackListFull = new stp_prt_ReportPackListFullDataTable();
|
|
base.Tables.Add(this.tablestp_prt_ReportPackListFull);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
private bool ShouldSerializePrintJobQueue() {
|
|
return false;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
private bool ShouldSerializestp_prt_CartellinoFinitiOdette() {
|
|
return false;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
private bool ShouldSerializestp_prt_CartellinoPedane() {
|
|
return false;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
private bool ShouldSerializestp_prt_CartellinoSemilavorati() {
|
|
return false;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
private bool ShouldSerializestp_prt_ReportPackList() {
|
|
return false;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
private bool ShouldSerializestp_prt_ReportPackListFull() {
|
|
return false;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
|
|
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
|
|
DS_Report ds = new DS_Report();
|
|
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", "17.0.0.0")]
|
|
public delegate void PrintJobQueueRowChangeEventHandler(object sender, PrintJobQueueRowChangeEvent e);
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public delegate void stp_prt_CartellinoFinitiOdetteRowChangeEventHandler(object sender, stp_prt_CartellinoFinitiOdetteRowChangeEvent e);
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public delegate void stp_prt_CartellinoPedaneRowChangeEventHandler(object sender, stp_prt_CartellinoPedaneRowChangeEvent e);
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public delegate void stp_prt_CartellinoSemilavoratiRowChangeEventHandler(object sender, stp_prt_CartellinoSemilavoratiRowChangeEvent e);
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public delegate void stp_prt_ReportPackListRowChangeEventHandler(object sender, stp_prt_ReportPackListRowChangeEvent e);
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public delegate void stp_prt_ReportPackListFullRowChangeEventHandler(object sender, stp_prt_ReportPackListFullRowChangeEvent e);
|
|
|
|
/// <summary>
|
|
///Represents the strongly named DataTable class.
|
|
///</summary>
|
|
[global::System.Serializable()]
|
|
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
|
|
public partial class PrintJobQueueDataTable : global::System.Data.TypedTableBase<PrintJobQueueRow> {
|
|
|
|
private global::System.Data.DataColumn columnIdxPrintJob;
|
|
|
|
private global::System.Data.DataColumn columnTipoReport;
|
|
|
|
private global::System.Data.DataColumn columnKeyParam;
|
|
|
|
private global::System.Data.DataColumn columnprtName;
|
|
|
|
private global::System.Data.DataColumn columndtStart;
|
|
|
|
private global::System.Data.DataColumn columndtEnd;
|
|
|
|
private global::System.Data.DataColumn columnstato;
|
|
|
|
private global::System.Data.DataColumn columndtLastTry;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public PrintJobQueueDataTable() {
|
|
this.TableName = "PrintJobQueue";
|
|
this.BeginInit();
|
|
this.InitClass();
|
|
this.EndInit();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
internal PrintJobQueueDataTable(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", "17.0.0.0")]
|
|
protected PrintJobQueueDataTable(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", "17.0.0.0")]
|
|
public global::System.Data.DataColumn IdxPrintJobColumn {
|
|
get {
|
|
return this.columnIdxPrintJob;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn TipoReportColumn {
|
|
get {
|
|
return this.columnTipoReport;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn KeyParamColumn {
|
|
get {
|
|
return this.columnKeyParam;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn prtNameColumn {
|
|
get {
|
|
return this.columnprtName;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn dtStartColumn {
|
|
get {
|
|
return this.columndtStart;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn dtEndColumn {
|
|
get {
|
|
return this.columndtEnd;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn statoColumn {
|
|
get {
|
|
return this.columnstato;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn dtLastTryColumn {
|
|
get {
|
|
return this.columndtLastTry;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
|
|
public PrintJobQueueRow this[int index] {
|
|
get {
|
|
return ((PrintJobQueueRow)(this.Rows[index]));
|
|
}
|
|
}
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public event PrintJobQueueRowChangeEventHandler PrintJobQueueRowChanging;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public event PrintJobQueueRowChangeEventHandler PrintJobQueueRowChanged;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public event PrintJobQueueRowChangeEventHandler PrintJobQueueRowDeleting;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public event PrintJobQueueRowChangeEventHandler PrintJobQueueRowDeleted;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void AddPrintJobQueueRow(PrintJobQueueRow row) {
|
|
this.Rows.Add(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public PrintJobQueueRow AddPrintJobQueueRow(string TipoReport, string KeyParam, string prtName, System.DateTime dtStart, System.DateTime dtEnd, int stato, System.DateTime dtLastTry) {
|
|
PrintJobQueueRow rowPrintJobQueueRow = ((PrintJobQueueRow)(this.NewRow()));
|
|
object[] columnValuesArray = new object[] {
|
|
null,
|
|
TipoReport,
|
|
KeyParam,
|
|
prtName,
|
|
dtStart,
|
|
dtEnd,
|
|
stato,
|
|
dtLastTry};
|
|
rowPrintJobQueueRow.ItemArray = columnValuesArray;
|
|
this.Rows.Add(rowPrintJobQueueRow);
|
|
return rowPrintJobQueueRow;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public PrintJobQueueRow FindByIdxPrintJob(int IdxPrintJob) {
|
|
return ((PrintJobQueueRow)(this.Rows.Find(new object[] {
|
|
IdxPrintJob})));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public override global::System.Data.DataTable Clone() {
|
|
PrintJobQueueDataTable cln = ((PrintJobQueueDataTable)(base.Clone()));
|
|
cln.InitVars();
|
|
return cln;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected override global::System.Data.DataTable CreateInstance() {
|
|
return new PrintJobQueueDataTable();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
internal void InitVars() {
|
|
this.columnIdxPrintJob = base.Columns["IdxPrintJob"];
|
|
this.columnTipoReport = base.Columns["TipoReport"];
|
|
this.columnKeyParam = base.Columns["KeyParam"];
|
|
this.columnprtName = base.Columns["prtName"];
|
|
this.columndtStart = base.Columns["dtStart"];
|
|
this.columndtEnd = base.Columns["dtEnd"];
|
|
this.columnstato = base.Columns["stato"];
|
|
this.columndtLastTry = base.Columns["dtLastTry"];
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
private void InitClass() {
|
|
this.columnIdxPrintJob = new global::System.Data.DataColumn("IdxPrintJob", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnIdxPrintJob);
|
|
this.columnTipoReport = new global::System.Data.DataColumn("TipoReport", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnTipoReport);
|
|
this.columnKeyParam = new global::System.Data.DataColumn("KeyParam", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnKeyParam);
|
|
this.columnprtName = new global::System.Data.DataColumn("prtName", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnprtName);
|
|
this.columndtStart = new global::System.Data.DataColumn("dtStart", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columndtStart);
|
|
this.columndtEnd = new global::System.Data.DataColumn("dtEnd", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columndtEnd);
|
|
this.columnstato = new global::System.Data.DataColumn("stato", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnstato);
|
|
this.columndtLastTry = new global::System.Data.DataColumn("dtLastTry", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columndtLastTry);
|
|
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
|
|
this.columnIdxPrintJob}, true));
|
|
this.columnIdxPrintJob.AutoIncrement = true;
|
|
this.columnIdxPrintJob.AutoIncrementSeed = -1;
|
|
this.columnIdxPrintJob.AutoIncrementStep = -1;
|
|
this.columnIdxPrintJob.AllowDBNull = false;
|
|
this.columnIdxPrintJob.ReadOnly = true;
|
|
this.columnIdxPrintJob.Unique = true;
|
|
this.columnTipoReport.AllowDBNull = false;
|
|
this.columnTipoReport.MaxLength = 250;
|
|
this.columnKeyParam.AllowDBNull = false;
|
|
this.columnKeyParam.MaxLength = 50;
|
|
this.columnprtName.AllowDBNull = false;
|
|
this.columnprtName.MaxLength = 500;
|
|
this.columndtStart.AllowDBNull = false;
|
|
this.columnstato.AllowDBNull = false;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public PrintJobQueueRow NewPrintJobQueueRow() {
|
|
return ((PrintJobQueueRow)(this.NewRow()));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
return new PrintJobQueueRow(builder);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected override global::System.Type GetRowType() {
|
|
return typeof(PrintJobQueueRow);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanged(e);
|
|
if ((this.PrintJobQueueRowChanged != null)) {
|
|
this.PrintJobQueueRowChanged(this, new PrintJobQueueRowChangeEvent(((PrintJobQueueRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanging(e);
|
|
if ((this.PrintJobQueueRowChanging != null)) {
|
|
this.PrintJobQueueRowChanging(this, new PrintJobQueueRowChangeEvent(((PrintJobQueueRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleted(e);
|
|
if ((this.PrintJobQueueRowDeleted != null)) {
|
|
this.PrintJobQueueRowDeleted(this, new PrintJobQueueRowChangeEvent(((PrintJobQueueRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleting(e);
|
|
if ((this.PrintJobQueueRowDeleting != null)) {
|
|
this.PrintJobQueueRowDeleting(this, new PrintJobQueueRowChangeEvent(((PrintJobQueueRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void RemovePrintJobQueueRow(PrintJobQueueRow row) {
|
|
this.Rows.Remove(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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();
|
|
DS_Report ds = new DS_Report();
|
|
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 = "PrintJobQueueDataTable";
|
|
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 the strongly named DataTable class.
|
|
///</summary>
|
|
[global::System.Serializable()]
|
|
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
|
|
public partial class stp_prt_CartellinoFinitiOdetteDataTable : global::System.Data.TypedTableBase<stp_prt_CartellinoFinitiOdetteRow> {
|
|
|
|
private global::System.Data.DataColumn columnCampoUDC;
|
|
|
|
private global::System.Data.DataColumn columnCampo1_1;
|
|
|
|
private global::System.Data.DataColumn columnCampo1_2;
|
|
|
|
private global::System.Data.DataColumn columnCampo1_3;
|
|
|
|
private global::System.Data.DataColumn columnCampo1_4;
|
|
|
|
private global::System.Data.DataColumn columnCampo1_5;
|
|
|
|
private global::System.Data.DataColumn columnCampo2_1;
|
|
|
|
private global::System.Data.DataColumn columnCampo2_2;
|
|
|
|
private global::System.Data.DataColumn columnCampo2_3;
|
|
|
|
private global::System.Data.DataColumn columnCampo2_4;
|
|
|
|
private global::System.Data.DataColumn columnCampo2_5;
|
|
|
|
private global::System.Data.DataColumn columnCampo3_1;
|
|
|
|
private global::System.Data.DataColumn columnCampo3_2;
|
|
|
|
private global::System.Data.DataColumn columnCampo3_3;
|
|
|
|
private global::System.Data.DataColumn columnCampo3_4;
|
|
|
|
private global::System.Data.DataColumn columnCampo3_5;
|
|
|
|
private global::System.Data.DataColumn columnCampo4_1;
|
|
|
|
private global::System.Data.DataColumn columnCampo4_2;
|
|
|
|
private global::System.Data.DataColumn columnCampo4_3;
|
|
|
|
private global::System.Data.DataColumn columnCampo4_4;
|
|
|
|
private global::System.Data.DataColumn columnCampo4_5;
|
|
|
|
private global::System.Data.DataColumn columnCampo5_1;
|
|
|
|
private global::System.Data.DataColumn columnCampo5_2;
|
|
|
|
private global::System.Data.DataColumn columnCampo5_3;
|
|
|
|
private global::System.Data.DataColumn columnCampo5_4;
|
|
|
|
private global::System.Data.DataColumn columnCampo5_5;
|
|
|
|
private global::System.Data.DataColumn columnCampo6_1;
|
|
|
|
private global::System.Data.DataColumn columnCampo6_2;
|
|
|
|
private global::System.Data.DataColumn columnCampo6_3;
|
|
|
|
private global::System.Data.DataColumn columnCampo6_4;
|
|
|
|
private global::System.Data.DataColumn columnCampo6_5;
|
|
|
|
private global::System.Data.DataColumn columnCampo7_1;
|
|
|
|
private global::System.Data.DataColumn columnCampo7_2;
|
|
|
|
private global::System.Data.DataColumn columnCampo7_3;
|
|
|
|
private global::System.Data.DataColumn columnCampo7_4;
|
|
|
|
private global::System.Data.DataColumn columnCampo7_5;
|
|
|
|
private global::System.Data.DataColumn columnCampo8_1;
|
|
|
|
private global::System.Data.DataColumn columnCampo8_2;
|
|
|
|
private global::System.Data.DataColumn columnCampo8_3;
|
|
|
|
private global::System.Data.DataColumn columnCampo8_4;
|
|
|
|
private global::System.Data.DataColumn columnCampo8_5;
|
|
|
|
private global::System.Data.DataColumn columnCampo9_1;
|
|
|
|
private global::System.Data.DataColumn columnCampo9_2;
|
|
|
|
private global::System.Data.DataColumn columnCampo9_3;
|
|
|
|
private global::System.Data.DataColumn columnCampo9_4;
|
|
|
|
private global::System.Data.DataColumn columnCampo9_5;
|
|
|
|
private global::System.Data.DataColumn columnCampo10_1;
|
|
|
|
private global::System.Data.DataColumn columnCampo10_2;
|
|
|
|
private global::System.Data.DataColumn columnCampo10_3;
|
|
|
|
private global::System.Data.DataColumn columnCampo10_4;
|
|
|
|
private global::System.Data.DataColumn columnCampo10_5;
|
|
|
|
private global::System.Data.DataColumn columnCampo11_1_1;
|
|
|
|
private global::System.Data.DataColumn columnCampo11_1_2;
|
|
|
|
private global::System.Data.DataColumn columnCampo11_1_3;
|
|
|
|
private global::System.Data.DataColumn columnCampo11_1_4;
|
|
|
|
private global::System.Data.DataColumn columnCampo11_1_5;
|
|
|
|
private global::System.Data.DataColumn columnCampo11_2_1;
|
|
|
|
private global::System.Data.DataColumn columnCampo11_2_2;
|
|
|
|
private global::System.Data.DataColumn columnCampo11_2_3;
|
|
|
|
private global::System.Data.DataColumn columnCampo11_2_4;
|
|
|
|
private global::System.Data.DataColumn columnCampo11_2_5;
|
|
|
|
private global::System.Data.DataColumn columnCampo12_1;
|
|
|
|
private global::System.Data.DataColumn columnCampo12_2;
|
|
|
|
private global::System.Data.DataColumn columnCampo12_3;
|
|
|
|
private global::System.Data.DataColumn columnCampo12_4;
|
|
|
|
private global::System.Data.DataColumn columnCampo12_5;
|
|
|
|
private global::System.Data.DataColumn columnCampo13_1;
|
|
|
|
private global::System.Data.DataColumn columnCampo13_2;
|
|
|
|
private global::System.Data.DataColumn columnCampo13_3;
|
|
|
|
private global::System.Data.DataColumn columnCampo13_4;
|
|
|
|
private global::System.Data.DataColumn columnCampo13_5;
|
|
|
|
private global::System.Data.DataColumn columnCampo14_1;
|
|
|
|
private global::System.Data.DataColumn columnCampo14_2;
|
|
|
|
private global::System.Data.DataColumn columnCampo14_3;
|
|
|
|
private global::System.Data.DataColumn columnCampo14_4;
|
|
|
|
private global::System.Data.DataColumn columnCampo14_5;
|
|
|
|
private global::System.Data.DataColumn columnCampo15_1;
|
|
|
|
private global::System.Data.DataColumn columnCampo15_2;
|
|
|
|
private global::System.Data.DataColumn columnCampo15_3;
|
|
|
|
private global::System.Data.DataColumn columnCampo15_4;
|
|
|
|
private global::System.Data.DataColumn columnCampo15_5;
|
|
|
|
private global::System.Data.DataColumn columnCampo16_1;
|
|
|
|
private global::System.Data.DataColumn columnCampo16_2;
|
|
|
|
private global::System.Data.DataColumn columnCampo16_3;
|
|
|
|
private global::System.Data.DataColumn columnCampo16_4;
|
|
|
|
private global::System.Data.DataColumn columnCampo16_5;
|
|
|
|
private global::System.Data.DataColumn columnBarcodeBaseUrl;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public stp_prt_CartellinoFinitiOdetteDataTable() {
|
|
this.TableName = "stp_prt_CartellinoFinitiOdette";
|
|
this.BeginInit();
|
|
this.InitClass();
|
|
this.EndInit();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
internal stp_prt_CartellinoFinitiOdetteDataTable(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", "17.0.0.0")]
|
|
protected stp_prt_CartellinoFinitiOdetteDataTable(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", "17.0.0.0")]
|
|
public global::System.Data.DataColumn CampoUDCColumn {
|
|
get {
|
|
return this.columnCampoUDC;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo1_1Column {
|
|
get {
|
|
return this.columnCampo1_1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo1_2Column {
|
|
get {
|
|
return this.columnCampo1_2;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo1_3Column {
|
|
get {
|
|
return this.columnCampo1_3;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo1_4Column {
|
|
get {
|
|
return this.columnCampo1_4;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo1_5Column {
|
|
get {
|
|
return this.columnCampo1_5;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo2_1Column {
|
|
get {
|
|
return this.columnCampo2_1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo2_2Column {
|
|
get {
|
|
return this.columnCampo2_2;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo2_3Column {
|
|
get {
|
|
return this.columnCampo2_3;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo2_4Column {
|
|
get {
|
|
return this.columnCampo2_4;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo2_5Column {
|
|
get {
|
|
return this.columnCampo2_5;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo3_1Column {
|
|
get {
|
|
return this.columnCampo3_1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo3_2Column {
|
|
get {
|
|
return this.columnCampo3_2;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo3_3Column {
|
|
get {
|
|
return this.columnCampo3_3;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo3_4Column {
|
|
get {
|
|
return this.columnCampo3_4;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo3_5Column {
|
|
get {
|
|
return this.columnCampo3_5;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo4_1Column {
|
|
get {
|
|
return this.columnCampo4_1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo4_2Column {
|
|
get {
|
|
return this.columnCampo4_2;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo4_3Column {
|
|
get {
|
|
return this.columnCampo4_3;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo4_4Column {
|
|
get {
|
|
return this.columnCampo4_4;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo4_5Column {
|
|
get {
|
|
return this.columnCampo4_5;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo5_1Column {
|
|
get {
|
|
return this.columnCampo5_1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo5_2Column {
|
|
get {
|
|
return this.columnCampo5_2;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo5_3Column {
|
|
get {
|
|
return this.columnCampo5_3;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo5_4Column {
|
|
get {
|
|
return this.columnCampo5_4;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo5_5Column {
|
|
get {
|
|
return this.columnCampo5_5;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo6_1Column {
|
|
get {
|
|
return this.columnCampo6_1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo6_2Column {
|
|
get {
|
|
return this.columnCampo6_2;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo6_3Column {
|
|
get {
|
|
return this.columnCampo6_3;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo6_4Column {
|
|
get {
|
|
return this.columnCampo6_4;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo6_5Column {
|
|
get {
|
|
return this.columnCampo6_5;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo7_1Column {
|
|
get {
|
|
return this.columnCampo7_1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo7_2Column {
|
|
get {
|
|
return this.columnCampo7_2;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo7_3Column {
|
|
get {
|
|
return this.columnCampo7_3;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo7_4Column {
|
|
get {
|
|
return this.columnCampo7_4;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo7_5Column {
|
|
get {
|
|
return this.columnCampo7_5;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo8_1Column {
|
|
get {
|
|
return this.columnCampo8_1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo8_2Column {
|
|
get {
|
|
return this.columnCampo8_2;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo8_3Column {
|
|
get {
|
|
return this.columnCampo8_3;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo8_4Column {
|
|
get {
|
|
return this.columnCampo8_4;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo8_5Column {
|
|
get {
|
|
return this.columnCampo8_5;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo9_1Column {
|
|
get {
|
|
return this.columnCampo9_1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo9_2Column {
|
|
get {
|
|
return this.columnCampo9_2;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo9_3Column {
|
|
get {
|
|
return this.columnCampo9_3;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo9_4Column {
|
|
get {
|
|
return this.columnCampo9_4;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo9_5Column {
|
|
get {
|
|
return this.columnCampo9_5;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo10_1Column {
|
|
get {
|
|
return this.columnCampo10_1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo10_2Column {
|
|
get {
|
|
return this.columnCampo10_2;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo10_3Column {
|
|
get {
|
|
return this.columnCampo10_3;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo10_4Column {
|
|
get {
|
|
return this.columnCampo10_4;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo10_5Column {
|
|
get {
|
|
return this.columnCampo10_5;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo11_1_1Column {
|
|
get {
|
|
return this.columnCampo11_1_1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo11_1_2Column {
|
|
get {
|
|
return this.columnCampo11_1_2;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo11_1_3Column {
|
|
get {
|
|
return this.columnCampo11_1_3;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo11_1_4Column {
|
|
get {
|
|
return this.columnCampo11_1_4;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo11_1_5Column {
|
|
get {
|
|
return this.columnCampo11_1_5;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo11_2_1Column {
|
|
get {
|
|
return this.columnCampo11_2_1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo11_2_2Column {
|
|
get {
|
|
return this.columnCampo11_2_2;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo11_2_3Column {
|
|
get {
|
|
return this.columnCampo11_2_3;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo11_2_4Column {
|
|
get {
|
|
return this.columnCampo11_2_4;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo11_2_5Column {
|
|
get {
|
|
return this.columnCampo11_2_5;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo12_1Column {
|
|
get {
|
|
return this.columnCampo12_1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo12_2Column {
|
|
get {
|
|
return this.columnCampo12_2;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo12_3Column {
|
|
get {
|
|
return this.columnCampo12_3;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo12_4Column {
|
|
get {
|
|
return this.columnCampo12_4;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo12_5Column {
|
|
get {
|
|
return this.columnCampo12_5;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo13_1Column {
|
|
get {
|
|
return this.columnCampo13_1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo13_2Column {
|
|
get {
|
|
return this.columnCampo13_2;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo13_3Column {
|
|
get {
|
|
return this.columnCampo13_3;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo13_4Column {
|
|
get {
|
|
return this.columnCampo13_4;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo13_5Column {
|
|
get {
|
|
return this.columnCampo13_5;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo14_1Column {
|
|
get {
|
|
return this.columnCampo14_1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo14_2Column {
|
|
get {
|
|
return this.columnCampo14_2;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo14_3Column {
|
|
get {
|
|
return this.columnCampo14_3;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo14_4Column {
|
|
get {
|
|
return this.columnCampo14_4;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo14_5Column {
|
|
get {
|
|
return this.columnCampo14_5;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo15_1Column {
|
|
get {
|
|
return this.columnCampo15_1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo15_2Column {
|
|
get {
|
|
return this.columnCampo15_2;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo15_3Column {
|
|
get {
|
|
return this.columnCampo15_3;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo15_4Column {
|
|
get {
|
|
return this.columnCampo15_4;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo15_5Column {
|
|
get {
|
|
return this.columnCampo15_5;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo16_1Column {
|
|
get {
|
|
return this.columnCampo16_1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo16_2Column {
|
|
get {
|
|
return this.columnCampo16_2;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo16_3Column {
|
|
get {
|
|
return this.columnCampo16_3;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo16_4Column {
|
|
get {
|
|
return this.columnCampo16_4;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn Campo16_5Column {
|
|
get {
|
|
return this.columnCampo16_5;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn BarcodeBaseUrlColumn {
|
|
get {
|
|
return this.columnBarcodeBaseUrl;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
|
|
public stp_prt_CartellinoFinitiOdetteRow this[int index] {
|
|
get {
|
|
return ((stp_prt_CartellinoFinitiOdetteRow)(this.Rows[index]));
|
|
}
|
|
}
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public event stp_prt_CartellinoFinitiOdetteRowChangeEventHandler stp_prt_CartellinoFinitiOdetteRowChanging;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public event stp_prt_CartellinoFinitiOdetteRowChangeEventHandler stp_prt_CartellinoFinitiOdetteRowChanged;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public event stp_prt_CartellinoFinitiOdetteRowChangeEventHandler stp_prt_CartellinoFinitiOdetteRowDeleting;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public event stp_prt_CartellinoFinitiOdetteRowChangeEventHandler stp_prt_CartellinoFinitiOdetteRowDeleted;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void Addstp_prt_CartellinoFinitiOdetteRow(stp_prt_CartellinoFinitiOdetteRow row) {
|
|
this.Rows.Add(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public stp_prt_CartellinoFinitiOdetteRow Addstp_prt_CartellinoFinitiOdetteRow(
|
|
string CampoUDC,
|
|
string Campo1_1,
|
|
string Campo1_2,
|
|
string Campo1_3,
|
|
string Campo1_4,
|
|
string Campo1_5,
|
|
string Campo2_1,
|
|
string Campo2_2,
|
|
string Campo2_3,
|
|
string Campo2_4,
|
|
string Campo2_5,
|
|
string Campo3_1,
|
|
string Campo3_2,
|
|
string Campo3_3,
|
|
string Campo3_4,
|
|
string Campo3_5,
|
|
string Campo4_1,
|
|
string Campo4_2,
|
|
string Campo4_3,
|
|
string Campo4_4,
|
|
string Campo4_5,
|
|
string Campo5_1,
|
|
string Campo5_2,
|
|
string Campo5_3,
|
|
string Campo5_4,
|
|
string Campo5_5,
|
|
string Campo6_1,
|
|
string Campo6_2,
|
|
string Campo6_3,
|
|
string Campo6_4,
|
|
string Campo6_5,
|
|
string Campo7_1,
|
|
string Campo7_2,
|
|
string Campo7_3,
|
|
string Campo7_4,
|
|
string Campo7_5,
|
|
string Campo8_1,
|
|
string Campo8_2,
|
|
string Campo8_3,
|
|
string Campo8_4,
|
|
string Campo8_5,
|
|
string Campo9_1,
|
|
int Campo9_2,
|
|
string Campo9_3,
|
|
string Campo9_4,
|
|
string Campo9_5,
|
|
string Campo10_1,
|
|
string Campo10_2,
|
|
string Campo10_3,
|
|
string Campo10_4,
|
|
string Campo10_5,
|
|
string Campo11_1_1,
|
|
string Campo11_1_2,
|
|
string Campo11_1_3,
|
|
string Campo11_1_4,
|
|
string Campo11_1_5,
|
|
string Campo11_2_1,
|
|
string Campo11_2_2,
|
|
string Campo11_2_3,
|
|
string Campo11_2_4,
|
|
string Campo11_2_5,
|
|
string Campo12_1,
|
|
string Campo12_2,
|
|
string Campo12_3,
|
|
string Campo12_4,
|
|
string Campo12_5,
|
|
string Campo13_1,
|
|
string Campo13_2,
|
|
string Campo13_3,
|
|
string Campo13_4,
|
|
string Campo13_5,
|
|
string Campo14_1,
|
|
string Campo14_2,
|
|
string Campo14_3,
|
|
string Campo14_4,
|
|
string Campo14_5,
|
|
string Campo15_1,
|
|
string Campo15_2,
|
|
string Campo15_3,
|
|
string Campo15_4,
|
|
string Campo15_5,
|
|
string Campo16_1,
|
|
string Campo16_2,
|
|
string Campo16_3,
|
|
string Campo16_4,
|
|
string Campo16_5,
|
|
string BarcodeBaseUrl) {
|
|
stp_prt_CartellinoFinitiOdetteRow rowstp_prt_CartellinoFinitiOdetteRow = ((stp_prt_CartellinoFinitiOdetteRow)(this.NewRow()));
|
|
object[] columnValuesArray = new object[] {
|
|
CampoUDC,
|
|
Campo1_1,
|
|
Campo1_2,
|
|
Campo1_3,
|
|
Campo1_4,
|
|
Campo1_5,
|
|
Campo2_1,
|
|
Campo2_2,
|
|
Campo2_3,
|
|
Campo2_4,
|
|
Campo2_5,
|
|
Campo3_1,
|
|
Campo3_2,
|
|
Campo3_3,
|
|
Campo3_4,
|
|
Campo3_5,
|
|
Campo4_1,
|
|
Campo4_2,
|
|
Campo4_3,
|
|
Campo4_4,
|
|
Campo4_5,
|
|
Campo5_1,
|
|
Campo5_2,
|
|
Campo5_3,
|
|
Campo5_4,
|
|
Campo5_5,
|
|
Campo6_1,
|
|
Campo6_2,
|
|
Campo6_3,
|
|
Campo6_4,
|
|
Campo6_5,
|
|
Campo7_1,
|
|
Campo7_2,
|
|
Campo7_3,
|
|
Campo7_4,
|
|
Campo7_5,
|
|
Campo8_1,
|
|
Campo8_2,
|
|
Campo8_3,
|
|
Campo8_4,
|
|
Campo8_5,
|
|
Campo9_1,
|
|
Campo9_2,
|
|
Campo9_3,
|
|
Campo9_4,
|
|
Campo9_5,
|
|
Campo10_1,
|
|
Campo10_2,
|
|
Campo10_3,
|
|
Campo10_4,
|
|
Campo10_5,
|
|
Campo11_1_1,
|
|
Campo11_1_2,
|
|
Campo11_1_3,
|
|
Campo11_1_4,
|
|
Campo11_1_5,
|
|
Campo11_2_1,
|
|
Campo11_2_2,
|
|
Campo11_2_3,
|
|
Campo11_2_4,
|
|
Campo11_2_5,
|
|
Campo12_1,
|
|
Campo12_2,
|
|
Campo12_3,
|
|
Campo12_4,
|
|
Campo12_5,
|
|
Campo13_1,
|
|
Campo13_2,
|
|
Campo13_3,
|
|
Campo13_4,
|
|
Campo13_5,
|
|
Campo14_1,
|
|
Campo14_2,
|
|
Campo14_3,
|
|
Campo14_4,
|
|
Campo14_5,
|
|
Campo15_1,
|
|
Campo15_2,
|
|
Campo15_3,
|
|
Campo15_4,
|
|
Campo15_5,
|
|
Campo16_1,
|
|
Campo16_2,
|
|
Campo16_3,
|
|
Campo16_4,
|
|
Campo16_5,
|
|
BarcodeBaseUrl};
|
|
rowstp_prt_CartellinoFinitiOdetteRow.ItemArray = columnValuesArray;
|
|
this.Rows.Add(rowstp_prt_CartellinoFinitiOdetteRow);
|
|
return rowstp_prt_CartellinoFinitiOdetteRow;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public stp_prt_CartellinoFinitiOdetteRow FindByCampoUDC(string CampoUDC) {
|
|
return ((stp_prt_CartellinoFinitiOdetteRow)(this.Rows.Find(new object[] {
|
|
CampoUDC})));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public override global::System.Data.DataTable Clone() {
|
|
stp_prt_CartellinoFinitiOdetteDataTable cln = ((stp_prt_CartellinoFinitiOdetteDataTable)(base.Clone()));
|
|
cln.InitVars();
|
|
return cln;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected override global::System.Data.DataTable CreateInstance() {
|
|
return new stp_prt_CartellinoFinitiOdetteDataTable();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
internal void InitVars() {
|
|
this.columnCampoUDC = base.Columns["CampoUDC"];
|
|
this.columnCampo1_1 = base.Columns["Campo1_1"];
|
|
this.columnCampo1_2 = base.Columns["Campo1_2"];
|
|
this.columnCampo1_3 = base.Columns["Campo1_3"];
|
|
this.columnCampo1_4 = base.Columns["Campo1_4"];
|
|
this.columnCampo1_5 = base.Columns["Campo1_5"];
|
|
this.columnCampo2_1 = base.Columns["Campo2_1"];
|
|
this.columnCampo2_2 = base.Columns["Campo2_2"];
|
|
this.columnCampo2_3 = base.Columns["Campo2_3"];
|
|
this.columnCampo2_4 = base.Columns["Campo2_4"];
|
|
this.columnCampo2_5 = base.Columns["Campo2_5"];
|
|
this.columnCampo3_1 = base.Columns["Campo3_1"];
|
|
this.columnCampo3_2 = base.Columns["Campo3_2"];
|
|
this.columnCampo3_3 = base.Columns["Campo3_3"];
|
|
this.columnCampo3_4 = base.Columns["Campo3_4"];
|
|
this.columnCampo3_5 = base.Columns["Campo3_5"];
|
|
this.columnCampo4_1 = base.Columns["Campo4_1"];
|
|
this.columnCampo4_2 = base.Columns["Campo4_2"];
|
|
this.columnCampo4_3 = base.Columns["Campo4_3"];
|
|
this.columnCampo4_4 = base.Columns["Campo4_4"];
|
|
this.columnCampo4_5 = base.Columns["Campo4_5"];
|
|
this.columnCampo5_1 = base.Columns["Campo5_1"];
|
|
this.columnCampo5_2 = base.Columns["Campo5_2"];
|
|
this.columnCampo5_3 = base.Columns["Campo5_3"];
|
|
this.columnCampo5_4 = base.Columns["Campo5_4"];
|
|
this.columnCampo5_5 = base.Columns["Campo5_5"];
|
|
this.columnCampo6_1 = base.Columns["Campo6_1"];
|
|
this.columnCampo6_2 = base.Columns["Campo6_2"];
|
|
this.columnCampo6_3 = base.Columns["Campo6_3"];
|
|
this.columnCampo6_4 = base.Columns["Campo6_4"];
|
|
this.columnCampo6_5 = base.Columns["Campo6_5"];
|
|
this.columnCampo7_1 = base.Columns["Campo7_1"];
|
|
this.columnCampo7_2 = base.Columns["Campo7_2"];
|
|
this.columnCampo7_3 = base.Columns["Campo7_3"];
|
|
this.columnCampo7_4 = base.Columns["Campo7_4"];
|
|
this.columnCampo7_5 = base.Columns["Campo7_5"];
|
|
this.columnCampo8_1 = base.Columns["Campo8_1"];
|
|
this.columnCampo8_2 = base.Columns["Campo8_2"];
|
|
this.columnCampo8_3 = base.Columns["Campo8_3"];
|
|
this.columnCampo8_4 = base.Columns["Campo8_4"];
|
|
this.columnCampo8_5 = base.Columns["Campo8_5"];
|
|
this.columnCampo9_1 = base.Columns["Campo9_1"];
|
|
this.columnCampo9_2 = base.Columns["Campo9_2"];
|
|
this.columnCampo9_3 = base.Columns["Campo9_3"];
|
|
this.columnCampo9_4 = base.Columns["Campo9_4"];
|
|
this.columnCampo9_5 = base.Columns["Campo9_5"];
|
|
this.columnCampo10_1 = base.Columns["Campo10_1"];
|
|
this.columnCampo10_2 = base.Columns["Campo10_2"];
|
|
this.columnCampo10_3 = base.Columns["Campo10_3"];
|
|
this.columnCampo10_4 = base.Columns["Campo10_4"];
|
|
this.columnCampo10_5 = base.Columns["Campo10_5"];
|
|
this.columnCampo11_1_1 = base.Columns["Campo11_1_1"];
|
|
this.columnCampo11_1_2 = base.Columns["Campo11_1_2"];
|
|
this.columnCampo11_1_3 = base.Columns["Campo11_1_3"];
|
|
this.columnCampo11_1_4 = base.Columns["Campo11_1_4"];
|
|
this.columnCampo11_1_5 = base.Columns["Campo11_1_5"];
|
|
this.columnCampo11_2_1 = base.Columns["Campo11_2_1"];
|
|
this.columnCampo11_2_2 = base.Columns["Campo11_2_2"];
|
|
this.columnCampo11_2_3 = base.Columns["Campo11_2_3"];
|
|
this.columnCampo11_2_4 = base.Columns["Campo11_2_4"];
|
|
this.columnCampo11_2_5 = base.Columns["Campo11_2_5"];
|
|
this.columnCampo12_1 = base.Columns["Campo12_1"];
|
|
this.columnCampo12_2 = base.Columns["Campo12_2"];
|
|
this.columnCampo12_3 = base.Columns["Campo12_3"];
|
|
this.columnCampo12_4 = base.Columns["Campo12_4"];
|
|
this.columnCampo12_5 = base.Columns["Campo12_5"];
|
|
this.columnCampo13_1 = base.Columns["Campo13_1"];
|
|
this.columnCampo13_2 = base.Columns["Campo13_2"];
|
|
this.columnCampo13_3 = base.Columns["Campo13_3"];
|
|
this.columnCampo13_4 = base.Columns["Campo13_4"];
|
|
this.columnCampo13_5 = base.Columns["Campo13_5"];
|
|
this.columnCampo14_1 = base.Columns["Campo14_1"];
|
|
this.columnCampo14_2 = base.Columns["Campo14_2"];
|
|
this.columnCampo14_3 = base.Columns["Campo14_3"];
|
|
this.columnCampo14_4 = base.Columns["Campo14_4"];
|
|
this.columnCampo14_5 = base.Columns["Campo14_5"];
|
|
this.columnCampo15_1 = base.Columns["Campo15_1"];
|
|
this.columnCampo15_2 = base.Columns["Campo15_2"];
|
|
this.columnCampo15_3 = base.Columns["Campo15_3"];
|
|
this.columnCampo15_4 = base.Columns["Campo15_4"];
|
|
this.columnCampo15_5 = base.Columns["Campo15_5"];
|
|
this.columnCampo16_1 = base.Columns["Campo16_1"];
|
|
this.columnCampo16_2 = base.Columns["Campo16_2"];
|
|
this.columnCampo16_3 = base.Columns["Campo16_3"];
|
|
this.columnCampo16_4 = base.Columns["Campo16_4"];
|
|
this.columnCampo16_5 = base.Columns["Campo16_5"];
|
|
this.columnBarcodeBaseUrl = base.Columns["BarcodeBaseUrl"];
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
private void InitClass() {
|
|
this.columnCampoUDC = new global::System.Data.DataColumn("CampoUDC", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampoUDC);
|
|
this.columnCampo1_1 = new global::System.Data.DataColumn("Campo1_1", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo1_1);
|
|
this.columnCampo1_2 = new global::System.Data.DataColumn("Campo1_2", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo1_2);
|
|
this.columnCampo1_3 = new global::System.Data.DataColumn("Campo1_3", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo1_3);
|
|
this.columnCampo1_4 = new global::System.Data.DataColumn("Campo1_4", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo1_4);
|
|
this.columnCampo1_5 = new global::System.Data.DataColumn("Campo1_5", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo1_5);
|
|
this.columnCampo2_1 = new global::System.Data.DataColumn("Campo2_1", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo2_1);
|
|
this.columnCampo2_2 = new global::System.Data.DataColumn("Campo2_2", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo2_2);
|
|
this.columnCampo2_3 = new global::System.Data.DataColumn("Campo2_3", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo2_3);
|
|
this.columnCampo2_4 = new global::System.Data.DataColumn("Campo2_4", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo2_4);
|
|
this.columnCampo2_5 = new global::System.Data.DataColumn("Campo2_5", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo2_5);
|
|
this.columnCampo3_1 = new global::System.Data.DataColumn("Campo3_1", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo3_1);
|
|
this.columnCampo3_2 = new global::System.Data.DataColumn("Campo3_2", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo3_2);
|
|
this.columnCampo3_3 = new global::System.Data.DataColumn("Campo3_3", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo3_3);
|
|
this.columnCampo3_4 = new global::System.Data.DataColumn("Campo3_4", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo3_4);
|
|
this.columnCampo3_5 = new global::System.Data.DataColumn("Campo3_5", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo3_5);
|
|
this.columnCampo4_1 = new global::System.Data.DataColumn("Campo4_1", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo4_1);
|
|
this.columnCampo4_2 = new global::System.Data.DataColumn("Campo4_2", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo4_2);
|
|
this.columnCampo4_3 = new global::System.Data.DataColumn("Campo4_3", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo4_3);
|
|
this.columnCampo4_4 = new global::System.Data.DataColumn("Campo4_4", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo4_4);
|
|
this.columnCampo4_5 = new global::System.Data.DataColumn("Campo4_5", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo4_5);
|
|
this.columnCampo5_1 = new global::System.Data.DataColumn("Campo5_1", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo5_1);
|
|
this.columnCampo5_2 = new global::System.Data.DataColumn("Campo5_2", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo5_2);
|
|
this.columnCampo5_3 = new global::System.Data.DataColumn("Campo5_3", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo5_3);
|
|
this.columnCampo5_4 = new global::System.Data.DataColumn("Campo5_4", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo5_4);
|
|
this.columnCampo5_5 = new global::System.Data.DataColumn("Campo5_5", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo5_5);
|
|
this.columnCampo6_1 = new global::System.Data.DataColumn("Campo6_1", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo6_1);
|
|
this.columnCampo6_2 = new global::System.Data.DataColumn("Campo6_2", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo6_2);
|
|
this.columnCampo6_3 = new global::System.Data.DataColumn("Campo6_3", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo6_3);
|
|
this.columnCampo6_4 = new global::System.Data.DataColumn("Campo6_4", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo6_4);
|
|
this.columnCampo6_5 = new global::System.Data.DataColumn("Campo6_5", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo6_5);
|
|
this.columnCampo7_1 = new global::System.Data.DataColumn("Campo7_1", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo7_1);
|
|
this.columnCampo7_2 = new global::System.Data.DataColumn("Campo7_2", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo7_2);
|
|
this.columnCampo7_3 = new global::System.Data.DataColumn("Campo7_3", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo7_3);
|
|
this.columnCampo7_4 = new global::System.Data.DataColumn("Campo7_4", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo7_4);
|
|
this.columnCampo7_5 = new global::System.Data.DataColumn("Campo7_5", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo7_5);
|
|
this.columnCampo8_1 = new global::System.Data.DataColumn("Campo8_1", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo8_1);
|
|
this.columnCampo8_2 = new global::System.Data.DataColumn("Campo8_2", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo8_2);
|
|
this.columnCampo8_3 = new global::System.Data.DataColumn("Campo8_3", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo8_3);
|
|
this.columnCampo8_4 = new global::System.Data.DataColumn("Campo8_4", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo8_4);
|
|
this.columnCampo8_5 = new global::System.Data.DataColumn("Campo8_5", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo8_5);
|
|
this.columnCampo9_1 = new global::System.Data.DataColumn("Campo9_1", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo9_1);
|
|
this.columnCampo9_2 = new global::System.Data.DataColumn("Campo9_2", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo9_2);
|
|
this.columnCampo9_3 = new global::System.Data.DataColumn("Campo9_3", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo9_3);
|
|
this.columnCampo9_4 = new global::System.Data.DataColumn("Campo9_4", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo9_4);
|
|
this.columnCampo9_5 = new global::System.Data.DataColumn("Campo9_5", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo9_5);
|
|
this.columnCampo10_1 = new global::System.Data.DataColumn("Campo10_1", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo10_1);
|
|
this.columnCampo10_2 = new global::System.Data.DataColumn("Campo10_2", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo10_2);
|
|
this.columnCampo10_3 = new global::System.Data.DataColumn("Campo10_3", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo10_3);
|
|
this.columnCampo10_4 = new global::System.Data.DataColumn("Campo10_4", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo10_4);
|
|
this.columnCampo10_5 = new global::System.Data.DataColumn("Campo10_5", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo10_5);
|
|
this.columnCampo11_1_1 = new global::System.Data.DataColumn("Campo11_1_1", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo11_1_1);
|
|
this.columnCampo11_1_2 = new global::System.Data.DataColumn("Campo11_1_2", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo11_1_2);
|
|
this.columnCampo11_1_3 = new global::System.Data.DataColumn("Campo11_1_3", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo11_1_3);
|
|
this.columnCampo11_1_4 = new global::System.Data.DataColumn("Campo11_1_4", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo11_1_4);
|
|
this.columnCampo11_1_5 = new global::System.Data.DataColumn("Campo11_1_5", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo11_1_5);
|
|
this.columnCampo11_2_1 = new global::System.Data.DataColumn("Campo11_2_1", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo11_2_1);
|
|
this.columnCampo11_2_2 = new global::System.Data.DataColumn("Campo11_2_2", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo11_2_2);
|
|
this.columnCampo11_2_3 = new global::System.Data.DataColumn("Campo11_2_3", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo11_2_3);
|
|
this.columnCampo11_2_4 = new global::System.Data.DataColumn("Campo11_2_4", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo11_2_4);
|
|
this.columnCampo11_2_5 = new global::System.Data.DataColumn("Campo11_2_5", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo11_2_5);
|
|
this.columnCampo12_1 = new global::System.Data.DataColumn("Campo12_1", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo12_1);
|
|
this.columnCampo12_2 = new global::System.Data.DataColumn("Campo12_2", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo12_2);
|
|
this.columnCampo12_3 = new global::System.Data.DataColumn("Campo12_3", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo12_3);
|
|
this.columnCampo12_4 = new global::System.Data.DataColumn("Campo12_4", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo12_4);
|
|
this.columnCampo12_5 = new global::System.Data.DataColumn("Campo12_5", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo12_5);
|
|
this.columnCampo13_1 = new global::System.Data.DataColumn("Campo13_1", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo13_1);
|
|
this.columnCampo13_2 = new global::System.Data.DataColumn("Campo13_2", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo13_2);
|
|
this.columnCampo13_3 = new global::System.Data.DataColumn("Campo13_3", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo13_3);
|
|
this.columnCampo13_4 = new global::System.Data.DataColumn("Campo13_4", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo13_4);
|
|
this.columnCampo13_5 = new global::System.Data.DataColumn("Campo13_5", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo13_5);
|
|
this.columnCampo14_1 = new global::System.Data.DataColumn("Campo14_1", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo14_1);
|
|
this.columnCampo14_2 = new global::System.Data.DataColumn("Campo14_2", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo14_2);
|
|
this.columnCampo14_3 = new global::System.Data.DataColumn("Campo14_3", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo14_3);
|
|
this.columnCampo14_4 = new global::System.Data.DataColumn("Campo14_4", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo14_4);
|
|
this.columnCampo14_5 = new global::System.Data.DataColumn("Campo14_5", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo14_5);
|
|
this.columnCampo15_1 = new global::System.Data.DataColumn("Campo15_1", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo15_1);
|
|
this.columnCampo15_2 = new global::System.Data.DataColumn("Campo15_2", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo15_2);
|
|
this.columnCampo15_3 = new global::System.Data.DataColumn("Campo15_3", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo15_3);
|
|
this.columnCampo15_4 = new global::System.Data.DataColumn("Campo15_4", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo15_4);
|
|
this.columnCampo15_5 = new global::System.Data.DataColumn("Campo15_5", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo15_5);
|
|
this.columnCampo16_1 = new global::System.Data.DataColumn("Campo16_1", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo16_1);
|
|
this.columnCampo16_2 = new global::System.Data.DataColumn("Campo16_2", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo16_2);
|
|
this.columnCampo16_3 = new global::System.Data.DataColumn("Campo16_3", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo16_3);
|
|
this.columnCampo16_4 = new global::System.Data.DataColumn("Campo16_4", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo16_4);
|
|
this.columnCampo16_5 = new global::System.Data.DataColumn("Campo16_5", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCampo16_5);
|
|
this.columnBarcodeBaseUrl = new global::System.Data.DataColumn("BarcodeBaseUrl", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnBarcodeBaseUrl);
|
|
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
|
|
this.columnCampoUDC}, true));
|
|
this.columnCampoUDC.AllowDBNull = false;
|
|
this.columnCampoUDC.ReadOnly = true;
|
|
this.columnCampoUDC.Unique = true;
|
|
this.columnCampoUDC.MaxLength = 250;
|
|
this.columnCampo1_1.ReadOnly = true;
|
|
this.columnCampo1_1.MaxLength = 12;
|
|
this.columnCampo1_2.AllowDBNull = false;
|
|
this.columnCampo1_2.MaxLength = 500;
|
|
this.columnCampo1_3.AllowDBNull = false;
|
|
this.columnCampo1_3.MaxLength = 250;
|
|
this.columnCampo1_4.ReadOnly = true;
|
|
this.columnCampo1_4.MaxLength = 363;
|
|
this.columnCampo1_5.ReadOnly = true;
|
|
this.columnCampo1_5.MaxLength = 8;
|
|
this.columnCampo2_1.ReadOnly = true;
|
|
this.columnCampo2_1.MaxLength = 13;
|
|
this.columnCampo2_2.ReadOnly = true;
|
|
this.columnCampo2_2.MaxLength = 1;
|
|
this.columnCampo2_3.ReadOnly = true;
|
|
this.columnCampo2_3.MaxLength = 1;
|
|
this.columnCampo2_4.ReadOnly = true;
|
|
this.columnCampo2_4.MaxLength = 1;
|
|
this.columnCampo2_5.ReadOnly = true;
|
|
this.columnCampo2_5.MaxLength = 8;
|
|
this.columnCampo3_1.ReadOnly = true;
|
|
this.columnCampo3_1.MaxLength = 21;
|
|
this.columnCampo3_2.ReadOnly = true;
|
|
this.columnCampo3_2.MaxLength = 1;
|
|
this.columnCampo3_3.ReadOnly = true;
|
|
this.columnCampo3_3.MaxLength = 1;
|
|
this.columnCampo3_4.ReadOnly = true;
|
|
this.columnCampo3_4.MaxLength = 8;
|
|
this.columnCampo3_5.ReadOnly = true;
|
|
this.columnCampo3_5.MaxLength = 8;
|
|
this.columnCampo4_1.ReadOnly = true;
|
|
this.columnCampo4_1.MaxLength = 24;
|
|
this.columnCampo4_2.ReadOnly = true;
|
|
this.columnCampo4_2.MaxLength = 18;
|
|
this.columnCampo4_3.ReadOnly = true;
|
|
this.columnCampo4_3.MaxLength = 8;
|
|
this.columnCampo4_4.ReadOnly = true;
|
|
this.columnCampo4_4.MaxLength = 8;
|
|
this.columnCampo4_5.ReadOnly = true;
|
|
this.columnCampo4_5.MaxLength = 8;
|
|
this.columnCampo5_1.ReadOnly = true;
|
|
this.columnCampo5_1.MaxLength = 17;
|
|
this.columnCampo5_2.ReadOnly = true;
|
|
this.columnCampo5_2.MaxLength = 1;
|
|
this.columnCampo5_3.ReadOnly = true;
|
|
this.columnCampo5_3.MaxLength = 8;
|
|
this.columnCampo5_4.ReadOnly = true;
|
|
this.columnCampo5_4.MaxLength = 8;
|
|
this.columnCampo5_5.ReadOnly = true;
|
|
this.columnCampo5_5.MaxLength = 8;
|
|
this.columnCampo6_1.ReadOnly = true;
|
|
this.columnCampo6_1.MaxLength = 18;
|
|
this.columnCampo6_2.ReadOnly = true;
|
|
this.columnCampo6_2.MaxLength = 1;
|
|
this.columnCampo6_3.ReadOnly = true;
|
|
this.columnCampo6_3.MaxLength = 8;
|
|
this.columnCampo6_4.ReadOnly = true;
|
|
this.columnCampo6_4.MaxLength = 8;
|
|
this.columnCampo6_5.ReadOnly = true;
|
|
this.columnCampo6_5.MaxLength = 8;
|
|
this.columnCampo7_1.ReadOnly = true;
|
|
this.columnCampo7_1.MaxLength = 19;
|
|
this.columnCampo7_2.ReadOnly = true;
|
|
this.columnCampo7_2.MaxLength = 1;
|
|
this.columnCampo7_3.ReadOnly = true;
|
|
this.columnCampo7_3.MaxLength = 8;
|
|
this.columnCampo7_4.ReadOnly = true;
|
|
this.columnCampo7_4.MaxLength = 8;
|
|
this.columnCampo7_5.ReadOnly = true;
|
|
this.columnCampo7_5.MaxLength = 8;
|
|
this.columnCampo8_1.ReadOnly = true;
|
|
this.columnCampo8_1.MaxLength = 19;
|
|
this.columnCampo8_2.AllowDBNull = false;
|
|
this.columnCampo8_2.MaxLength = 50;
|
|
this.columnCampo8_3.ReadOnly = true;
|
|
this.columnCampo8_3.MaxLength = 51;
|
|
this.columnCampo8_4.ReadOnly = true;
|
|
this.columnCampo8_4.MaxLength = 8;
|
|
this.columnCampo8_5.ReadOnly = true;
|
|
this.columnCampo8_5.MaxLength = 8;
|
|
this.columnCampo9_1.ReadOnly = true;
|
|
this.columnCampo9_1.MaxLength = 16;
|
|
this.columnCampo9_2.ReadOnly = true;
|
|
this.columnCampo9_3.ReadOnly = true;
|
|
this.columnCampo9_3.MaxLength = 11;
|
|
this.columnCampo9_4.ReadOnly = true;
|
|
this.columnCampo9_4.MaxLength = 8;
|
|
this.columnCampo9_5.ReadOnly = true;
|
|
this.columnCampo9_5.MaxLength = 8;
|
|
this.columnCampo10_1.ReadOnly = true;
|
|
this.columnCampo10_1.MaxLength = 16;
|
|
this.columnCampo10_2.AllowDBNull = false;
|
|
this.columnCampo10_2.MaxLength = 250;
|
|
this.columnCampo10_3.ReadOnly = true;
|
|
this.columnCampo10_3.MaxLength = 9;
|
|
this.columnCampo10_4.ReadOnly = true;
|
|
this.columnCampo10_4.MaxLength = 9;
|
|
this.columnCampo10_5.ReadOnly = true;
|
|
this.columnCampo10_5.MaxLength = 9;
|
|
this.columnCampo11_1_1.ReadOnly = true;
|
|
this.columnCampo11_1_1.MaxLength = 11;
|
|
this.columnCampo11_1_2.ReadOnly = true;
|
|
this.columnCampo11_1_2.MaxLength = 11;
|
|
this.columnCampo11_1_3.ReadOnly = true;
|
|
this.columnCampo11_1_3.MaxLength = 11;
|
|
this.columnCampo11_1_4.ReadOnly = true;
|
|
this.columnCampo11_1_4.MaxLength = 11;
|
|
this.columnCampo11_1_5.ReadOnly = true;
|
|
this.columnCampo11_1_5.MaxLength = 11;
|
|
this.columnCampo11_2_1.ReadOnly = true;
|
|
this.columnCampo11_2_1.MaxLength = 27;
|
|
this.columnCampo11_2_2.AllowDBNull = false;
|
|
this.columnCampo11_2_2.MaxLength = 50;
|
|
this.columnCampo11_2_3.AllowDBNull = false;
|
|
this.columnCampo11_2_3.MaxLength = 50;
|
|
this.columnCampo11_2_4.ReadOnly = true;
|
|
this.columnCampo11_2_4.MaxLength = 11;
|
|
this.columnCampo11_2_5.ReadOnly = true;
|
|
this.columnCampo11_2_5.MaxLength = 11;
|
|
this.columnCampo12_1.ReadOnly = true;
|
|
this.columnCampo12_1.MaxLength = 22;
|
|
this.columnCampo12_2.ReadOnly = true;
|
|
this.columnCampo12_2.MaxLength = 1;
|
|
this.columnCampo12_3.ReadOnly = true;
|
|
this.columnCampo12_3.MaxLength = 1;
|
|
this.columnCampo12_4.ReadOnly = true;
|
|
this.columnCampo12_4.MaxLength = 9;
|
|
this.columnCampo12_5.ReadOnly = true;
|
|
this.columnCampo12_5.MaxLength = 9;
|
|
this.columnCampo13_1.ReadOnly = true;
|
|
this.columnCampo13_1.MaxLength = 9;
|
|
this.columnCampo13_2.ReadOnly = true;
|
|
this.columnCampo13_2.MaxLength = 9;
|
|
this.columnCampo13_3.ReadOnly = true;
|
|
this.columnCampo13_3.MaxLength = 9;
|
|
this.columnCampo13_4.ReadOnly = true;
|
|
this.columnCampo13_4.MaxLength = 9;
|
|
this.columnCampo13_5.ReadOnly = true;
|
|
this.columnCampo13_5.MaxLength = 9;
|
|
this.columnCampo14_1.ReadOnly = true;
|
|
this.columnCampo14_1.MaxLength = 12;
|
|
this.columnCampo14_2.ReadOnly = true;
|
|
this.columnCampo14_2.MaxLength = 1;
|
|
this.columnCampo14_3.ReadOnly = true;
|
|
this.columnCampo14_3.MaxLength = 9;
|
|
this.columnCampo14_4.ReadOnly = true;
|
|
this.columnCampo14_4.MaxLength = 9;
|
|
this.columnCampo14_5.ReadOnly = true;
|
|
this.columnCampo14_5.MaxLength = 9;
|
|
this.columnCampo15_1.ReadOnly = true;
|
|
this.columnCampo15_1.MaxLength = 21;
|
|
this.columnCampo15_2.AllowDBNull = false;
|
|
this.columnCampo15_2.MaxLength = 50;
|
|
this.columnCampo15_3.ReadOnly = true;
|
|
this.columnCampo15_3.MaxLength = 51;
|
|
this.columnCampo15_4.ReadOnly = true;
|
|
this.columnCampo15_4.MaxLength = 9;
|
|
this.columnCampo15_5.ReadOnly = true;
|
|
this.columnCampo15_5.MaxLength = 9;
|
|
this.columnCampo16_1.ReadOnly = true;
|
|
this.columnCampo16_1.MaxLength = 24;
|
|
this.columnCampo16_2.AllowDBNull = false;
|
|
this.columnCampo16_2.MaxLength = 50;
|
|
this.columnCampo16_3.ReadOnly = true;
|
|
this.columnCampo16_3.MaxLength = 51;
|
|
this.columnCampo16_4.ReadOnly = true;
|
|
this.columnCampo16_4.MaxLength = 9;
|
|
this.columnCampo16_5.ReadOnly = true;
|
|
this.columnCampo16_5.MaxLength = 9;
|
|
this.columnBarcodeBaseUrl.ReadOnly = true;
|
|
this.columnBarcodeBaseUrl.MaxLength = 250;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public stp_prt_CartellinoFinitiOdetteRow Newstp_prt_CartellinoFinitiOdetteRow() {
|
|
return ((stp_prt_CartellinoFinitiOdetteRow)(this.NewRow()));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
return new stp_prt_CartellinoFinitiOdetteRow(builder);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected override global::System.Type GetRowType() {
|
|
return typeof(stp_prt_CartellinoFinitiOdetteRow);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanged(e);
|
|
if ((this.stp_prt_CartellinoFinitiOdetteRowChanged != null)) {
|
|
this.stp_prt_CartellinoFinitiOdetteRowChanged(this, new stp_prt_CartellinoFinitiOdetteRowChangeEvent(((stp_prt_CartellinoFinitiOdetteRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanging(e);
|
|
if ((this.stp_prt_CartellinoFinitiOdetteRowChanging != null)) {
|
|
this.stp_prt_CartellinoFinitiOdetteRowChanging(this, new stp_prt_CartellinoFinitiOdetteRowChangeEvent(((stp_prt_CartellinoFinitiOdetteRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleted(e);
|
|
if ((this.stp_prt_CartellinoFinitiOdetteRowDeleted != null)) {
|
|
this.stp_prt_CartellinoFinitiOdetteRowDeleted(this, new stp_prt_CartellinoFinitiOdetteRowChangeEvent(((stp_prt_CartellinoFinitiOdetteRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleting(e);
|
|
if ((this.stp_prt_CartellinoFinitiOdetteRowDeleting != null)) {
|
|
this.stp_prt_CartellinoFinitiOdetteRowDeleting(this, new stp_prt_CartellinoFinitiOdetteRowChangeEvent(((stp_prt_CartellinoFinitiOdetteRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void Removestp_prt_CartellinoFinitiOdetteRow(stp_prt_CartellinoFinitiOdetteRow row) {
|
|
this.Rows.Remove(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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();
|
|
DS_Report ds = new DS_Report();
|
|
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 = "stp_prt_CartellinoFinitiOdetteDataTable";
|
|
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 the strongly named DataTable class.
|
|
///</summary>
|
|
[global::System.Serializable()]
|
|
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
|
|
public partial class stp_prt_CartellinoPedaneDataTable : global::System.Data.TypedTableBase<stp_prt_CartellinoPedaneRow> {
|
|
|
|
private global::System.Data.DataColumn columnCodPedana;
|
|
|
|
private global::System.Data.DataColumn columnNumPedana;
|
|
|
|
private global::System.Data.DataColumn columnPesoPedana;
|
|
|
|
private global::System.Data.DataColumn columnDescDest_1;
|
|
|
|
private global::System.Data.DataColumn columnDescDest_2;
|
|
|
|
private global::System.Data.DataColumn columnDescDest_3;
|
|
|
|
private global::System.Data.DataColumn columnNumColli;
|
|
|
|
private global::System.Data.DataColumn columnDataPedana;
|
|
|
|
private global::System.Data.DataColumn columnBarcodeBaseUrl;
|
|
|
|
private global::System.Data.DataColumn columnDescPack;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public stp_prt_CartellinoPedaneDataTable() {
|
|
this.TableName = "stp_prt_CartellinoPedane";
|
|
this.BeginInit();
|
|
this.InitClass();
|
|
this.EndInit();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
internal stp_prt_CartellinoPedaneDataTable(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", "17.0.0.0")]
|
|
protected stp_prt_CartellinoPedaneDataTable(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", "17.0.0.0")]
|
|
public global::System.Data.DataColumn CodPedanaColumn {
|
|
get {
|
|
return this.columnCodPedana;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn NumPedanaColumn {
|
|
get {
|
|
return this.columnNumPedana;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn PesoPedanaColumn {
|
|
get {
|
|
return this.columnPesoPedana;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn DescDest_1Column {
|
|
get {
|
|
return this.columnDescDest_1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn DescDest_2Column {
|
|
get {
|
|
return this.columnDescDest_2;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn DescDest_3Column {
|
|
get {
|
|
return this.columnDescDest_3;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn NumColliColumn {
|
|
get {
|
|
return this.columnNumColli;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn DataPedanaColumn {
|
|
get {
|
|
return this.columnDataPedana;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn BarcodeBaseUrlColumn {
|
|
get {
|
|
return this.columnBarcodeBaseUrl;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn DescPackColumn {
|
|
get {
|
|
return this.columnDescPack;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
|
|
public stp_prt_CartellinoPedaneRow this[int index] {
|
|
get {
|
|
return ((stp_prt_CartellinoPedaneRow)(this.Rows[index]));
|
|
}
|
|
}
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public event stp_prt_CartellinoPedaneRowChangeEventHandler stp_prt_CartellinoPedaneRowChanging;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public event stp_prt_CartellinoPedaneRowChangeEventHandler stp_prt_CartellinoPedaneRowChanged;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public event stp_prt_CartellinoPedaneRowChangeEventHandler stp_prt_CartellinoPedaneRowDeleting;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public event stp_prt_CartellinoPedaneRowChangeEventHandler stp_prt_CartellinoPedaneRowDeleted;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void Addstp_prt_CartellinoPedaneRow(stp_prt_CartellinoPedaneRow row) {
|
|
this.Rows.Add(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public stp_prt_CartellinoPedaneRow Addstp_prt_CartellinoPedaneRow(string CodPedana, string NumPedana, decimal PesoPedana, string DescDest_1, string DescDest_2, string DescDest_3, int NumColli, System.DateTime DataPedana, string BarcodeBaseUrl, string DescPack) {
|
|
stp_prt_CartellinoPedaneRow rowstp_prt_CartellinoPedaneRow = ((stp_prt_CartellinoPedaneRow)(this.NewRow()));
|
|
object[] columnValuesArray = new object[] {
|
|
CodPedana,
|
|
NumPedana,
|
|
PesoPedana,
|
|
DescDest_1,
|
|
DescDest_2,
|
|
DescDest_3,
|
|
NumColli,
|
|
DataPedana,
|
|
BarcodeBaseUrl,
|
|
DescPack};
|
|
rowstp_prt_CartellinoPedaneRow.ItemArray = columnValuesArray;
|
|
this.Rows.Add(rowstp_prt_CartellinoPedaneRow);
|
|
return rowstp_prt_CartellinoPedaneRow;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public stp_prt_CartellinoPedaneRow FindByCodPedana(string CodPedana) {
|
|
return ((stp_prt_CartellinoPedaneRow)(this.Rows.Find(new object[] {
|
|
CodPedana})));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public override global::System.Data.DataTable Clone() {
|
|
stp_prt_CartellinoPedaneDataTable cln = ((stp_prt_CartellinoPedaneDataTable)(base.Clone()));
|
|
cln.InitVars();
|
|
return cln;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected override global::System.Data.DataTable CreateInstance() {
|
|
return new stp_prt_CartellinoPedaneDataTable();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
internal void InitVars() {
|
|
this.columnCodPedana = base.Columns["CodPedana"];
|
|
this.columnNumPedana = base.Columns["NumPedana"];
|
|
this.columnPesoPedana = base.Columns["PesoPedana"];
|
|
this.columnDescDest_1 = base.Columns["DescDest_1"];
|
|
this.columnDescDest_2 = base.Columns["DescDest_2"];
|
|
this.columnDescDest_3 = base.Columns["DescDest_3"];
|
|
this.columnNumColli = base.Columns["NumColli"];
|
|
this.columnDataPedana = base.Columns["DataPedana"];
|
|
this.columnBarcodeBaseUrl = base.Columns["BarcodeBaseUrl"];
|
|
this.columnDescPack = base.Columns["DescPack"];
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
private void InitClass() {
|
|
this.columnCodPedana = new global::System.Data.DataColumn("CodPedana", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCodPedana);
|
|
this.columnNumPedana = new global::System.Data.DataColumn("NumPedana", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnNumPedana);
|
|
this.columnPesoPedana = new global::System.Data.DataColumn("PesoPedana", typeof(decimal), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPesoPedana);
|
|
this.columnDescDest_1 = new global::System.Data.DataColumn("DescDest_1", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDescDest_1);
|
|
this.columnDescDest_2 = new global::System.Data.DataColumn("DescDest_2", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDescDest_2);
|
|
this.columnDescDest_3 = new global::System.Data.DataColumn("DescDest_3", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDescDest_3);
|
|
this.columnNumColli = new global::System.Data.DataColumn("NumColli", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnNumColli);
|
|
this.columnDataPedana = new global::System.Data.DataColumn("DataPedana", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDataPedana);
|
|
this.columnBarcodeBaseUrl = new global::System.Data.DataColumn("BarcodeBaseUrl", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnBarcodeBaseUrl);
|
|
this.columnDescPack = new global::System.Data.DataColumn("DescPack", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDescPack);
|
|
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
|
|
this.columnCodPedana}, true));
|
|
this.columnCodPedana.AllowDBNull = false;
|
|
this.columnCodPedana.ReadOnly = true;
|
|
this.columnCodPedana.Unique = true;
|
|
this.columnCodPedana.MaxLength = 12;
|
|
this.columnNumPedana.AllowDBNull = false;
|
|
this.columnNumPedana.MaxLength = 50;
|
|
this.columnPesoPedana.AllowDBNull = false;
|
|
this.columnPesoPedana.ReadOnly = true;
|
|
this.columnDescDest_1.MaxLength = 500;
|
|
this.columnDescDest_2.MaxLength = 250;
|
|
this.columnDescDest_3.ReadOnly = true;
|
|
this.columnDescDest_3.MaxLength = 365;
|
|
this.columnNumColli.ReadOnly = true;
|
|
this.columnDataPedana.AllowDBNull = false;
|
|
this.columnBarcodeBaseUrl.ReadOnly = true;
|
|
this.columnBarcodeBaseUrl.MaxLength = 250;
|
|
this.columnDescPack.ReadOnly = true;
|
|
this.columnDescPack.MaxLength = 503;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public stp_prt_CartellinoPedaneRow Newstp_prt_CartellinoPedaneRow() {
|
|
return ((stp_prt_CartellinoPedaneRow)(this.NewRow()));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
return new stp_prt_CartellinoPedaneRow(builder);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected override global::System.Type GetRowType() {
|
|
return typeof(stp_prt_CartellinoPedaneRow);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanged(e);
|
|
if ((this.stp_prt_CartellinoPedaneRowChanged != null)) {
|
|
this.stp_prt_CartellinoPedaneRowChanged(this, new stp_prt_CartellinoPedaneRowChangeEvent(((stp_prt_CartellinoPedaneRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanging(e);
|
|
if ((this.stp_prt_CartellinoPedaneRowChanging != null)) {
|
|
this.stp_prt_CartellinoPedaneRowChanging(this, new stp_prt_CartellinoPedaneRowChangeEvent(((stp_prt_CartellinoPedaneRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleted(e);
|
|
if ((this.stp_prt_CartellinoPedaneRowDeleted != null)) {
|
|
this.stp_prt_CartellinoPedaneRowDeleted(this, new stp_prt_CartellinoPedaneRowChangeEvent(((stp_prt_CartellinoPedaneRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleting(e);
|
|
if ((this.stp_prt_CartellinoPedaneRowDeleting != null)) {
|
|
this.stp_prt_CartellinoPedaneRowDeleting(this, new stp_prt_CartellinoPedaneRowChangeEvent(((stp_prt_CartellinoPedaneRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void Removestp_prt_CartellinoPedaneRow(stp_prt_CartellinoPedaneRow row) {
|
|
this.Rows.Remove(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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();
|
|
DS_Report ds = new DS_Report();
|
|
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 = "stp_prt_CartellinoPedaneDataTable";
|
|
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 the strongly named DataTable class.
|
|
///</summary>
|
|
[global::System.Serializable()]
|
|
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
|
|
public partial class stp_prt_CartellinoSemilavoratiDataTable : global::System.Data.TypedTableBase<stp_prt_CartellinoSemilavoratiRow> {
|
|
|
|
private global::System.Data.DataColumn columnDataDDT;
|
|
|
|
private global::System.Data.DataColumn columnNumDDT;
|
|
|
|
private global::System.Data.DataColumn columnDescFornit;
|
|
|
|
private global::System.Data.DataColumn columnDescArticolo;
|
|
|
|
private global::System.Data.DataColumn columnCodInterno;
|
|
|
|
private global::System.Data.DataColumn columnLotto;
|
|
|
|
private global::System.Data.DataColumn columnDataLotto;
|
|
|
|
private global::System.Data.DataColumn columnNoteLotto;
|
|
|
|
private global::System.Data.DataColumn columnBarcodeBaseUrl;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public stp_prt_CartellinoSemilavoratiDataTable() {
|
|
this.TableName = "stp_prt_CartellinoSemilavorati";
|
|
this.BeginInit();
|
|
this.InitClass();
|
|
this.EndInit();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
internal stp_prt_CartellinoSemilavoratiDataTable(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", "17.0.0.0")]
|
|
protected stp_prt_CartellinoSemilavoratiDataTable(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", "17.0.0.0")]
|
|
public global::System.Data.DataColumn DataDDTColumn {
|
|
get {
|
|
return this.columnDataDDT;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn NumDDTColumn {
|
|
get {
|
|
return this.columnNumDDT;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn DescFornitColumn {
|
|
get {
|
|
return this.columnDescFornit;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn DescArticoloColumn {
|
|
get {
|
|
return this.columnDescArticolo;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn CodInternoColumn {
|
|
get {
|
|
return this.columnCodInterno;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn LottoColumn {
|
|
get {
|
|
return this.columnLotto;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn DataLottoColumn {
|
|
get {
|
|
return this.columnDataLotto;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn NoteLottoColumn {
|
|
get {
|
|
return this.columnNoteLotto;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn BarcodeBaseUrlColumn {
|
|
get {
|
|
return this.columnBarcodeBaseUrl;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
|
|
public stp_prt_CartellinoSemilavoratiRow this[int index] {
|
|
get {
|
|
return ((stp_prt_CartellinoSemilavoratiRow)(this.Rows[index]));
|
|
}
|
|
}
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public event stp_prt_CartellinoSemilavoratiRowChangeEventHandler stp_prt_CartellinoSemilavoratiRowChanging;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public event stp_prt_CartellinoSemilavoratiRowChangeEventHandler stp_prt_CartellinoSemilavoratiRowChanged;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public event stp_prt_CartellinoSemilavoratiRowChangeEventHandler stp_prt_CartellinoSemilavoratiRowDeleting;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public event stp_prt_CartellinoSemilavoratiRowChangeEventHandler stp_prt_CartellinoSemilavoratiRowDeleted;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void Addstp_prt_CartellinoSemilavoratiRow(stp_prt_CartellinoSemilavoratiRow row) {
|
|
this.Rows.Add(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public stp_prt_CartellinoSemilavoratiRow Addstp_prt_CartellinoSemilavoratiRow(System.DateTime DataDDT, string NumDDT, string DescFornit, string DescArticolo, string CodInterno, string Lotto, System.DateTime DataLotto, string NoteLotto, string BarcodeBaseUrl) {
|
|
stp_prt_CartellinoSemilavoratiRow rowstp_prt_CartellinoSemilavoratiRow = ((stp_prt_CartellinoSemilavoratiRow)(this.NewRow()));
|
|
object[] columnValuesArray = new object[] {
|
|
DataDDT,
|
|
NumDDT,
|
|
DescFornit,
|
|
DescArticolo,
|
|
CodInterno,
|
|
Lotto,
|
|
DataLotto,
|
|
NoteLotto,
|
|
BarcodeBaseUrl};
|
|
rowstp_prt_CartellinoSemilavoratiRow.ItemArray = columnValuesArray;
|
|
this.Rows.Add(rowstp_prt_CartellinoSemilavoratiRow);
|
|
return rowstp_prt_CartellinoSemilavoratiRow;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public override global::System.Data.DataTable Clone() {
|
|
stp_prt_CartellinoSemilavoratiDataTable cln = ((stp_prt_CartellinoSemilavoratiDataTable)(base.Clone()));
|
|
cln.InitVars();
|
|
return cln;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected override global::System.Data.DataTable CreateInstance() {
|
|
return new stp_prt_CartellinoSemilavoratiDataTable();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
internal void InitVars() {
|
|
this.columnDataDDT = base.Columns["DataDDT"];
|
|
this.columnNumDDT = base.Columns["NumDDT"];
|
|
this.columnDescFornit = base.Columns["DescFornit"];
|
|
this.columnDescArticolo = base.Columns["DescArticolo"];
|
|
this.columnCodInterno = base.Columns["CodInterno"];
|
|
this.columnLotto = base.Columns["Lotto"];
|
|
this.columnDataLotto = base.Columns["DataLotto"];
|
|
this.columnNoteLotto = base.Columns["NoteLotto"];
|
|
this.columnBarcodeBaseUrl = base.Columns["BarcodeBaseUrl"];
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
private void InitClass() {
|
|
this.columnDataDDT = new global::System.Data.DataColumn("DataDDT", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDataDDT);
|
|
this.columnNumDDT = new global::System.Data.DataColumn("NumDDT", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnNumDDT);
|
|
this.columnDescFornit = new global::System.Data.DataColumn("DescFornit", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDescFornit);
|
|
this.columnDescArticolo = new global::System.Data.DataColumn("DescArticolo", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDescArticolo);
|
|
this.columnCodInterno = new global::System.Data.DataColumn("CodInterno", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCodInterno);
|
|
this.columnLotto = new global::System.Data.DataColumn("Lotto", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnLotto);
|
|
this.columnDataLotto = new global::System.Data.DataColumn("DataLotto", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDataLotto);
|
|
this.columnNoteLotto = new global::System.Data.DataColumn("NoteLotto", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnNoteLotto);
|
|
this.columnBarcodeBaseUrl = new global::System.Data.DataColumn("BarcodeBaseUrl", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnBarcodeBaseUrl);
|
|
this.columnDataDDT.ReadOnly = true;
|
|
this.columnNumDDT.ReadOnly = true;
|
|
this.columnNumDDT.MaxLength = 15;
|
|
this.columnDescFornit.ReadOnly = true;
|
|
this.columnDescFornit.MaxLength = 250;
|
|
this.columnDescArticolo.AllowDBNull = false;
|
|
this.columnDescArticolo.ReadOnly = true;
|
|
this.columnDescArticolo.MaxLength = 250;
|
|
this.columnCodInterno.ReadOnly = true;
|
|
this.columnCodInterno.MaxLength = 15;
|
|
this.columnLotto.AllowDBNull = false;
|
|
this.columnLotto.ReadOnly = true;
|
|
this.columnLotto.MaxLength = 15;
|
|
this.columnNoteLotto.MaxLength = 250;
|
|
this.columnBarcodeBaseUrl.ReadOnly = true;
|
|
this.columnBarcodeBaseUrl.MaxLength = 250;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public stp_prt_CartellinoSemilavoratiRow Newstp_prt_CartellinoSemilavoratiRow() {
|
|
return ((stp_prt_CartellinoSemilavoratiRow)(this.NewRow()));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
return new stp_prt_CartellinoSemilavoratiRow(builder);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected override global::System.Type GetRowType() {
|
|
return typeof(stp_prt_CartellinoSemilavoratiRow);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanged(e);
|
|
if ((this.stp_prt_CartellinoSemilavoratiRowChanged != null)) {
|
|
this.stp_prt_CartellinoSemilavoratiRowChanged(this, new stp_prt_CartellinoSemilavoratiRowChangeEvent(((stp_prt_CartellinoSemilavoratiRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanging(e);
|
|
if ((this.stp_prt_CartellinoSemilavoratiRowChanging != null)) {
|
|
this.stp_prt_CartellinoSemilavoratiRowChanging(this, new stp_prt_CartellinoSemilavoratiRowChangeEvent(((stp_prt_CartellinoSemilavoratiRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleted(e);
|
|
if ((this.stp_prt_CartellinoSemilavoratiRowDeleted != null)) {
|
|
this.stp_prt_CartellinoSemilavoratiRowDeleted(this, new stp_prt_CartellinoSemilavoratiRowChangeEvent(((stp_prt_CartellinoSemilavoratiRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleting(e);
|
|
if ((this.stp_prt_CartellinoSemilavoratiRowDeleting != null)) {
|
|
this.stp_prt_CartellinoSemilavoratiRowDeleting(this, new stp_prt_CartellinoSemilavoratiRowChangeEvent(((stp_prt_CartellinoSemilavoratiRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void Removestp_prt_CartellinoSemilavoratiRow(stp_prt_CartellinoSemilavoratiRow row) {
|
|
this.Rows.Remove(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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();
|
|
DS_Report ds = new DS_Report();
|
|
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 = "stp_prt_CartellinoSemilavoratiDataTable";
|
|
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 the strongly named DataTable class.
|
|
///</summary>
|
|
[global::System.Serializable()]
|
|
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
|
|
public partial class stp_prt_ReportPackListDataTable : global::System.Data.TypedTableBase<stp_prt_ReportPackListRow> {
|
|
|
|
private global::System.Data.DataColumn columnPackListID;
|
|
|
|
private global::System.Data.DataColumn columnPackDescr;
|
|
|
|
private global::System.Data.DataColumn columnCodCliente;
|
|
|
|
private global::System.Data.DataColumn columnRagSociale;
|
|
|
|
private global::System.Data.DataColumn columnAL;
|
|
|
|
private global::System.Data.DataColumn columnPeso;
|
|
|
|
private global::System.Data.DataColumn columnTara;
|
|
|
|
private global::System.Data.DataColumn columnDescAL;
|
|
|
|
private global::System.Data.DataColumn columnLotto;
|
|
|
|
private global::System.Data.DataColumn columnCodArt;
|
|
|
|
private global::System.Data.DataColumn columnUDC;
|
|
|
|
private global::System.Data.DataColumn columnQta;
|
|
|
|
private global::System.Data.DataColumn columnCodArtCliente;
|
|
|
|
private global::System.Data.DataColumn columnDescDest_1;
|
|
|
|
private global::System.Data.DataColumn columnDescDest_2;
|
|
|
|
private global::System.Data.DataColumn columnDescDest_3;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public stp_prt_ReportPackListDataTable() {
|
|
this.TableName = "stp_prt_ReportPackList";
|
|
this.BeginInit();
|
|
this.InitClass();
|
|
this.EndInit();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
internal stp_prt_ReportPackListDataTable(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", "17.0.0.0")]
|
|
protected stp_prt_ReportPackListDataTable(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", "17.0.0.0")]
|
|
public global::System.Data.DataColumn PackListIDColumn {
|
|
get {
|
|
return this.columnPackListID;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn PackDescrColumn {
|
|
get {
|
|
return this.columnPackDescr;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn CodClienteColumn {
|
|
get {
|
|
return this.columnCodCliente;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn RagSocialeColumn {
|
|
get {
|
|
return this.columnRagSociale;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn ALColumn {
|
|
get {
|
|
return this.columnAL;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn PesoColumn {
|
|
get {
|
|
return this.columnPeso;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn TaraColumn {
|
|
get {
|
|
return this.columnTara;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn DescALColumn {
|
|
get {
|
|
return this.columnDescAL;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn LottoColumn {
|
|
get {
|
|
return this.columnLotto;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn CodArtColumn {
|
|
get {
|
|
return this.columnCodArt;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn UDCColumn {
|
|
get {
|
|
return this.columnUDC;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn QtaColumn {
|
|
get {
|
|
return this.columnQta;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn CodArtClienteColumn {
|
|
get {
|
|
return this.columnCodArtCliente;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn DescDest_1Column {
|
|
get {
|
|
return this.columnDescDest_1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn DescDest_2Column {
|
|
get {
|
|
return this.columnDescDest_2;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn DescDest_3Column {
|
|
get {
|
|
return this.columnDescDest_3;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
|
|
public stp_prt_ReportPackListRow this[int index] {
|
|
get {
|
|
return ((stp_prt_ReportPackListRow)(this.Rows[index]));
|
|
}
|
|
}
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public event stp_prt_ReportPackListRowChangeEventHandler stp_prt_ReportPackListRowChanging;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public event stp_prt_ReportPackListRowChangeEventHandler stp_prt_ReportPackListRowChanged;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public event stp_prt_ReportPackListRowChangeEventHandler stp_prt_ReportPackListRowDeleting;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public event stp_prt_ReportPackListRowChangeEventHandler stp_prt_ReportPackListRowDeleted;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void Addstp_prt_ReportPackListRow(stp_prt_ReportPackListRow row) {
|
|
this.Rows.Add(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public stp_prt_ReportPackListRow Addstp_prt_ReportPackListRow(
|
|
int PackListID,
|
|
string PackDescr,
|
|
string CodCliente,
|
|
string RagSociale,
|
|
string AL,
|
|
decimal Peso,
|
|
decimal Tara,
|
|
string DescAL,
|
|
string Lotto,
|
|
string CodArt,
|
|
string UDC,
|
|
decimal Qta,
|
|
string CodArtCliente,
|
|
string DescDest_1,
|
|
string DescDest_2,
|
|
string DescDest_3) {
|
|
stp_prt_ReportPackListRow rowstp_prt_ReportPackListRow = ((stp_prt_ReportPackListRow)(this.NewRow()));
|
|
object[] columnValuesArray = new object[] {
|
|
PackListID,
|
|
PackDescr,
|
|
CodCliente,
|
|
RagSociale,
|
|
AL,
|
|
Peso,
|
|
Tara,
|
|
DescAL,
|
|
Lotto,
|
|
CodArt,
|
|
UDC,
|
|
Qta,
|
|
CodArtCliente,
|
|
DescDest_1,
|
|
DescDest_2,
|
|
DescDest_3};
|
|
rowstp_prt_ReportPackListRow.ItemArray = columnValuesArray;
|
|
this.Rows.Add(rowstp_prt_ReportPackListRow);
|
|
return rowstp_prt_ReportPackListRow;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public override global::System.Data.DataTable Clone() {
|
|
stp_prt_ReportPackListDataTable cln = ((stp_prt_ReportPackListDataTable)(base.Clone()));
|
|
cln.InitVars();
|
|
return cln;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected override global::System.Data.DataTable CreateInstance() {
|
|
return new stp_prt_ReportPackListDataTable();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
internal void InitVars() {
|
|
this.columnPackListID = base.Columns["PackListID"];
|
|
this.columnPackDescr = base.Columns["PackDescr"];
|
|
this.columnCodCliente = base.Columns["CodCliente"];
|
|
this.columnRagSociale = base.Columns["RagSociale"];
|
|
this.columnAL = base.Columns["AL"];
|
|
this.columnPeso = base.Columns["Peso"];
|
|
this.columnTara = base.Columns["Tara"];
|
|
this.columnDescAL = base.Columns["DescAL"];
|
|
this.columnLotto = base.Columns["Lotto"];
|
|
this.columnCodArt = base.Columns["CodArt"];
|
|
this.columnUDC = base.Columns["UDC"];
|
|
this.columnQta = base.Columns["Qta"];
|
|
this.columnCodArtCliente = base.Columns["CodArtCliente"];
|
|
this.columnDescDest_1 = base.Columns["DescDest_1"];
|
|
this.columnDescDest_2 = base.Columns["DescDest_2"];
|
|
this.columnDescDest_3 = base.Columns["DescDest_3"];
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
private void InitClass() {
|
|
this.columnPackListID = new global::System.Data.DataColumn("PackListID", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPackListID);
|
|
this.columnPackDescr = new global::System.Data.DataColumn("PackDescr", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPackDescr);
|
|
this.columnCodCliente = new global::System.Data.DataColumn("CodCliente", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCodCliente);
|
|
this.columnRagSociale = new global::System.Data.DataColumn("RagSociale", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnRagSociale);
|
|
this.columnAL = new global::System.Data.DataColumn("AL", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnAL);
|
|
this.columnPeso = new global::System.Data.DataColumn("Peso", typeof(decimal), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPeso);
|
|
this.columnTara = new global::System.Data.DataColumn("Tara", typeof(decimal), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnTara);
|
|
this.columnDescAL = new global::System.Data.DataColumn("DescAL", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDescAL);
|
|
this.columnLotto = new global::System.Data.DataColumn("Lotto", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnLotto);
|
|
this.columnCodArt = new global::System.Data.DataColumn("CodArt", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCodArt);
|
|
this.columnUDC = new global::System.Data.DataColumn("UDC", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnUDC);
|
|
this.columnQta = new global::System.Data.DataColumn("Qta", typeof(decimal), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnQta);
|
|
this.columnCodArtCliente = new global::System.Data.DataColumn("CodArtCliente", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCodArtCliente);
|
|
this.columnDescDest_1 = new global::System.Data.DataColumn("DescDest_1", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDescDest_1);
|
|
this.columnDescDest_2 = new global::System.Data.DataColumn("DescDest_2", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDescDest_2);
|
|
this.columnDescDest_3 = new global::System.Data.DataColumn("DescDest_3", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDescDest_3);
|
|
this.columnPackListID.AllowDBNull = false;
|
|
this.columnPackDescr.AllowDBNull = false;
|
|
this.columnPackDescr.MaxLength = 250;
|
|
this.columnCodCliente.AllowDBNull = false;
|
|
this.columnCodCliente.MaxLength = 50;
|
|
this.columnRagSociale.AllowDBNull = false;
|
|
this.columnRagSociale.MaxLength = 500;
|
|
this.columnAL.AllowDBNull = false;
|
|
this.columnAL.MaxLength = 50;
|
|
this.columnPeso.AllowDBNull = false;
|
|
this.columnTara.AllowDBNull = false;
|
|
this.columnDescAL.AllowDBNull = false;
|
|
this.columnDescAL.MaxLength = 50;
|
|
this.columnLotto.MaxLength = 50;
|
|
this.columnCodArt.MaxLength = 50;
|
|
this.columnUDC.MaxLength = 50;
|
|
this.columnCodArtCliente.MaxLength = 50;
|
|
this.columnDescDest_1.ReadOnly = true;
|
|
this.columnDescDest_1.MaxLength = 500;
|
|
this.columnDescDest_2.ReadOnly = true;
|
|
this.columnDescDest_2.MaxLength = 250;
|
|
this.columnDescDest_3.ReadOnly = true;
|
|
this.columnDescDest_3.MaxLength = 500;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public stp_prt_ReportPackListRow Newstp_prt_ReportPackListRow() {
|
|
return ((stp_prt_ReportPackListRow)(this.NewRow()));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
return new stp_prt_ReportPackListRow(builder);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected override global::System.Type GetRowType() {
|
|
return typeof(stp_prt_ReportPackListRow);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanged(e);
|
|
if ((this.stp_prt_ReportPackListRowChanged != null)) {
|
|
this.stp_prt_ReportPackListRowChanged(this, new stp_prt_ReportPackListRowChangeEvent(((stp_prt_ReportPackListRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanging(e);
|
|
if ((this.stp_prt_ReportPackListRowChanging != null)) {
|
|
this.stp_prt_ReportPackListRowChanging(this, new stp_prt_ReportPackListRowChangeEvent(((stp_prt_ReportPackListRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleted(e);
|
|
if ((this.stp_prt_ReportPackListRowDeleted != null)) {
|
|
this.stp_prt_ReportPackListRowDeleted(this, new stp_prt_ReportPackListRowChangeEvent(((stp_prt_ReportPackListRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleting(e);
|
|
if ((this.stp_prt_ReportPackListRowDeleting != null)) {
|
|
this.stp_prt_ReportPackListRowDeleting(this, new stp_prt_ReportPackListRowChangeEvent(((stp_prt_ReportPackListRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void Removestp_prt_ReportPackListRow(stp_prt_ReportPackListRow row) {
|
|
this.Rows.Remove(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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();
|
|
DS_Report ds = new DS_Report();
|
|
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 = "stp_prt_ReportPackListDataTable";
|
|
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 the strongly named DataTable class.
|
|
///</summary>
|
|
[global::System.Serializable()]
|
|
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
|
|
public partial class stp_prt_ReportPackListFullDataTable : global::System.Data.TypedTableBase<stp_prt_ReportPackListFullRow> {
|
|
|
|
private global::System.Data.DataColumn columnPackListID;
|
|
|
|
private global::System.Data.DataColumn columnPackDescr;
|
|
|
|
private global::System.Data.DataColumn columnModDate;
|
|
|
|
private global::System.Data.DataColumn columnCodCliente;
|
|
|
|
private global::System.Data.DataColumn columnStatusPack;
|
|
|
|
private global::System.Data.DataColumn columnDescStatusPack;
|
|
|
|
private global::System.Data.DataColumn columnOrderListID;
|
|
|
|
private global::System.Data.DataColumn columnExtOrdCod;
|
|
|
|
private global::System.Data.DataColumn columnDueDate;
|
|
|
|
private global::System.Data.DataColumn columnCodArt;
|
|
|
|
private global::System.Data.DataColumn columnQtyOrd;
|
|
|
|
private global::System.Data.DataColumn columnOrdDescr;
|
|
|
|
private global::System.Data.DataColumn columnCodCliOrd;
|
|
|
|
private global::System.Data.DataColumn columnCodDestinazione;
|
|
|
|
private global::System.Data.DataColumn columnDescrArt;
|
|
|
|
private global::System.Data.DataColumn columnRagSociale;
|
|
|
|
private global::System.Data.DataColumn columnIndirizzo;
|
|
|
|
private global::System.Data.DataColumn columnLocalita;
|
|
|
|
private global::System.Data.DataColumn columnCap;
|
|
|
|
private global::System.Data.DataColumn columnProvincia;
|
|
|
|
private global::System.Data.DataColumn columnNazione;
|
|
|
|
private global::System.Data.DataColumn columnDescDestinazione;
|
|
|
|
private global::System.Data.DataColumn columnDestIndirizzo;
|
|
|
|
private global::System.Data.DataColumn columnDestCap;
|
|
|
|
private global::System.Data.DataColumn columnDestLocalita;
|
|
|
|
private global::System.Data.DataColumn columnDestProvincia;
|
|
|
|
private global::System.Data.DataColumn columnDestNazione;
|
|
|
|
private global::System.Data.DataColumn columnAL;
|
|
|
|
private global::System.Data.DataColumn columnStatusAL;
|
|
|
|
private global::System.Data.DataColumn columnDescAL;
|
|
|
|
private global::System.Data.DataColumn columnPeso;
|
|
|
|
private global::System.Data.DataColumn columnTara;
|
|
|
|
private global::System.Data.DataColumn columnUDC;
|
|
|
|
private global::System.Data.DataColumn columnALOrder;
|
|
|
|
private global::System.Data.DataColumn columnLotto;
|
|
|
|
private global::System.Data.DataColumn columnQta;
|
|
|
|
private global::System.Data.DataColumn columnIdxODL;
|
|
|
|
private global::System.Data.DataColumn columnRifExt;
|
|
|
|
private global::System.Data.DataColumn columnDtCrea;
|
|
|
|
private global::System.Data.DataColumn columnAttivo;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public stp_prt_ReportPackListFullDataTable() {
|
|
this.TableName = "stp_prt_ReportPackListFull";
|
|
this.BeginInit();
|
|
this.InitClass();
|
|
this.EndInit();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
internal stp_prt_ReportPackListFullDataTable(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", "17.0.0.0")]
|
|
protected stp_prt_ReportPackListFullDataTable(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", "17.0.0.0")]
|
|
public global::System.Data.DataColumn PackListIDColumn {
|
|
get {
|
|
return this.columnPackListID;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn PackDescrColumn {
|
|
get {
|
|
return this.columnPackDescr;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn ModDateColumn {
|
|
get {
|
|
return this.columnModDate;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn CodClienteColumn {
|
|
get {
|
|
return this.columnCodCliente;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn StatusPackColumn {
|
|
get {
|
|
return this.columnStatusPack;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn DescStatusPackColumn {
|
|
get {
|
|
return this.columnDescStatusPack;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn OrderListIDColumn {
|
|
get {
|
|
return this.columnOrderListID;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn ExtOrdCodColumn {
|
|
get {
|
|
return this.columnExtOrdCod;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn DueDateColumn {
|
|
get {
|
|
return this.columnDueDate;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn CodArtColumn {
|
|
get {
|
|
return this.columnCodArt;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn QtyOrdColumn {
|
|
get {
|
|
return this.columnQtyOrd;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn OrdDescrColumn {
|
|
get {
|
|
return this.columnOrdDescr;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn CodCliOrdColumn {
|
|
get {
|
|
return this.columnCodCliOrd;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn CodDestinazioneColumn {
|
|
get {
|
|
return this.columnCodDestinazione;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn DescrArtColumn {
|
|
get {
|
|
return this.columnDescrArt;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn RagSocialeColumn {
|
|
get {
|
|
return this.columnRagSociale;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn IndirizzoColumn {
|
|
get {
|
|
return this.columnIndirizzo;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn LocalitaColumn {
|
|
get {
|
|
return this.columnLocalita;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn CapColumn {
|
|
get {
|
|
return this.columnCap;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn ProvinciaColumn {
|
|
get {
|
|
return this.columnProvincia;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn NazioneColumn {
|
|
get {
|
|
return this.columnNazione;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn DescDestinazioneColumn {
|
|
get {
|
|
return this.columnDescDestinazione;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn DestIndirizzoColumn {
|
|
get {
|
|
return this.columnDestIndirizzo;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn DestCapColumn {
|
|
get {
|
|
return this.columnDestCap;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn DestLocalitaColumn {
|
|
get {
|
|
return this.columnDestLocalita;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn DestProvinciaColumn {
|
|
get {
|
|
return this.columnDestProvincia;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn DestNazioneColumn {
|
|
get {
|
|
return this.columnDestNazione;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn ALColumn {
|
|
get {
|
|
return this.columnAL;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn StatusALColumn {
|
|
get {
|
|
return this.columnStatusAL;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn DescALColumn {
|
|
get {
|
|
return this.columnDescAL;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn PesoColumn {
|
|
get {
|
|
return this.columnPeso;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn TaraColumn {
|
|
get {
|
|
return this.columnTara;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn UDCColumn {
|
|
get {
|
|
return this.columnUDC;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn ALOrderColumn {
|
|
get {
|
|
return this.columnALOrder;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn LottoColumn {
|
|
get {
|
|
return this.columnLotto;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn QtaColumn {
|
|
get {
|
|
return this.columnQta;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn IdxODLColumn {
|
|
get {
|
|
return this.columnIdxODL;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn RifExtColumn {
|
|
get {
|
|
return this.columnRifExt;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn DtCreaColumn {
|
|
get {
|
|
return this.columnDtCrea;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataColumn AttivoColumn {
|
|
get {
|
|
return this.columnAttivo;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
|
|
public stp_prt_ReportPackListFullRow this[int index] {
|
|
get {
|
|
return ((stp_prt_ReportPackListFullRow)(this.Rows[index]));
|
|
}
|
|
}
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public event stp_prt_ReportPackListFullRowChangeEventHandler stp_prt_ReportPackListFullRowChanging;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public event stp_prt_ReportPackListFullRowChangeEventHandler stp_prt_ReportPackListFullRowChanged;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public event stp_prt_ReportPackListFullRowChangeEventHandler stp_prt_ReportPackListFullRowDeleting;
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public event stp_prt_ReportPackListFullRowChangeEventHandler stp_prt_ReportPackListFullRowDeleted;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void Addstp_prt_ReportPackListFullRow(stp_prt_ReportPackListFullRow row) {
|
|
this.Rows.Add(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public stp_prt_ReportPackListFullRow Addstp_prt_ReportPackListFullRow(
|
|
int PackListID,
|
|
string PackDescr,
|
|
System.DateTime ModDate,
|
|
string CodCliente,
|
|
int StatusPack,
|
|
string DescStatusPack,
|
|
string ExtOrdCod,
|
|
System.DateTime DueDate,
|
|
string CodArt,
|
|
int QtyOrd,
|
|
string OrdDescr,
|
|
string CodCliOrd,
|
|
string CodDestinazione,
|
|
string DescrArt,
|
|
string RagSociale,
|
|
string Indirizzo,
|
|
string Localita,
|
|
string Cap,
|
|
string Provincia,
|
|
string Nazione,
|
|
string DescDestinazione,
|
|
string DestIndirizzo,
|
|
string DestCap,
|
|
string DestLocalita,
|
|
string DestProvincia,
|
|
string DestNazione,
|
|
string AL,
|
|
int StatusAL,
|
|
string DescAL,
|
|
decimal Peso,
|
|
decimal Tara,
|
|
string UDC,
|
|
int ALOrder,
|
|
string Lotto,
|
|
decimal Qta,
|
|
int IdxODL,
|
|
string RifExt,
|
|
System.DateTime DtCrea,
|
|
bool Attivo) {
|
|
stp_prt_ReportPackListFullRow rowstp_prt_ReportPackListFullRow = ((stp_prt_ReportPackListFullRow)(this.NewRow()));
|
|
object[] columnValuesArray = new object[] {
|
|
PackListID,
|
|
PackDescr,
|
|
ModDate,
|
|
CodCliente,
|
|
StatusPack,
|
|
DescStatusPack,
|
|
null,
|
|
ExtOrdCod,
|
|
DueDate,
|
|
CodArt,
|
|
QtyOrd,
|
|
OrdDescr,
|
|
CodCliOrd,
|
|
CodDestinazione,
|
|
DescrArt,
|
|
RagSociale,
|
|
Indirizzo,
|
|
Localita,
|
|
Cap,
|
|
Provincia,
|
|
Nazione,
|
|
DescDestinazione,
|
|
DestIndirizzo,
|
|
DestCap,
|
|
DestLocalita,
|
|
DestProvincia,
|
|
DestNazione,
|
|
AL,
|
|
StatusAL,
|
|
DescAL,
|
|
Peso,
|
|
Tara,
|
|
UDC,
|
|
ALOrder,
|
|
Lotto,
|
|
Qta,
|
|
IdxODL,
|
|
RifExt,
|
|
DtCrea,
|
|
Attivo};
|
|
rowstp_prt_ReportPackListFullRow.ItemArray = columnValuesArray;
|
|
this.Rows.Add(rowstp_prt_ReportPackListFullRow);
|
|
return rowstp_prt_ReportPackListFullRow;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public override global::System.Data.DataTable Clone() {
|
|
stp_prt_ReportPackListFullDataTable cln = ((stp_prt_ReportPackListFullDataTable)(base.Clone()));
|
|
cln.InitVars();
|
|
return cln;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected override global::System.Data.DataTable CreateInstance() {
|
|
return new stp_prt_ReportPackListFullDataTable();
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
internal void InitVars() {
|
|
this.columnPackListID = base.Columns["PackListID"];
|
|
this.columnPackDescr = base.Columns["PackDescr"];
|
|
this.columnModDate = base.Columns["ModDate"];
|
|
this.columnCodCliente = base.Columns["CodCliente"];
|
|
this.columnStatusPack = base.Columns["StatusPack"];
|
|
this.columnDescStatusPack = base.Columns["DescStatusPack"];
|
|
this.columnOrderListID = base.Columns["OrderListID"];
|
|
this.columnExtOrdCod = base.Columns["ExtOrdCod"];
|
|
this.columnDueDate = base.Columns["DueDate"];
|
|
this.columnCodArt = base.Columns["CodArt"];
|
|
this.columnQtyOrd = base.Columns["QtyOrd"];
|
|
this.columnOrdDescr = base.Columns["OrdDescr"];
|
|
this.columnCodCliOrd = base.Columns["CodCliOrd"];
|
|
this.columnCodDestinazione = base.Columns["CodDestinazione"];
|
|
this.columnDescrArt = base.Columns["DescrArt"];
|
|
this.columnRagSociale = base.Columns["RagSociale"];
|
|
this.columnIndirizzo = base.Columns["Indirizzo"];
|
|
this.columnLocalita = base.Columns["Localita"];
|
|
this.columnCap = base.Columns["Cap"];
|
|
this.columnProvincia = base.Columns["Provincia"];
|
|
this.columnNazione = base.Columns["Nazione"];
|
|
this.columnDescDestinazione = base.Columns["DescDestinazione"];
|
|
this.columnDestIndirizzo = base.Columns["DestIndirizzo"];
|
|
this.columnDestCap = base.Columns["DestCap"];
|
|
this.columnDestLocalita = base.Columns["DestLocalita"];
|
|
this.columnDestProvincia = base.Columns["DestProvincia"];
|
|
this.columnDestNazione = base.Columns["DestNazione"];
|
|
this.columnAL = base.Columns["AL"];
|
|
this.columnStatusAL = base.Columns["StatusAL"];
|
|
this.columnDescAL = base.Columns["DescAL"];
|
|
this.columnPeso = base.Columns["Peso"];
|
|
this.columnTara = base.Columns["Tara"];
|
|
this.columnUDC = base.Columns["UDC"];
|
|
this.columnALOrder = base.Columns["ALOrder"];
|
|
this.columnLotto = base.Columns["Lotto"];
|
|
this.columnQta = base.Columns["Qta"];
|
|
this.columnIdxODL = base.Columns["IdxODL"];
|
|
this.columnRifExt = base.Columns["RifExt"];
|
|
this.columnDtCrea = base.Columns["DtCrea"];
|
|
this.columnAttivo = base.Columns["Attivo"];
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
private void InitClass() {
|
|
this.columnPackListID = new global::System.Data.DataColumn("PackListID", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPackListID);
|
|
this.columnPackDescr = new global::System.Data.DataColumn("PackDescr", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPackDescr);
|
|
this.columnModDate = new global::System.Data.DataColumn("ModDate", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnModDate);
|
|
this.columnCodCliente = new global::System.Data.DataColumn("CodCliente", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCodCliente);
|
|
this.columnStatusPack = new global::System.Data.DataColumn("StatusPack", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnStatusPack);
|
|
this.columnDescStatusPack = new global::System.Data.DataColumn("DescStatusPack", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDescStatusPack);
|
|
this.columnOrderListID = new global::System.Data.DataColumn("OrderListID", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnOrderListID);
|
|
this.columnExtOrdCod = new global::System.Data.DataColumn("ExtOrdCod", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnExtOrdCod);
|
|
this.columnDueDate = new global::System.Data.DataColumn("DueDate", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDueDate);
|
|
this.columnCodArt = new global::System.Data.DataColumn("CodArt", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCodArt);
|
|
this.columnQtyOrd = new global::System.Data.DataColumn("QtyOrd", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnQtyOrd);
|
|
this.columnOrdDescr = new global::System.Data.DataColumn("OrdDescr", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnOrdDescr);
|
|
this.columnCodCliOrd = new global::System.Data.DataColumn("CodCliOrd", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCodCliOrd);
|
|
this.columnCodDestinazione = new global::System.Data.DataColumn("CodDestinazione", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCodDestinazione);
|
|
this.columnDescrArt = new global::System.Data.DataColumn("DescrArt", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDescrArt);
|
|
this.columnRagSociale = new global::System.Data.DataColumn("RagSociale", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnRagSociale);
|
|
this.columnIndirizzo = new global::System.Data.DataColumn("Indirizzo", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnIndirizzo);
|
|
this.columnLocalita = new global::System.Data.DataColumn("Localita", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnLocalita);
|
|
this.columnCap = new global::System.Data.DataColumn("Cap", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnCap);
|
|
this.columnProvincia = new global::System.Data.DataColumn("Provincia", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnProvincia);
|
|
this.columnNazione = new global::System.Data.DataColumn("Nazione", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnNazione);
|
|
this.columnDescDestinazione = new global::System.Data.DataColumn("DescDestinazione", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDescDestinazione);
|
|
this.columnDestIndirizzo = new global::System.Data.DataColumn("DestIndirizzo", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDestIndirizzo);
|
|
this.columnDestCap = new global::System.Data.DataColumn("DestCap", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDestCap);
|
|
this.columnDestLocalita = new global::System.Data.DataColumn("DestLocalita", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDestLocalita);
|
|
this.columnDestProvincia = new global::System.Data.DataColumn("DestProvincia", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDestProvincia);
|
|
this.columnDestNazione = new global::System.Data.DataColumn("DestNazione", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDestNazione);
|
|
this.columnAL = new global::System.Data.DataColumn("AL", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnAL);
|
|
this.columnStatusAL = new global::System.Data.DataColumn("StatusAL", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnStatusAL);
|
|
this.columnDescAL = new global::System.Data.DataColumn("DescAL", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDescAL);
|
|
this.columnPeso = new global::System.Data.DataColumn("Peso", typeof(decimal), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnPeso);
|
|
this.columnTara = new global::System.Data.DataColumn("Tara", typeof(decimal), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnTara);
|
|
this.columnUDC = new global::System.Data.DataColumn("UDC", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnUDC);
|
|
this.columnALOrder = new global::System.Data.DataColumn("ALOrder", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnALOrder);
|
|
this.columnLotto = new global::System.Data.DataColumn("Lotto", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnLotto);
|
|
this.columnQta = new global::System.Data.DataColumn("Qta", typeof(decimal), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnQta);
|
|
this.columnIdxODL = new global::System.Data.DataColumn("IdxODL", typeof(int), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnIdxODL);
|
|
this.columnRifExt = new global::System.Data.DataColumn("RifExt", typeof(string), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnRifExt);
|
|
this.columnDtCrea = new global::System.Data.DataColumn("DtCrea", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnDtCrea);
|
|
this.columnAttivo = new global::System.Data.DataColumn("Attivo", typeof(bool), null, global::System.Data.MappingType.Element);
|
|
base.Columns.Add(this.columnAttivo);
|
|
this.columnPackListID.AllowDBNull = false;
|
|
this.columnPackDescr.AllowDBNull = false;
|
|
this.columnPackDescr.MaxLength = 250;
|
|
this.columnModDate.AllowDBNull = false;
|
|
this.columnCodCliente.AllowDBNull = false;
|
|
this.columnCodCliente.MaxLength = 50;
|
|
this.columnStatusPack.AllowDBNull = false;
|
|
this.columnDescStatusPack.MaxLength = 250;
|
|
this.columnOrderListID.AutoIncrement = true;
|
|
this.columnOrderListID.AutoIncrementSeed = -1;
|
|
this.columnOrderListID.AutoIncrementStep = -1;
|
|
this.columnOrderListID.AllowDBNull = false;
|
|
this.columnOrderListID.ReadOnly = true;
|
|
this.columnExtOrdCod.AllowDBNull = false;
|
|
this.columnExtOrdCod.MaxLength = 50;
|
|
this.columnDueDate.AllowDBNull = false;
|
|
this.columnCodArt.AllowDBNull = false;
|
|
this.columnCodArt.MaxLength = 50;
|
|
this.columnQtyOrd.AllowDBNull = false;
|
|
this.columnOrdDescr.MaxLength = 250;
|
|
this.columnCodCliOrd.AllowDBNull = false;
|
|
this.columnCodCliOrd.MaxLength = 50;
|
|
this.columnCodDestinazione.AllowDBNull = false;
|
|
this.columnCodDestinazione.MaxLength = 50;
|
|
this.columnDescrArt.AllowDBNull = false;
|
|
this.columnDescrArt.MaxLength = 250;
|
|
this.columnRagSociale.AllowDBNull = false;
|
|
this.columnRagSociale.MaxLength = 500;
|
|
this.columnIndirizzo.AllowDBNull = false;
|
|
this.columnIndirizzo.MaxLength = 250;
|
|
this.columnLocalita.AllowDBNull = false;
|
|
this.columnLocalita.MaxLength = 250;
|
|
this.columnCap.AllowDBNull = false;
|
|
this.columnCap.MaxLength = 10;
|
|
this.columnProvincia.AllowDBNull = false;
|
|
this.columnProvincia.MaxLength = 50;
|
|
this.columnNazione.AllowDBNull = false;
|
|
this.columnNazione.MaxLength = 50;
|
|
this.columnDescDestinazione.MaxLength = 250;
|
|
this.columnDestIndirizzo.MaxLength = 250;
|
|
this.columnDestCap.MaxLength = 10;
|
|
this.columnDestLocalita.MaxLength = 250;
|
|
this.columnDestProvincia.MaxLength = 50;
|
|
this.columnDestNazione.MaxLength = 50;
|
|
this.columnAL.MaxLength = 50;
|
|
this.columnDescAL.MaxLength = 50;
|
|
this.columnUDC.MaxLength = 50;
|
|
this.columnLotto.MaxLength = 50;
|
|
this.columnRifExt.MaxLength = 50;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public stp_prt_ReportPackListFullRow Newstp_prt_ReportPackListFullRow() {
|
|
return ((stp_prt_ReportPackListFullRow)(this.NewRow()));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
|
|
return new stp_prt_ReportPackListFullRow(builder);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected override global::System.Type GetRowType() {
|
|
return typeof(stp_prt_ReportPackListFullRow);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanged(e);
|
|
if ((this.stp_prt_ReportPackListFullRowChanged != null)) {
|
|
this.stp_prt_ReportPackListFullRowChanged(this, new stp_prt_ReportPackListFullRowChangeEvent(((stp_prt_ReportPackListFullRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowChanging(e);
|
|
if ((this.stp_prt_ReportPackListFullRowChanging != null)) {
|
|
this.stp_prt_ReportPackListFullRowChanging(this, new stp_prt_ReportPackListFullRowChangeEvent(((stp_prt_ReportPackListFullRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleted(e);
|
|
if ((this.stp_prt_ReportPackListFullRowDeleted != null)) {
|
|
this.stp_prt_ReportPackListFullRowDeleted(this, new stp_prt_ReportPackListFullRowChangeEvent(((stp_prt_ReportPackListFullRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
|
|
base.OnRowDeleting(e);
|
|
if ((this.stp_prt_ReportPackListFullRowDeleting != null)) {
|
|
this.stp_prt_ReportPackListFullRowDeleting(this, new stp_prt_ReportPackListFullRowChangeEvent(((stp_prt_ReportPackListFullRow)(e.Row)), e.Action));
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void Removestp_prt_ReportPackListFullRow(stp_prt_ReportPackListFullRow row) {
|
|
this.Rows.Remove(row);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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();
|
|
DS_Report ds = new DS_Report();
|
|
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 = "stp_prt_ReportPackListFullDataTable";
|
|
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 PrintJobQueueRow : global::System.Data.DataRow {
|
|
|
|
private PrintJobQueueDataTable tablePrintJobQueue;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
internal PrintJobQueueRow(global::System.Data.DataRowBuilder rb) :
|
|
base(rb) {
|
|
this.tablePrintJobQueue = ((PrintJobQueueDataTable)(this.Table));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public int IdxPrintJob {
|
|
get {
|
|
return ((int)(this[this.tablePrintJobQueue.IdxPrintJobColumn]));
|
|
}
|
|
set {
|
|
this[this.tablePrintJobQueue.IdxPrintJobColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string TipoReport {
|
|
get {
|
|
return ((string)(this[this.tablePrintJobQueue.TipoReportColumn]));
|
|
}
|
|
set {
|
|
this[this.tablePrintJobQueue.TipoReportColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string KeyParam {
|
|
get {
|
|
return ((string)(this[this.tablePrintJobQueue.KeyParamColumn]));
|
|
}
|
|
set {
|
|
this[this.tablePrintJobQueue.KeyParamColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string prtName {
|
|
get {
|
|
return ((string)(this[this.tablePrintJobQueue.prtNameColumn]));
|
|
}
|
|
set {
|
|
this[this.tablePrintJobQueue.prtNameColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public System.DateTime dtStart {
|
|
get {
|
|
return ((global::System.DateTime)(this[this.tablePrintJobQueue.dtStartColumn]));
|
|
}
|
|
set {
|
|
this[this.tablePrintJobQueue.dtStartColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public System.DateTime dtEnd {
|
|
get {
|
|
try {
|
|
return ((global::System.DateTime)(this[this.tablePrintJobQueue.dtEndColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'dtEnd\' in table \'PrintJobQueue\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablePrintJobQueue.dtEndColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public int stato {
|
|
get {
|
|
return ((int)(this[this.tablePrintJobQueue.statoColumn]));
|
|
}
|
|
set {
|
|
this[this.tablePrintJobQueue.statoColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public System.DateTime dtLastTry {
|
|
get {
|
|
try {
|
|
return ((global::System.DateTime)(this[this.tablePrintJobQueue.dtLastTryColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'dtLastTry\' in table \'PrintJobQueue\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablePrintJobQueue.dtLastTryColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsdtEndNull() {
|
|
return this.IsNull(this.tablePrintJobQueue.dtEndColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetdtEndNull() {
|
|
this[this.tablePrintJobQueue.dtEndColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsdtLastTryNull() {
|
|
return this.IsNull(this.tablePrintJobQueue.dtLastTryColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetdtLastTryNull() {
|
|
this[this.tablePrintJobQueue.dtLastTryColumn] = global::System.Convert.DBNull;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Represents strongly named DataRow class.
|
|
///</summary>
|
|
public partial class stp_prt_CartellinoFinitiOdetteRow : global::System.Data.DataRow {
|
|
|
|
private stp_prt_CartellinoFinitiOdetteDataTable tablestp_prt_CartellinoFinitiOdette;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
internal stp_prt_CartellinoFinitiOdetteRow(global::System.Data.DataRowBuilder rb) :
|
|
base(rb) {
|
|
this.tablestp_prt_CartellinoFinitiOdette = ((stp_prt_CartellinoFinitiOdetteDataTable)(this.Table));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string CampoUDC {
|
|
get {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.CampoUDCColumn]));
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.CampoUDCColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo1_1 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo1_1Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo1_1\' in table \'stp_prt_CartellinoFinitiOdette\' is DBNu" +
|
|
"ll.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo1_1Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo1_2 {
|
|
get {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo1_2Column]));
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo1_2Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo1_3 {
|
|
get {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo1_3Column]));
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo1_3Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo1_4 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo1_4Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo1_4\' in table \'stp_prt_CartellinoFinitiOdette\' is DBNu" +
|
|
"ll.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo1_4Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo1_5 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo1_5Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo1_5\' in table \'stp_prt_CartellinoFinitiOdette\' is DBNu" +
|
|
"ll.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo1_5Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo2_1 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo2_1Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo2_1\' in table \'stp_prt_CartellinoFinitiOdette\' is DBNu" +
|
|
"ll.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo2_1Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo2_2 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo2_2Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo2_2\' in table \'stp_prt_CartellinoFinitiOdette\' is DBNu" +
|
|
"ll.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo2_2Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo2_3 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo2_3Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo2_3\' in table \'stp_prt_CartellinoFinitiOdette\' is DBNu" +
|
|
"ll.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo2_3Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo2_4 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo2_4Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo2_4\' in table \'stp_prt_CartellinoFinitiOdette\' is DBNu" +
|
|
"ll.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo2_4Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo2_5 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo2_5Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo2_5\' in table \'stp_prt_CartellinoFinitiOdette\' is DBNu" +
|
|
"ll.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo2_5Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo3_1 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo3_1Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo3_1\' in table \'stp_prt_CartellinoFinitiOdette\' is DBNu" +
|
|
"ll.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo3_1Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo3_2 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo3_2Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo3_2\' in table \'stp_prt_CartellinoFinitiOdette\' is DBNu" +
|
|
"ll.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo3_2Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo3_3 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo3_3Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo3_3\' in table \'stp_prt_CartellinoFinitiOdette\' is DBNu" +
|
|
"ll.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo3_3Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo3_4 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo3_4Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo3_4\' in table \'stp_prt_CartellinoFinitiOdette\' is DBNu" +
|
|
"ll.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo3_4Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo3_5 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo3_5Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo3_5\' in table \'stp_prt_CartellinoFinitiOdette\' is DBNu" +
|
|
"ll.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo3_5Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo4_1 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo4_1Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo4_1\' in table \'stp_prt_CartellinoFinitiOdette\' is DBNu" +
|
|
"ll.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo4_1Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo4_2 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo4_2Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo4_2\' in table \'stp_prt_CartellinoFinitiOdette\' is DBNu" +
|
|
"ll.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo4_2Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo4_3 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo4_3Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo4_3\' in table \'stp_prt_CartellinoFinitiOdette\' is DBNu" +
|
|
"ll.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo4_3Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo4_4 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo4_4Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo4_4\' in table \'stp_prt_CartellinoFinitiOdette\' is DBNu" +
|
|
"ll.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo4_4Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo4_5 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo4_5Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo4_5\' in table \'stp_prt_CartellinoFinitiOdette\' is DBNu" +
|
|
"ll.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo4_5Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo5_1 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo5_1Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo5_1\' in table \'stp_prt_CartellinoFinitiOdette\' is DBNu" +
|
|
"ll.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo5_1Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo5_2 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo5_2Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo5_2\' in table \'stp_prt_CartellinoFinitiOdette\' is DBNu" +
|
|
"ll.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo5_2Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo5_3 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo5_3Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo5_3\' in table \'stp_prt_CartellinoFinitiOdette\' is DBNu" +
|
|
"ll.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo5_3Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo5_4 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo5_4Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo5_4\' in table \'stp_prt_CartellinoFinitiOdette\' is DBNu" +
|
|
"ll.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo5_4Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo5_5 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo5_5Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo5_5\' in table \'stp_prt_CartellinoFinitiOdette\' is DBNu" +
|
|
"ll.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo5_5Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo6_1 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo6_1Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo6_1\' in table \'stp_prt_CartellinoFinitiOdette\' is DBNu" +
|
|
"ll.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo6_1Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo6_2 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo6_2Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo6_2\' in table \'stp_prt_CartellinoFinitiOdette\' is DBNu" +
|
|
"ll.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo6_2Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo6_3 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo6_3Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo6_3\' in table \'stp_prt_CartellinoFinitiOdette\' is DBNu" +
|
|
"ll.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo6_3Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo6_4 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo6_4Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo6_4\' in table \'stp_prt_CartellinoFinitiOdette\' is DBNu" +
|
|
"ll.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo6_4Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo6_5 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo6_5Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo6_5\' in table \'stp_prt_CartellinoFinitiOdette\' is DBNu" +
|
|
"ll.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo6_5Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo7_1 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo7_1Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo7_1\' in table \'stp_prt_CartellinoFinitiOdette\' is DBNu" +
|
|
"ll.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo7_1Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo7_2 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo7_2Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo7_2\' in table \'stp_prt_CartellinoFinitiOdette\' is DBNu" +
|
|
"ll.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo7_2Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo7_3 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo7_3Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo7_3\' in table \'stp_prt_CartellinoFinitiOdette\' is DBNu" +
|
|
"ll.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo7_3Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo7_4 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo7_4Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo7_4\' in table \'stp_prt_CartellinoFinitiOdette\' is DBNu" +
|
|
"ll.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo7_4Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo7_5 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo7_5Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo7_5\' in table \'stp_prt_CartellinoFinitiOdette\' is DBNu" +
|
|
"ll.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo7_5Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo8_1 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo8_1Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo8_1\' in table \'stp_prt_CartellinoFinitiOdette\' is DBNu" +
|
|
"ll.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo8_1Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo8_2 {
|
|
get {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo8_2Column]));
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo8_2Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo8_3 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo8_3Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo8_3\' in table \'stp_prt_CartellinoFinitiOdette\' is DBNu" +
|
|
"ll.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo8_3Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo8_4 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo8_4Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo8_4\' in table \'stp_prt_CartellinoFinitiOdette\' is DBNu" +
|
|
"ll.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo8_4Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo8_5 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo8_5Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo8_5\' in table \'stp_prt_CartellinoFinitiOdette\' is DBNu" +
|
|
"ll.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo8_5Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo9_1 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo9_1Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo9_1\' in table \'stp_prt_CartellinoFinitiOdette\' is DBNu" +
|
|
"ll.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo9_1Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public int Campo9_2 {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo9_2Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo9_2\' in table \'stp_prt_CartellinoFinitiOdette\' is DBNu" +
|
|
"ll.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo9_2Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo9_3 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo9_3Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo9_3\' in table \'stp_prt_CartellinoFinitiOdette\' is DBNu" +
|
|
"ll.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo9_3Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo9_4 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo9_4Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo9_4\' in table \'stp_prt_CartellinoFinitiOdette\' is DBNu" +
|
|
"ll.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo9_4Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo9_5 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo9_5Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo9_5\' in table \'stp_prt_CartellinoFinitiOdette\' is DBNu" +
|
|
"ll.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo9_5Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo10_1 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo10_1Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo10_1\' in table \'stp_prt_CartellinoFinitiOdette\' is DBN" +
|
|
"ull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo10_1Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo10_2 {
|
|
get {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo10_2Column]));
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo10_2Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo10_3 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo10_3Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo10_3\' in table \'stp_prt_CartellinoFinitiOdette\' is DBN" +
|
|
"ull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo10_3Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo10_4 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo10_4Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo10_4\' in table \'stp_prt_CartellinoFinitiOdette\' is DBN" +
|
|
"ull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo10_4Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo10_5 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo10_5Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo10_5\' in table \'stp_prt_CartellinoFinitiOdette\' is DBN" +
|
|
"ull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo10_5Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo11_1_1 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo11_1_1Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo11_1_1\' in table \'stp_prt_CartellinoFinitiOdette\' is D" +
|
|
"BNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo11_1_1Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo11_1_2 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo11_1_2Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo11_1_2\' in table \'stp_prt_CartellinoFinitiOdette\' is D" +
|
|
"BNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo11_1_2Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo11_1_3 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo11_1_3Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo11_1_3\' in table \'stp_prt_CartellinoFinitiOdette\' is D" +
|
|
"BNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo11_1_3Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo11_1_4 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo11_1_4Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo11_1_4\' in table \'stp_prt_CartellinoFinitiOdette\' is D" +
|
|
"BNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo11_1_4Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo11_1_5 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo11_1_5Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo11_1_5\' in table \'stp_prt_CartellinoFinitiOdette\' is D" +
|
|
"BNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo11_1_5Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo11_2_1 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo11_2_1Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo11_2_1\' in table \'stp_prt_CartellinoFinitiOdette\' is D" +
|
|
"BNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo11_2_1Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo11_2_2 {
|
|
get {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo11_2_2Column]));
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo11_2_2Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo11_2_3 {
|
|
get {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo11_2_3Column]));
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo11_2_3Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo11_2_4 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo11_2_4Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo11_2_4\' in table \'stp_prt_CartellinoFinitiOdette\' is D" +
|
|
"BNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo11_2_4Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo11_2_5 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo11_2_5Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo11_2_5\' in table \'stp_prt_CartellinoFinitiOdette\' is D" +
|
|
"BNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo11_2_5Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo12_1 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo12_1Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo12_1\' in table \'stp_prt_CartellinoFinitiOdette\' is DBN" +
|
|
"ull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo12_1Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo12_2 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo12_2Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo12_2\' in table \'stp_prt_CartellinoFinitiOdette\' is DBN" +
|
|
"ull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo12_2Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo12_3 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo12_3Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo12_3\' in table \'stp_prt_CartellinoFinitiOdette\' is DBN" +
|
|
"ull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo12_3Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo12_4 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo12_4Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo12_4\' in table \'stp_prt_CartellinoFinitiOdette\' is DBN" +
|
|
"ull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo12_4Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo12_5 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo12_5Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo12_5\' in table \'stp_prt_CartellinoFinitiOdette\' is DBN" +
|
|
"ull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo12_5Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo13_1 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo13_1Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo13_1\' in table \'stp_prt_CartellinoFinitiOdette\' is DBN" +
|
|
"ull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo13_1Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo13_2 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo13_2Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo13_2\' in table \'stp_prt_CartellinoFinitiOdette\' is DBN" +
|
|
"ull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo13_2Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo13_3 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo13_3Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo13_3\' in table \'stp_prt_CartellinoFinitiOdette\' is DBN" +
|
|
"ull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo13_3Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo13_4 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo13_4Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo13_4\' in table \'stp_prt_CartellinoFinitiOdette\' is DBN" +
|
|
"ull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo13_4Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo13_5 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo13_5Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo13_5\' in table \'stp_prt_CartellinoFinitiOdette\' is DBN" +
|
|
"ull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo13_5Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo14_1 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo14_1Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo14_1\' in table \'stp_prt_CartellinoFinitiOdette\' is DBN" +
|
|
"ull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo14_1Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo14_2 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo14_2Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo14_2\' in table \'stp_prt_CartellinoFinitiOdette\' is DBN" +
|
|
"ull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo14_2Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo14_3 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo14_3Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo14_3\' in table \'stp_prt_CartellinoFinitiOdette\' is DBN" +
|
|
"ull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo14_3Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo14_4 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo14_4Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo14_4\' in table \'stp_prt_CartellinoFinitiOdette\' is DBN" +
|
|
"ull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo14_4Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo14_5 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo14_5Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo14_5\' in table \'stp_prt_CartellinoFinitiOdette\' is DBN" +
|
|
"ull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo14_5Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo15_1 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo15_1Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo15_1\' in table \'stp_prt_CartellinoFinitiOdette\' is DBN" +
|
|
"ull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo15_1Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo15_2 {
|
|
get {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo15_2Column]));
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo15_2Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo15_3 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo15_3Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo15_3\' in table \'stp_prt_CartellinoFinitiOdette\' is DBN" +
|
|
"ull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo15_3Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo15_4 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo15_4Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo15_4\' in table \'stp_prt_CartellinoFinitiOdette\' is DBN" +
|
|
"ull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo15_4Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo15_5 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo15_5Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo15_5\' in table \'stp_prt_CartellinoFinitiOdette\' is DBN" +
|
|
"ull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo15_5Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo16_1 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo16_1Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo16_1\' in table \'stp_prt_CartellinoFinitiOdette\' is DBN" +
|
|
"ull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo16_1Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo16_2 {
|
|
get {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo16_2Column]));
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo16_2Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo16_3 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo16_3Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo16_3\' in table \'stp_prt_CartellinoFinitiOdette\' is DBN" +
|
|
"ull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo16_3Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo16_4 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo16_4Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo16_4\' in table \'stp_prt_CartellinoFinitiOdette\' is DBN" +
|
|
"ull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo16_4Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Campo16_5 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.Campo16_5Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Campo16_5\' in table \'stp_prt_CartellinoFinitiOdette\' is DBN" +
|
|
"ull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo16_5Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string BarcodeBaseUrl {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoFinitiOdette.BarcodeBaseUrlColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'BarcodeBaseUrl\' in table \'stp_prt_CartellinoFinitiOdette\' i" +
|
|
"s DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.BarcodeBaseUrlColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo1_1Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo1_1Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo1_1Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo1_1Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo1_4Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo1_4Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo1_4Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo1_4Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo1_5Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo1_5Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo1_5Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo1_5Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo2_1Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo2_1Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo2_1Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo2_1Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo2_2Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo2_2Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo2_2Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo2_2Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo2_3Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo2_3Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo2_3Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo2_3Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo2_4Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo2_4Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo2_4Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo2_4Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo2_5Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo2_5Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo2_5Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo2_5Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo3_1Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo3_1Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo3_1Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo3_1Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo3_2Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo3_2Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo3_2Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo3_2Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo3_3Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo3_3Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo3_3Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo3_3Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo3_4Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo3_4Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo3_4Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo3_4Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo3_5Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo3_5Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo3_5Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo3_5Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo4_1Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo4_1Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo4_1Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo4_1Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo4_2Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo4_2Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo4_2Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo4_2Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo4_3Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo4_3Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo4_3Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo4_3Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo4_4Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo4_4Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo4_4Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo4_4Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo4_5Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo4_5Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo4_5Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo4_5Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo5_1Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo5_1Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo5_1Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo5_1Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo5_2Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo5_2Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo5_2Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo5_2Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo5_3Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo5_3Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo5_3Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo5_3Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo5_4Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo5_4Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo5_4Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo5_4Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo5_5Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo5_5Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo5_5Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo5_5Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo6_1Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo6_1Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo6_1Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo6_1Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo6_2Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo6_2Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo6_2Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo6_2Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo6_3Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo6_3Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo6_3Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo6_3Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo6_4Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo6_4Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo6_4Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo6_4Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo6_5Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo6_5Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo6_5Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo6_5Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo7_1Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo7_1Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo7_1Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo7_1Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo7_2Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo7_2Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo7_2Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo7_2Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo7_3Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo7_3Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo7_3Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo7_3Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo7_4Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo7_4Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo7_4Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo7_4Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo7_5Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo7_5Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo7_5Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo7_5Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo8_1Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo8_1Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo8_1Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo8_1Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo8_3Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo8_3Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo8_3Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo8_3Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo8_4Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo8_4Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo8_4Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo8_4Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo8_5Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo8_5Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo8_5Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo8_5Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo9_1Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo9_1Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo9_1Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo9_1Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo9_2Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo9_2Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo9_2Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo9_2Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo9_3Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo9_3Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo9_3Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo9_3Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo9_4Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo9_4Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo9_4Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo9_4Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo9_5Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo9_5Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo9_5Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo9_5Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo10_1Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo10_1Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo10_1Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo10_1Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo10_3Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo10_3Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo10_3Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo10_3Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo10_4Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo10_4Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo10_4Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo10_4Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo10_5Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo10_5Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo10_5Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo10_5Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo11_1_1Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo11_1_1Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo11_1_1Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo11_1_1Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo11_1_2Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo11_1_2Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo11_1_2Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo11_1_2Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo11_1_3Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo11_1_3Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo11_1_3Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo11_1_3Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo11_1_4Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo11_1_4Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo11_1_4Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo11_1_4Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo11_1_5Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo11_1_5Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo11_1_5Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo11_1_5Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo11_2_1Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo11_2_1Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo11_2_1Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo11_2_1Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo11_2_4Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo11_2_4Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo11_2_4Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo11_2_4Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo11_2_5Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo11_2_5Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo11_2_5Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo11_2_5Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo12_1Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo12_1Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo12_1Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo12_1Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo12_2Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo12_2Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo12_2Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo12_2Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo12_3Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo12_3Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo12_3Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo12_3Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo12_4Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo12_4Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo12_4Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo12_4Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo12_5Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo12_5Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo12_5Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo12_5Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo13_1Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo13_1Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo13_1Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo13_1Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo13_2Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo13_2Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo13_2Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo13_2Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo13_3Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo13_3Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo13_3Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo13_3Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo13_4Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo13_4Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo13_4Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo13_4Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo13_5Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo13_5Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo13_5Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo13_5Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo14_1Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo14_1Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo14_1Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo14_1Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo14_2Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo14_2Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo14_2Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo14_2Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo14_3Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo14_3Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo14_3Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo14_3Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo14_4Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo14_4Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo14_4Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo14_4Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo14_5Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo14_5Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo14_5Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo14_5Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo15_1Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo15_1Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo15_1Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo15_1Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo15_3Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo15_3Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo15_3Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo15_3Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo15_4Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo15_4Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo15_4Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo15_4Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo15_5Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo15_5Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo15_5Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo15_5Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo16_1Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo16_1Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo16_1Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo16_1Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo16_3Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo16_3Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo16_3Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo16_3Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo16_4Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo16_4Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo16_4Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo16_4Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCampo16_5Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.Campo16_5Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCampo16_5Null() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.Campo16_5Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsBarcodeBaseUrlNull() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoFinitiOdette.BarcodeBaseUrlColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetBarcodeBaseUrlNull() {
|
|
this[this.tablestp_prt_CartellinoFinitiOdette.BarcodeBaseUrlColumn] = global::System.Convert.DBNull;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Represents strongly named DataRow class.
|
|
///</summary>
|
|
public partial class stp_prt_CartellinoPedaneRow : global::System.Data.DataRow {
|
|
|
|
private stp_prt_CartellinoPedaneDataTable tablestp_prt_CartellinoPedane;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
internal stp_prt_CartellinoPedaneRow(global::System.Data.DataRowBuilder rb) :
|
|
base(rb) {
|
|
this.tablestp_prt_CartellinoPedane = ((stp_prt_CartellinoPedaneDataTable)(this.Table));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string CodPedana {
|
|
get {
|
|
return ((string)(this[this.tablestp_prt_CartellinoPedane.CodPedanaColumn]));
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoPedane.CodPedanaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string NumPedana {
|
|
get {
|
|
return ((string)(this[this.tablestp_prt_CartellinoPedane.NumPedanaColumn]));
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoPedane.NumPedanaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public decimal PesoPedana {
|
|
get {
|
|
return ((decimal)(this[this.tablestp_prt_CartellinoPedane.PesoPedanaColumn]));
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoPedane.PesoPedanaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string DescDest_1 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoPedane.DescDest_1Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'DescDest_1\' in table \'stp_prt_CartellinoPedane\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoPedane.DescDest_1Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string DescDest_2 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoPedane.DescDest_2Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'DescDest_2\' in table \'stp_prt_CartellinoPedane\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoPedane.DescDest_2Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string DescDest_3 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoPedane.DescDest_3Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'DescDest_3\' in table \'stp_prt_CartellinoPedane\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoPedane.DescDest_3Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public int NumColli {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_prt_CartellinoPedane.NumColliColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'NumColli\' in table \'stp_prt_CartellinoPedane\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoPedane.NumColliColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public System.DateTime DataPedana {
|
|
get {
|
|
return ((global::System.DateTime)(this[this.tablestp_prt_CartellinoPedane.DataPedanaColumn]));
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoPedane.DataPedanaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string BarcodeBaseUrl {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoPedane.BarcodeBaseUrlColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'BarcodeBaseUrl\' in table \'stp_prt_CartellinoPedane\' is DBNu" +
|
|
"ll.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoPedane.BarcodeBaseUrlColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string DescPack {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoPedane.DescPackColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'DescPack\' in table \'stp_prt_CartellinoPedane\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoPedane.DescPackColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsDescDest_1Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoPedane.DescDest_1Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetDescDest_1Null() {
|
|
this[this.tablestp_prt_CartellinoPedane.DescDest_1Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsDescDest_2Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoPedane.DescDest_2Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetDescDest_2Null() {
|
|
this[this.tablestp_prt_CartellinoPedane.DescDest_2Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsDescDest_3Null() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoPedane.DescDest_3Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetDescDest_3Null() {
|
|
this[this.tablestp_prt_CartellinoPedane.DescDest_3Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsNumColliNull() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoPedane.NumColliColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetNumColliNull() {
|
|
this[this.tablestp_prt_CartellinoPedane.NumColliColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsBarcodeBaseUrlNull() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoPedane.BarcodeBaseUrlColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetBarcodeBaseUrlNull() {
|
|
this[this.tablestp_prt_CartellinoPedane.BarcodeBaseUrlColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsDescPackNull() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoPedane.DescPackColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetDescPackNull() {
|
|
this[this.tablestp_prt_CartellinoPedane.DescPackColumn] = global::System.Convert.DBNull;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Represents strongly named DataRow class.
|
|
///</summary>
|
|
public partial class stp_prt_CartellinoSemilavoratiRow : global::System.Data.DataRow {
|
|
|
|
private stp_prt_CartellinoSemilavoratiDataTable tablestp_prt_CartellinoSemilavorati;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
internal stp_prt_CartellinoSemilavoratiRow(global::System.Data.DataRowBuilder rb) :
|
|
base(rb) {
|
|
this.tablestp_prt_CartellinoSemilavorati = ((stp_prt_CartellinoSemilavoratiDataTable)(this.Table));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public System.DateTime DataDDT {
|
|
get {
|
|
try {
|
|
return ((global::System.DateTime)(this[this.tablestp_prt_CartellinoSemilavorati.DataDDTColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'DataDDT\' in table \'stp_prt_CartellinoSemilavorati\' is DBNul" +
|
|
"l.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoSemilavorati.DataDDTColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string NumDDT {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoSemilavorati.NumDDTColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'NumDDT\' in table \'stp_prt_CartellinoSemilavorati\' is DBNull" +
|
|
".", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoSemilavorati.NumDDTColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string DescFornit {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoSemilavorati.DescFornitColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'DescFornit\' in table \'stp_prt_CartellinoSemilavorati\' is DB" +
|
|
"Null.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoSemilavorati.DescFornitColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string DescArticolo {
|
|
get {
|
|
return ((string)(this[this.tablestp_prt_CartellinoSemilavorati.DescArticoloColumn]));
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoSemilavorati.DescArticoloColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string CodInterno {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoSemilavorati.CodInternoColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'CodInterno\' in table \'stp_prt_CartellinoSemilavorati\' is DB" +
|
|
"Null.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoSemilavorati.CodInternoColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Lotto {
|
|
get {
|
|
return ((string)(this[this.tablestp_prt_CartellinoSemilavorati.LottoColumn]));
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoSemilavorati.LottoColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public System.DateTime DataLotto {
|
|
get {
|
|
try {
|
|
return ((global::System.DateTime)(this[this.tablestp_prt_CartellinoSemilavorati.DataLottoColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'DataLotto\' in table \'stp_prt_CartellinoSemilavorati\' is DBN" +
|
|
"ull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoSemilavorati.DataLottoColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string NoteLotto {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoSemilavorati.NoteLottoColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'NoteLotto\' in table \'stp_prt_CartellinoSemilavorati\' is DBN" +
|
|
"ull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoSemilavorati.NoteLottoColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string BarcodeBaseUrl {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_CartellinoSemilavorati.BarcodeBaseUrlColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'BarcodeBaseUrl\' in table \'stp_prt_CartellinoSemilavorati\' i" +
|
|
"s DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_CartellinoSemilavorati.BarcodeBaseUrlColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsDataDDTNull() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoSemilavorati.DataDDTColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetDataDDTNull() {
|
|
this[this.tablestp_prt_CartellinoSemilavorati.DataDDTColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsNumDDTNull() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoSemilavorati.NumDDTColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetNumDDTNull() {
|
|
this[this.tablestp_prt_CartellinoSemilavorati.NumDDTColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsDescFornitNull() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoSemilavorati.DescFornitColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetDescFornitNull() {
|
|
this[this.tablestp_prt_CartellinoSemilavorati.DescFornitColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCodInternoNull() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoSemilavorati.CodInternoColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCodInternoNull() {
|
|
this[this.tablestp_prt_CartellinoSemilavorati.CodInternoColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsDataLottoNull() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoSemilavorati.DataLottoColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetDataLottoNull() {
|
|
this[this.tablestp_prt_CartellinoSemilavorati.DataLottoColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsNoteLottoNull() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoSemilavorati.NoteLottoColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetNoteLottoNull() {
|
|
this[this.tablestp_prt_CartellinoSemilavorati.NoteLottoColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsBarcodeBaseUrlNull() {
|
|
return this.IsNull(this.tablestp_prt_CartellinoSemilavorati.BarcodeBaseUrlColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetBarcodeBaseUrlNull() {
|
|
this[this.tablestp_prt_CartellinoSemilavorati.BarcodeBaseUrlColumn] = global::System.Convert.DBNull;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Represents strongly named DataRow class.
|
|
///</summary>
|
|
public partial class stp_prt_ReportPackListRow : global::System.Data.DataRow {
|
|
|
|
private stp_prt_ReportPackListDataTable tablestp_prt_ReportPackList;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
internal stp_prt_ReportPackListRow(global::System.Data.DataRowBuilder rb) :
|
|
base(rb) {
|
|
this.tablestp_prt_ReportPackList = ((stp_prt_ReportPackListDataTable)(this.Table));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public int PackListID {
|
|
get {
|
|
return ((int)(this[this.tablestp_prt_ReportPackList.PackListIDColumn]));
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackList.PackListIDColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string PackDescr {
|
|
get {
|
|
return ((string)(this[this.tablestp_prt_ReportPackList.PackDescrColumn]));
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackList.PackDescrColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string CodCliente {
|
|
get {
|
|
return ((string)(this[this.tablestp_prt_ReportPackList.CodClienteColumn]));
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackList.CodClienteColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string RagSociale {
|
|
get {
|
|
return ((string)(this[this.tablestp_prt_ReportPackList.RagSocialeColumn]));
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackList.RagSocialeColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string AL {
|
|
get {
|
|
return ((string)(this[this.tablestp_prt_ReportPackList.ALColumn]));
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackList.ALColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public decimal Peso {
|
|
get {
|
|
return ((decimal)(this[this.tablestp_prt_ReportPackList.PesoColumn]));
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackList.PesoColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public decimal Tara {
|
|
get {
|
|
return ((decimal)(this[this.tablestp_prt_ReportPackList.TaraColumn]));
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackList.TaraColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string DescAL {
|
|
get {
|
|
return ((string)(this[this.tablestp_prt_ReportPackList.DescALColumn]));
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackList.DescALColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Lotto {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_ReportPackList.LottoColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Lotto\' in table \'stp_prt_ReportPackList\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackList.LottoColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string CodArt {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_ReportPackList.CodArtColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'CodArt\' in table \'stp_prt_ReportPackList\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackList.CodArtColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string UDC {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_ReportPackList.UDCColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'UDC\' in table \'stp_prt_ReportPackList\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackList.UDCColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public decimal Qta {
|
|
get {
|
|
try {
|
|
return ((decimal)(this[this.tablestp_prt_ReportPackList.QtaColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Qta\' in table \'stp_prt_ReportPackList\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackList.QtaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string CodArtCliente {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_ReportPackList.CodArtClienteColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'CodArtCliente\' in table \'stp_prt_ReportPackList\' is DBNull." +
|
|
"", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackList.CodArtClienteColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string DescDest_1 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_ReportPackList.DescDest_1Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'DescDest_1\' in table \'stp_prt_ReportPackList\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackList.DescDest_1Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string DescDest_2 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_ReportPackList.DescDest_2Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'DescDest_2\' in table \'stp_prt_ReportPackList\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackList.DescDest_2Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string DescDest_3 {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_ReportPackList.DescDest_3Column]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'DescDest_3\' in table \'stp_prt_ReportPackList\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackList.DescDest_3Column] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsLottoNull() {
|
|
return this.IsNull(this.tablestp_prt_ReportPackList.LottoColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetLottoNull() {
|
|
this[this.tablestp_prt_ReportPackList.LottoColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCodArtNull() {
|
|
return this.IsNull(this.tablestp_prt_ReportPackList.CodArtColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCodArtNull() {
|
|
this[this.tablestp_prt_ReportPackList.CodArtColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsUDCNull() {
|
|
return this.IsNull(this.tablestp_prt_ReportPackList.UDCColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetUDCNull() {
|
|
this[this.tablestp_prt_ReportPackList.UDCColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsQtaNull() {
|
|
return this.IsNull(this.tablestp_prt_ReportPackList.QtaColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetQtaNull() {
|
|
this[this.tablestp_prt_ReportPackList.QtaColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsCodArtClienteNull() {
|
|
return this.IsNull(this.tablestp_prt_ReportPackList.CodArtClienteColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetCodArtClienteNull() {
|
|
this[this.tablestp_prt_ReportPackList.CodArtClienteColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsDescDest_1Null() {
|
|
return this.IsNull(this.tablestp_prt_ReportPackList.DescDest_1Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetDescDest_1Null() {
|
|
this[this.tablestp_prt_ReportPackList.DescDest_1Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsDescDest_2Null() {
|
|
return this.IsNull(this.tablestp_prt_ReportPackList.DescDest_2Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetDescDest_2Null() {
|
|
this[this.tablestp_prt_ReportPackList.DescDest_2Column] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsDescDest_3Null() {
|
|
return this.IsNull(this.tablestp_prt_ReportPackList.DescDest_3Column);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetDescDest_3Null() {
|
|
this[this.tablestp_prt_ReportPackList.DescDest_3Column] = global::System.Convert.DBNull;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Represents strongly named DataRow class.
|
|
///</summary>
|
|
public partial class stp_prt_ReportPackListFullRow : global::System.Data.DataRow {
|
|
|
|
private stp_prt_ReportPackListFullDataTable tablestp_prt_ReportPackListFull;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
internal stp_prt_ReportPackListFullRow(global::System.Data.DataRowBuilder rb) :
|
|
base(rb) {
|
|
this.tablestp_prt_ReportPackListFull = ((stp_prt_ReportPackListFullDataTable)(this.Table));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public int PackListID {
|
|
get {
|
|
return ((int)(this[this.tablestp_prt_ReportPackListFull.PackListIDColumn]));
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackListFull.PackListIDColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string PackDescr {
|
|
get {
|
|
return ((string)(this[this.tablestp_prt_ReportPackListFull.PackDescrColumn]));
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackListFull.PackDescrColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public System.DateTime ModDate {
|
|
get {
|
|
return ((global::System.DateTime)(this[this.tablestp_prt_ReportPackListFull.ModDateColumn]));
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackListFull.ModDateColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string CodCliente {
|
|
get {
|
|
return ((string)(this[this.tablestp_prt_ReportPackListFull.CodClienteColumn]));
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackListFull.CodClienteColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public int StatusPack {
|
|
get {
|
|
return ((int)(this[this.tablestp_prt_ReportPackListFull.StatusPackColumn]));
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackListFull.StatusPackColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string DescStatusPack {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_ReportPackListFull.DescStatusPackColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'DescStatusPack\' in table \'stp_prt_ReportPackListFull\' is DB" +
|
|
"Null.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackListFull.DescStatusPackColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public int OrderListID {
|
|
get {
|
|
return ((int)(this[this.tablestp_prt_ReportPackListFull.OrderListIDColumn]));
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackListFull.OrderListIDColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string ExtOrdCod {
|
|
get {
|
|
return ((string)(this[this.tablestp_prt_ReportPackListFull.ExtOrdCodColumn]));
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackListFull.ExtOrdCodColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public System.DateTime DueDate {
|
|
get {
|
|
return ((global::System.DateTime)(this[this.tablestp_prt_ReportPackListFull.DueDateColumn]));
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackListFull.DueDateColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string CodArt {
|
|
get {
|
|
return ((string)(this[this.tablestp_prt_ReportPackListFull.CodArtColumn]));
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackListFull.CodArtColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public int QtyOrd {
|
|
get {
|
|
return ((int)(this[this.tablestp_prt_ReportPackListFull.QtyOrdColumn]));
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackListFull.QtyOrdColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string OrdDescr {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_ReportPackListFull.OrdDescrColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'OrdDescr\' in table \'stp_prt_ReportPackListFull\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackListFull.OrdDescrColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string CodCliOrd {
|
|
get {
|
|
return ((string)(this[this.tablestp_prt_ReportPackListFull.CodCliOrdColumn]));
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackListFull.CodCliOrdColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string CodDestinazione {
|
|
get {
|
|
return ((string)(this[this.tablestp_prt_ReportPackListFull.CodDestinazioneColumn]));
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackListFull.CodDestinazioneColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string DescrArt {
|
|
get {
|
|
return ((string)(this[this.tablestp_prt_ReportPackListFull.DescrArtColumn]));
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackListFull.DescrArtColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string RagSociale {
|
|
get {
|
|
return ((string)(this[this.tablestp_prt_ReportPackListFull.RagSocialeColumn]));
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackListFull.RagSocialeColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Indirizzo {
|
|
get {
|
|
return ((string)(this[this.tablestp_prt_ReportPackListFull.IndirizzoColumn]));
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackListFull.IndirizzoColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Localita {
|
|
get {
|
|
return ((string)(this[this.tablestp_prt_ReportPackListFull.LocalitaColumn]));
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackListFull.LocalitaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Cap {
|
|
get {
|
|
return ((string)(this[this.tablestp_prt_ReportPackListFull.CapColumn]));
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackListFull.CapColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Provincia {
|
|
get {
|
|
return ((string)(this[this.tablestp_prt_ReportPackListFull.ProvinciaColumn]));
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackListFull.ProvinciaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Nazione {
|
|
get {
|
|
return ((string)(this[this.tablestp_prt_ReportPackListFull.NazioneColumn]));
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackListFull.NazioneColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string DescDestinazione {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_ReportPackListFull.DescDestinazioneColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'DescDestinazione\' in table \'stp_prt_ReportPackListFull\' is " +
|
|
"DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackListFull.DescDestinazioneColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string DestIndirizzo {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_ReportPackListFull.DestIndirizzoColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'DestIndirizzo\' in table \'stp_prt_ReportPackListFull\' is DBN" +
|
|
"ull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackListFull.DestIndirizzoColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string DestCap {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_ReportPackListFull.DestCapColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'DestCap\' in table \'stp_prt_ReportPackListFull\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackListFull.DestCapColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string DestLocalita {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_ReportPackListFull.DestLocalitaColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'DestLocalita\' in table \'stp_prt_ReportPackListFull\' is DBNu" +
|
|
"ll.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackListFull.DestLocalitaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string DestProvincia {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_ReportPackListFull.DestProvinciaColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'DestProvincia\' in table \'stp_prt_ReportPackListFull\' is DBN" +
|
|
"ull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackListFull.DestProvinciaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string DestNazione {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_ReportPackListFull.DestNazioneColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'DestNazione\' in table \'stp_prt_ReportPackListFull\' is DBNul" +
|
|
"l.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackListFull.DestNazioneColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string AL {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_ReportPackListFull.ALColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'AL\' in table \'stp_prt_ReportPackListFull\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackListFull.ALColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public int StatusAL {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_prt_ReportPackListFull.StatusALColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'StatusAL\' in table \'stp_prt_ReportPackListFull\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackListFull.StatusALColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string DescAL {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_ReportPackListFull.DescALColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'DescAL\' in table \'stp_prt_ReportPackListFull\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackListFull.DescALColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public decimal Peso {
|
|
get {
|
|
try {
|
|
return ((decimal)(this[this.tablestp_prt_ReportPackListFull.PesoColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Peso\' in table \'stp_prt_ReportPackListFull\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackListFull.PesoColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public decimal Tara {
|
|
get {
|
|
try {
|
|
return ((decimal)(this[this.tablestp_prt_ReportPackListFull.TaraColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Tara\' in table \'stp_prt_ReportPackListFull\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackListFull.TaraColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string UDC {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_ReportPackListFull.UDCColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'UDC\' in table \'stp_prt_ReportPackListFull\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackListFull.UDCColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public int ALOrder {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_prt_ReportPackListFull.ALOrderColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'ALOrder\' in table \'stp_prt_ReportPackListFull\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackListFull.ALOrderColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string Lotto {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_ReportPackListFull.LottoColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Lotto\' in table \'stp_prt_ReportPackListFull\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackListFull.LottoColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public decimal Qta {
|
|
get {
|
|
try {
|
|
return ((decimal)(this[this.tablestp_prt_ReportPackListFull.QtaColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Qta\' in table \'stp_prt_ReportPackListFull\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackListFull.QtaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public int IdxODL {
|
|
get {
|
|
try {
|
|
return ((int)(this[this.tablestp_prt_ReportPackListFull.IdxODLColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'IdxODL\' in table \'stp_prt_ReportPackListFull\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackListFull.IdxODLColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public string RifExt {
|
|
get {
|
|
try {
|
|
return ((string)(this[this.tablestp_prt_ReportPackListFull.RifExtColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'RifExt\' in table \'stp_prt_ReportPackListFull\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackListFull.RifExtColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public System.DateTime DtCrea {
|
|
get {
|
|
try {
|
|
return ((global::System.DateTime)(this[this.tablestp_prt_ReportPackListFull.DtCreaColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'DtCrea\' in table \'stp_prt_ReportPackListFull\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackListFull.DtCreaColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool Attivo {
|
|
get {
|
|
try {
|
|
return ((bool)(this[this.tablestp_prt_ReportPackListFull.AttivoColumn]));
|
|
}
|
|
catch (global::System.InvalidCastException e) {
|
|
throw new global::System.Data.StrongTypingException("The value for column \'Attivo\' in table \'stp_prt_ReportPackListFull\' is DBNull.", e);
|
|
}
|
|
}
|
|
set {
|
|
this[this.tablestp_prt_ReportPackListFull.AttivoColumn] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsDescStatusPackNull() {
|
|
return this.IsNull(this.tablestp_prt_ReportPackListFull.DescStatusPackColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetDescStatusPackNull() {
|
|
this[this.tablestp_prt_ReportPackListFull.DescStatusPackColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsOrdDescrNull() {
|
|
return this.IsNull(this.tablestp_prt_ReportPackListFull.OrdDescrColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetOrdDescrNull() {
|
|
this[this.tablestp_prt_ReportPackListFull.OrdDescrColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsDescDestinazioneNull() {
|
|
return this.IsNull(this.tablestp_prt_ReportPackListFull.DescDestinazioneColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetDescDestinazioneNull() {
|
|
this[this.tablestp_prt_ReportPackListFull.DescDestinazioneColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsDestIndirizzoNull() {
|
|
return this.IsNull(this.tablestp_prt_ReportPackListFull.DestIndirizzoColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetDestIndirizzoNull() {
|
|
this[this.tablestp_prt_ReportPackListFull.DestIndirizzoColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsDestCapNull() {
|
|
return this.IsNull(this.tablestp_prt_ReportPackListFull.DestCapColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetDestCapNull() {
|
|
this[this.tablestp_prt_ReportPackListFull.DestCapColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsDestLocalitaNull() {
|
|
return this.IsNull(this.tablestp_prt_ReportPackListFull.DestLocalitaColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetDestLocalitaNull() {
|
|
this[this.tablestp_prt_ReportPackListFull.DestLocalitaColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsDestProvinciaNull() {
|
|
return this.IsNull(this.tablestp_prt_ReportPackListFull.DestProvinciaColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetDestProvinciaNull() {
|
|
this[this.tablestp_prt_ReportPackListFull.DestProvinciaColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsDestNazioneNull() {
|
|
return this.IsNull(this.tablestp_prt_ReportPackListFull.DestNazioneColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetDestNazioneNull() {
|
|
this[this.tablestp_prt_ReportPackListFull.DestNazioneColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsALNull() {
|
|
return this.IsNull(this.tablestp_prt_ReportPackListFull.ALColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetALNull() {
|
|
this[this.tablestp_prt_ReportPackListFull.ALColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsStatusALNull() {
|
|
return this.IsNull(this.tablestp_prt_ReportPackListFull.StatusALColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetStatusALNull() {
|
|
this[this.tablestp_prt_ReportPackListFull.StatusALColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsDescALNull() {
|
|
return this.IsNull(this.tablestp_prt_ReportPackListFull.DescALColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetDescALNull() {
|
|
this[this.tablestp_prt_ReportPackListFull.DescALColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsPesoNull() {
|
|
return this.IsNull(this.tablestp_prt_ReportPackListFull.PesoColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetPesoNull() {
|
|
this[this.tablestp_prt_ReportPackListFull.PesoColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsTaraNull() {
|
|
return this.IsNull(this.tablestp_prt_ReportPackListFull.TaraColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetTaraNull() {
|
|
this[this.tablestp_prt_ReportPackListFull.TaraColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsUDCNull() {
|
|
return this.IsNull(this.tablestp_prt_ReportPackListFull.UDCColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetUDCNull() {
|
|
this[this.tablestp_prt_ReportPackListFull.UDCColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsALOrderNull() {
|
|
return this.IsNull(this.tablestp_prt_ReportPackListFull.ALOrderColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetALOrderNull() {
|
|
this[this.tablestp_prt_ReportPackListFull.ALOrderColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsLottoNull() {
|
|
return this.IsNull(this.tablestp_prt_ReportPackListFull.LottoColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetLottoNull() {
|
|
this[this.tablestp_prt_ReportPackListFull.LottoColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsQtaNull() {
|
|
return this.IsNull(this.tablestp_prt_ReportPackListFull.QtaColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetQtaNull() {
|
|
this[this.tablestp_prt_ReportPackListFull.QtaColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsIdxODLNull() {
|
|
return this.IsNull(this.tablestp_prt_ReportPackListFull.IdxODLColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetIdxODLNull() {
|
|
this[this.tablestp_prt_ReportPackListFull.IdxODLColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsRifExtNull() {
|
|
return this.IsNull(this.tablestp_prt_ReportPackListFull.RifExtColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetRifExtNull() {
|
|
this[this.tablestp_prt_ReportPackListFull.RifExtColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsDtCreaNull() {
|
|
return this.IsNull(this.tablestp_prt_ReportPackListFull.DtCreaColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetDtCreaNull() {
|
|
this[this.tablestp_prt_ReportPackListFull.DtCreaColumn] = global::System.Convert.DBNull;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool IsAttivoNull() {
|
|
return this.IsNull(this.tablestp_prt_ReportPackListFull.AttivoColumn);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public void SetAttivoNull() {
|
|
this[this.tablestp_prt_ReportPackListFull.AttivoColumn] = global::System.Convert.DBNull;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Row event argument class
|
|
///</summary>
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public class PrintJobQueueRowChangeEvent : global::System.EventArgs {
|
|
|
|
private PrintJobQueueRow eventRow;
|
|
|
|
private global::System.Data.DataRowAction eventAction;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public PrintJobQueueRowChangeEvent(PrintJobQueueRow 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", "17.0.0.0")]
|
|
public PrintJobQueueRow Row {
|
|
get {
|
|
return this.eventRow;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataRowAction Action {
|
|
get {
|
|
return this.eventAction;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Row event argument class
|
|
///</summary>
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public class stp_prt_CartellinoFinitiOdetteRowChangeEvent : global::System.EventArgs {
|
|
|
|
private stp_prt_CartellinoFinitiOdetteRow eventRow;
|
|
|
|
private global::System.Data.DataRowAction eventAction;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public stp_prt_CartellinoFinitiOdetteRowChangeEvent(stp_prt_CartellinoFinitiOdetteRow 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", "17.0.0.0")]
|
|
public stp_prt_CartellinoFinitiOdetteRow Row {
|
|
get {
|
|
return this.eventRow;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataRowAction Action {
|
|
get {
|
|
return this.eventAction;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Row event argument class
|
|
///</summary>
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public class stp_prt_CartellinoPedaneRowChangeEvent : global::System.EventArgs {
|
|
|
|
private stp_prt_CartellinoPedaneRow eventRow;
|
|
|
|
private global::System.Data.DataRowAction eventAction;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public stp_prt_CartellinoPedaneRowChangeEvent(stp_prt_CartellinoPedaneRow 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", "17.0.0.0")]
|
|
public stp_prt_CartellinoPedaneRow Row {
|
|
get {
|
|
return this.eventRow;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataRowAction Action {
|
|
get {
|
|
return this.eventAction;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Row event argument class
|
|
///</summary>
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public class stp_prt_CartellinoSemilavoratiRowChangeEvent : global::System.EventArgs {
|
|
|
|
private stp_prt_CartellinoSemilavoratiRow eventRow;
|
|
|
|
private global::System.Data.DataRowAction eventAction;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public stp_prt_CartellinoSemilavoratiRowChangeEvent(stp_prt_CartellinoSemilavoratiRow 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", "17.0.0.0")]
|
|
public stp_prt_CartellinoSemilavoratiRow Row {
|
|
get {
|
|
return this.eventRow;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataRowAction Action {
|
|
get {
|
|
return this.eventAction;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Row event argument class
|
|
///</summary>
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public class stp_prt_ReportPackListRowChangeEvent : global::System.EventArgs {
|
|
|
|
private stp_prt_ReportPackListRow eventRow;
|
|
|
|
private global::System.Data.DataRowAction eventAction;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public stp_prt_ReportPackListRowChangeEvent(stp_prt_ReportPackListRow 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", "17.0.0.0")]
|
|
public stp_prt_ReportPackListRow Row {
|
|
get {
|
|
return this.eventRow;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataRowAction Action {
|
|
get {
|
|
return this.eventAction;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Row event argument class
|
|
///</summary>
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public class stp_prt_ReportPackListFullRowChangeEvent : global::System.EventArgs {
|
|
|
|
private stp_prt_ReportPackListFullRow eventRow;
|
|
|
|
private global::System.Data.DataRowAction eventAction;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public stp_prt_ReportPackListFullRowChangeEvent(stp_prt_ReportPackListFullRow 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", "17.0.0.0")]
|
|
public stp_prt_ReportPackListFullRow Row {
|
|
get {
|
|
return this.eventRow;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public global::System.Data.DataRowAction Action {
|
|
get {
|
|
return this.eventAction;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
namespace MagData.DS_ReportTableAdapters {
|
|
|
|
|
|
/// <summary>
|
|
///Represents the connection and commands used to retrieve and save data.
|
|
///</summary>
|
|
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[global::System.ComponentModel.ToolboxItem(true)]
|
|
[global::System.ComponentModel.DataObjectAttribute(true)]
|
|
[global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
|
|
", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public partial class PrintJobQueueTableAdapter : global::System.ComponentModel.Component {
|
|
|
|
private global::System.Data.SqlClient.SqlDataAdapter _adapter;
|
|
|
|
private global::System.Data.SqlClient.SqlConnection _connection;
|
|
|
|
private global::System.Data.SqlClient.SqlTransaction _transaction;
|
|
|
|
private global::System.Data.SqlClient.SqlCommand[] _commandCollection;
|
|
|
|
private bool _clearBeforeFill;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public PrintJobQueueTableAdapter() {
|
|
this.ClearBeforeFill = true;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected internal global::System.Data.SqlClient.SqlDataAdapter Adapter {
|
|
get {
|
|
if ((this._adapter == null)) {
|
|
this.InitAdapter();
|
|
}
|
|
return this._adapter;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
internal global::System.Data.SqlClient.SqlConnection Connection {
|
|
get {
|
|
if ((this._connection == null)) {
|
|
this.InitConnection();
|
|
}
|
|
return this._connection;
|
|
}
|
|
set {
|
|
this._connection = value;
|
|
if ((this.Adapter.InsertCommand != null)) {
|
|
this.Adapter.InsertCommand.Connection = value;
|
|
}
|
|
if ((this.Adapter.DeleteCommand != null)) {
|
|
this.Adapter.DeleteCommand.Connection = value;
|
|
}
|
|
if ((this.Adapter.UpdateCommand != null)) {
|
|
this.Adapter.UpdateCommand.Connection = value;
|
|
}
|
|
for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
if ((this.CommandCollection[i] != null)) {
|
|
((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
internal global::System.Data.SqlClient.SqlTransaction Transaction {
|
|
get {
|
|
return this._transaction;
|
|
}
|
|
set {
|
|
this._transaction = value;
|
|
for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
this.CommandCollection[i].Transaction = this._transaction;
|
|
}
|
|
if (((this.Adapter != null)
|
|
&& (this.Adapter.DeleteCommand != null))) {
|
|
this.Adapter.DeleteCommand.Transaction = this._transaction;
|
|
}
|
|
if (((this.Adapter != null)
|
|
&& (this.Adapter.InsertCommand != null))) {
|
|
this.Adapter.InsertCommand.Transaction = this._transaction;
|
|
}
|
|
if (((this.Adapter != null)
|
|
&& (this.Adapter.UpdateCommand != null))) {
|
|
this.Adapter.UpdateCommand.Transaction = this._transaction;
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected global::System.Data.SqlClient.SqlCommand[] CommandCollection {
|
|
get {
|
|
if ((this._commandCollection == null)) {
|
|
this.InitCommandCollection();
|
|
}
|
|
return this._commandCollection;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool ClearBeforeFill {
|
|
get {
|
|
return this._clearBeforeFill;
|
|
}
|
|
set {
|
|
this._clearBeforeFill = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
private void InitAdapter() {
|
|
this._adapter = new global::System.Data.SqlClient.SqlDataAdapter();
|
|
global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
|
|
tableMapping.SourceTable = "Table";
|
|
tableMapping.DataSetTable = "PrintJobQueue";
|
|
tableMapping.ColumnMappings.Add("IdxPrintJob", "IdxPrintJob");
|
|
tableMapping.ColumnMappings.Add("TipoReport", "TipoReport");
|
|
tableMapping.ColumnMappings.Add("KeyParam", "KeyParam");
|
|
tableMapping.ColumnMappings.Add("prtName", "prtName");
|
|
tableMapping.ColumnMappings.Add("dtStart", "dtStart");
|
|
tableMapping.ColumnMappings.Add("dtEnd", "dtEnd");
|
|
tableMapping.ColumnMappings.Add("stato", "stato");
|
|
tableMapping.ColumnMappings.Add("dtLastTry", "dtLastTry");
|
|
this._adapter.TableMappings.Add(tableMapping);
|
|
this._adapter.DeleteCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
this._adapter.DeleteCommand.Connection = this.Connection;
|
|
this._adapter.DeleteCommand.CommandText = @"DELETE FROM [PrintJobQueue] WHERE (([IdxPrintJob] = @Original_IdxPrintJob) AND ([TipoReport] = @Original_TipoReport) AND ([KeyParam] = @Original_KeyParam) AND ([prtName] = @Original_prtName) AND ([dtStart] = @Original_dtStart) AND ((@IsNull_dtEnd = 1 AND [dtEnd] IS NULL) OR ([dtEnd] = @Original_dtEnd)) AND ([stato] = @Original_stato) AND ((@IsNull_dtLastTry = 1 AND [dtLastTry] IS NULL) OR ([dtLastTry] = @Original_dtLastTry)))";
|
|
this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IdxPrintJob", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IdxPrintJob", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_TipoReport", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "TipoReport", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_KeyParam", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "KeyParam", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_prtName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "prtName", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_dtStart", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "dtStart", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_dtEnd", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "dtEnd", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_dtEnd", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "dtEnd", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_stato", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "stato", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_dtLastTry", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "dtLastTry", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
|
|
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_dtLastTry", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "dtLastTry", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.InsertCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
this._adapter.InsertCommand.Connection = this.Connection;
|
|
this._adapter.InsertCommand.CommandText = @"INSERT INTO [PrintJobQueue] ([printerQueue], [keyParam], [dtStart], [dtEnd], [stato], [dtLastTry]) VALUES (@printerQueue, @keyParam, @dtStart, @dtEnd, @stato, @dtLastTry);
|
|
SELECT IdxPrintJob, printerQueue, keyParam, dtStart, dtEnd, stato, dtLastTry FROM PrintJobQueue WHERE (IdxPrintJob = SCOPE_IDENTITY())";
|
|
this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@printerQueue", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "printerQueue", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@keyParam", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "keyParam", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@dtStart", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "dtStart", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@dtEnd", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "dtEnd", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@stato", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "stato", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@dtLastTry", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "dtLastTry", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand = new global::System.Data.SqlClient.SqlCommand();
|
|
this._adapter.UpdateCommand.Connection = this.Connection;
|
|
this._adapter.UpdateCommand.CommandText = @"UPDATE [PrintJobQueue] SET [TipoReport] = @TipoReport, [KeyParam] = @KeyParam, [prtName] = @prtName, [dtStart] = @dtStart, [dtEnd] = @dtEnd, [stato] = @stato, [dtLastTry] = @dtLastTry WHERE (([IdxPrintJob] = @Original_IdxPrintJob) AND ([TipoReport] = @Original_TipoReport) AND ([KeyParam] = @Original_KeyParam) AND ([prtName] = @Original_prtName) AND ([dtStart] = @Original_dtStart) AND ((@IsNull_dtEnd = 1 AND [dtEnd] IS NULL) OR ([dtEnd] = @Original_dtEnd)) AND ([stato] = @Original_stato) AND ((@IsNull_dtLastTry = 1 AND [dtLastTry] IS NULL) OR ([dtLastTry] = @Original_dtLastTry)));
|
|
SELECT IdxPrintJob, TipoReport, KeyParam, prtName, dtStart, dtEnd, stato, dtLastTry FROM PrintJobQueue WHERE (IdxPrintJob = @IdxPrintJob)";
|
|
this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@TipoReport", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "TipoReport", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@KeyParam", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "KeyParam", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@prtName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "prtName", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@dtStart", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "dtStart", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@dtEnd", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "dtEnd", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@stato", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "stato", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@dtLastTry", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "dtLastTry", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_IdxPrintJob", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "IdxPrintJob", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_TipoReport", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "TipoReport", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_KeyParam", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "KeyParam", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_prtName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "prtName", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_dtStart", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "dtStart", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_dtEnd", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "dtEnd", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_dtEnd", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "dtEnd", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_stato", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "stato", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_dtLastTry", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "dtLastTry", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_dtLastTry", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "dtLastTry", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxPrintJob", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "IdxPrintJob", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
private void InitConnection() {
|
|
this._connection = new global::System.Data.SqlClient.SqlConnection();
|
|
this._connection.ConnectionString = global::MagData.Properties.Settings.Default.MoonPro_MAGConnectionString;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
private void InitCommandCollection() {
|
|
this._commandCollection = new global::System.Data.SqlClient.SqlCommand[10];
|
|
this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[0].Connection = this.Connection;
|
|
this._commandCollection[0].CommandText = "SELECT * FROM PrintJobQueue";
|
|
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
|
|
this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[1].Connection = this.Connection;
|
|
this._commandCollection[1].CommandText = "dbo.stp_PJQ_chiudiZoombie";
|
|
this._commandCollection[1].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@dtLastTryMax", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 23, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[2] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[2].Connection = this.Connection;
|
|
this._commandCollection[2].CommandText = "dbo.stp_PJQ_getByQueue";
|
|
this._commandCollection[2].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@queue", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[3].Connection = this.Connection;
|
|
this._commandCollection[3].CommandText = "dbo.stp_PJQ_getByQueueAll";
|
|
this._commandCollection[3].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@queue", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[4].Connection = this.Connection;
|
|
this._commandCollection[4].CommandText = "dbo.stp_PJQ_getFirtsByParam";
|
|
this._commandCollection[4].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@keyParam", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[5] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[5].Connection = this.Connection;
|
|
this._commandCollection[5].CommandText = "dbo.stp_PJQ_getNext";
|
|
this._commandCollection[5].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[6] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[6].Connection = this.Connection;
|
|
this._commandCollection[6].CommandText = "dbo.stp_PJQ_getWaiting";
|
|
this._commandCollection[6].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[6].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[7] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[7].Connection = this.Connection;
|
|
this._commandCollection[7].CommandText = "dbo.stp_PJQ_insert";
|
|
this._commandCollection[7].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[7].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[7].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@TipoReport", global::System.Data.SqlDbType.VarChar, 250, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[7].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@keyParam", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[7].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@prtName", global::System.Data.SqlDbType.VarChar, 500, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[8] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[8].Connection = this.Connection;
|
|
this._commandCollection[8].CommandText = "dbo.stp_PJQ_updateLastTry";
|
|
this._commandCollection[8].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[8].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[8].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@keyParam", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[9] = new global::System.Data.SqlClient.SqlCommand();
|
|
this._commandCollection[9].Connection = this.Connection;
|
|
this._commandCollection[9].CommandText = "dbo.stp_PJQ_updateStato";
|
|
this._commandCollection[9].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[9].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[9].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IdxPrintJob", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[9].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@stato", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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(DS_Report.PrintJobQueueDataTable dataTable) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
if ((this.ClearBeforeFill == true)) {
|
|
dataTable.Clear();
|
|
}
|
|
int returnValue = this.Adapter.Fill(dataTable);
|
|
return returnValue;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
|
|
public virtual DS_Report.PrintJobQueueDataTable GetData() {
|
|
this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
DS_Report.PrintJobQueueDataTable dataTable = new DS_Report.PrintJobQueueDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
|
|
public virtual DS_Report.PrintJobQueueDataTable getByQueue(string queue) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[2];
|
|
if ((queue == null)) {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((string)(queue));
|
|
}
|
|
DS_Report.PrintJobQueueDataTable dataTable = new DS_Report.PrintJobQueueDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
|
|
public virtual DS_Report.PrintJobQueueDataTable getByQueueAll(string queue) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[3];
|
|
if ((queue == null)) {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((string)(queue));
|
|
}
|
|
DS_Report.PrintJobQueueDataTable dataTable = new DS_Report.PrintJobQueueDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
|
|
public virtual DS_Report.PrintJobQueueDataTable getFirtsByParam(string keyParam) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[4];
|
|
if ((keyParam == null)) {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((string)(keyParam));
|
|
}
|
|
DS_Report.PrintJobQueueDataTable dataTable = new DS_Report.PrintJobQueueDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
|
|
public virtual DS_Report.PrintJobQueueDataTable getNext() {
|
|
this.Adapter.SelectCommand = this.CommandCollection[5];
|
|
DS_Report.PrintJobQueueDataTable dataTable = new DS_Report.PrintJobQueueDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
|
|
public virtual DS_Report.PrintJobQueueDataTable getWaiting() {
|
|
this.Adapter.SelectCommand = this.CommandCollection[6];
|
|
DS_Report.PrintJobQueueDataTable dataTable = new DS_Report.PrintJobQueueDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int Update(DS_Report.PrintJobQueueDataTable dataTable) {
|
|
return this.Adapter.Update(dataTable);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int Update(DS_Report dataSet) {
|
|
return this.Adapter.Update(dataSet, "PrintJobQueue");
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int Update(global::System.Data.DataRow dataRow) {
|
|
return this.Adapter.Update(new global::System.Data.DataRow[] {
|
|
dataRow});
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int Update(global::System.Data.DataRow[] dataRows) {
|
|
return this.Adapter.Update(dataRows);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int chiudiZoombie(global::System.Nullable<global::System.DateTime> dtLastTryMax) {
|
|
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[1];
|
|
if ((dtLastTryMax.HasValue == true)) {
|
|
command.Parameters[1].Value = ((System.DateTime)(dtLastTryMax.Value));
|
|
}
|
|
else {
|
|
command.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
|
|
if (((command.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
command.Connection.Open();
|
|
}
|
|
int returnValue;
|
|
try {
|
|
returnValue = command.ExecuteNonQuery();
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
command.Connection.Close();
|
|
}
|
|
}
|
|
return returnValue;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int insertQuery(string TipoReport, string keyParam, string prtName) {
|
|
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[7];
|
|
if ((TipoReport == null)) {
|
|
command.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[1].Value = ((string)(TipoReport));
|
|
}
|
|
if ((keyParam == null)) {
|
|
command.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[2].Value = ((string)(keyParam));
|
|
}
|
|
if ((prtName == null)) {
|
|
command.Parameters[3].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[3].Value = ((string)(prtName));
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
|
|
if (((command.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
command.Connection.Open();
|
|
}
|
|
int returnValue;
|
|
try {
|
|
returnValue = command.ExecuteNonQuery();
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
command.Connection.Close();
|
|
}
|
|
}
|
|
return returnValue;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int updateLastTry(string keyParam) {
|
|
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[8];
|
|
if ((keyParam == null)) {
|
|
command.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
command.Parameters[1].Value = ((string)(keyParam));
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
|
|
if (((command.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
command.Connection.Open();
|
|
}
|
|
int returnValue;
|
|
try {
|
|
returnValue = command.ExecuteNonQuery();
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
command.Connection.Close();
|
|
}
|
|
}
|
|
return returnValue;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public virtual int updateStato(global::System.Nullable<int> IdxPrintJob, global::System.Nullable<int> stato) {
|
|
global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[9];
|
|
if ((IdxPrintJob.HasValue == true)) {
|
|
command.Parameters[1].Value = ((int)(IdxPrintJob.Value));
|
|
}
|
|
else {
|
|
command.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((stato.HasValue == true)) {
|
|
command.Parameters[2].Value = ((int)(stato.Value));
|
|
}
|
|
else {
|
|
command.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
|
|
if (((command.Connection.State & global::System.Data.ConnectionState.Open)
|
|
!= global::System.Data.ConnectionState.Open)) {
|
|
command.Connection.Open();
|
|
}
|
|
int returnValue;
|
|
try {
|
|
returnValue = command.ExecuteNonQuery();
|
|
}
|
|
finally {
|
|
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
|
|
command.Connection.Close();
|
|
}
|
|
}
|
|
return returnValue;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Represents the connection and commands used to retrieve and save data.
|
|
///</summary>
|
|
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[global::System.ComponentModel.ToolboxItem(true)]
|
|
[global::System.ComponentModel.DataObjectAttribute(true)]
|
|
[global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
|
|
", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public partial class stp_prt_CartellinoFinitiOdetteTableAdapter : global::System.ComponentModel.Component {
|
|
|
|
private global::System.Data.SqlClient.SqlDataAdapter _adapter;
|
|
|
|
private global::System.Data.SqlClient.SqlConnection _connection;
|
|
|
|
private global::System.Data.SqlClient.SqlTransaction _transaction;
|
|
|
|
private global::System.Data.SqlClient.SqlCommand[] _commandCollection;
|
|
|
|
private bool _clearBeforeFill;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public stp_prt_CartellinoFinitiOdetteTableAdapter() {
|
|
this.ClearBeforeFill = true;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected internal global::System.Data.SqlClient.SqlDataAdapter Adapter {
|
|
get {
|
|
if ((this._adapter == null)) {
|
|
this.InitAdapter();
|
|
}
|
|
return this._adapter;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
internal global::System.Data.SqlClient.SqlConnection Connection {
|
|
get {
|
|
if ((this._connection == null)) {
|
|
this.InitConnection();
|
|
}
|
|
return this._connection;
|
|
}
|
|
set {
|
|
this._connection = value;
|
|
if ((this.Adapter.InsertCommand != null)) {
|
|
this.Adapter.InsertCommand.Connection = value;
|
|
}
|
|
if ((this.Adapter.DeleteCommand != null)) {
|
|
this.Adapter.DeleteCommand.Connection = value;
|
|
}
|
|
if ((this.Adapter.UpdateCommand != null)) {
|
|
this.Adapter.UpdateCommand.Connection = value;
|
|
}
|
|
for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
if ((this.CommandCollection[i] != null)) {
|
|
((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
internal global::System.Data.SqlClient.SqlTransaction Transaction {
|
|
get {
|
|
return this._transaction;
|
|
}
|
|
set {
|
|
this._transaction = value;
|
|
for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
this.CommandCollection[i].Transaction = this._transaction;
|
|
}
|
|
if (((this.Adapter != null)
|
|
&& (this.Adapter.DeleteCommand != null))) {
|
|
this.Adapter.DeleteCommand.Transaction = this._transaction;
|
|
}
|
|
if (((this.Adapter != null)
|
|
&& (this.Adapter.InsertCommand != null))) {
|
|
this.Adapter.InsertCommand.Transaction = this._transaction;
|
|
}
|
|
if (((this.Adapter != null)
|
|
&& (this.Adapter.UpdateCommand != null))) {
|
|
this.Adapter.UpdateCommand.Transaction = this._transaction;
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected global::System.Data.SqlClient.SqlCommand[] CommandCollection {
|
|
get {
|
|
if ((this._commandCollection == null)) {
|
|
this.InitCommandCollection();
|
|
}
|
|
return this._commandCollection;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool ClearBeforeFill {
|
|
get {
|
|
return this._clearBeforeFill;
|
|
}
|
|
set {
|
|
this._clearBeforeFill = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
private void InitAdapter() {
|
|
this._adapter = new global::System.Data.SqlClient.SqlDataAdapter();
|
|
global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
|
|
tableMapping.SourceTable = "Table";
|
|
tableMapping.DataSetTable = "stp_prt_CartellinoFinitiOdette";
|
|
tableMapping.ColumnMappings.Add("CampoUDC", "CampoUDC");
|
|
tableMapping.ColumnMappings.Add("Campo1_1", "Campo1_1");
|
|
tableMapping.ColumnMappings.Add("Campo1_2", "Campo1_2");
|
|
tableMapping.ColumnMappings.Add("Campo1_3", "Campo1_3");
|
|
tableMapping.ColumnMappings.Add("Campo1_4", "Campo1_4");
|
|
tableMapping.ColumnMappings.Add("Campo1_5", "Campo1_5");
|
|
tableMapping.ColumnMappings.Add("Campo2_1", "Campo2_1");
|
|
tableMapping.ColumnMappings.Add("Campo2_2", "Campo2_2");
|
|
tableMapping.ColumnMappings.Add("Campo2_3", "Campo2_3");
|
|
tableMapping.ColumnMappings.Add("Campo2_4", "Campo2_4");
|
|
tableMapping.ColumnMappings.Add("Campo2_5", "Campo2_5");
|
|
tableMapping.ColumnMappings.Add("Campo3_1", "Campo3_1");
|
|
tableMapping.ColumnMappings.Add("Campo3_2", "Campo3_2");
|
|
tableMapping.ColumnMappings.Add("Campo3_3", "Campo3_3");
|
|
tableMapping.ColumnMappings.Add("Campo3_4", "Campo3_4");
|
|
tableMapping.ColumnMappings.Add("Campo3_5", "Campo3_5");
|
|
tableMapping.ColumnMappings.Add("Campo4_1", "Campo4_1");
|
|
tableMapping.ColumnMappings.Add("Campo4_2", "Campo4_2");
|
|
tableMapping.ColumnMappings.Add("Campo4_3", "Campo4_3");
|
|
tableMapping.ColumnMappings.Add("Campo4_4", "Campo4_4");
|
|
tableMapping.ColumnMappings.Add("Campo4_5", "Campo4_5");
|
|
tableMapping.ColumnMappings.Add("Campo5_1", "Campo5_1");
|
|
tableMapping.ColumnMappings.Add("Campo5_2", "Campo5_2");
|
|
tableMapping.ColumnMappings.Add("Campo5_3", "Campo5_3");
|
|
tableMapping.ColumnMappings.Add("Campo5_4", "Campo5_4");
|
|
tableMapping.ColumnMappings.Add("Campo5_5", "Campo5_5");
|
|
tableMapping.ColumnMappings.Add("Campo6_1", "Campo6_1");
|
|
tableMapping.ColumnMappings.Add("Campo6_2", "Campo6_2");
|
|
tableMapping.ColumnMappings.Add("Campo6_3", "Campo6_3");
|
|
tableMapping.ColumnMappings.Add("Campo6_4", "Campo6_4");
|
|
tableMapping.ColumnMappings.Add("Campo6_5", "Campo6_5");
|
|
tableMapping.ColumnMappings.Add("Campo7_1", "Campo7_1");
|
|
tableMapping.ColumnMappings.Add("Campo7_2", "Campo7_2");
|
|
tableMapping.ColumnMappings.Add("Campo7_3", "Campo7_3");
|
|
tableMapping.ColumnMappings.Add("Campo7_4", "Campo7_4");
|
|
tableMapping.ColumnMappings.Add("Campo7_5", "Campo7_5");
|
|
tableMapping.ColumnMappings.Add("Campo8_1", "Campo8_1");
|
|
tableMapping.ColumnMappings.Add("Campo8_2", "Campo8_2");
|
|
tableMapping.ColumnMappings.Add("Campo8_3", "Campo8_3");
|
|
tableMapping.ColumnMappings.Add("Campo8_4", "Campo8_4");
|
|
tableMapping.ColumnMappings.Add("Campo8_5", "Campo8_5");
|
|
tableMapping.ColumnMappings.Add("Campo9_1", "Campo9_1");
|
|
tableMapping.ColumnMappings.Add("Campo9_2", "Campo9_2");
|
|
tableMapping.ColumnMappings.Add("Campo9_3", "Campo9_3");
|
|
tableMapping.ColumnMappings.Add("Campo9_4", "Campo9_4");
|
|
tableMapping.ColumnMappings.Add("Campo9_5", "Campo9_5");
|
|
tableMapping.ColumnMappings.Add("Campo10_1", "Campo10_1");
|
|
tableMapping.ColumnMappings.Add("Campo10_2", "Campo10_2");
|
|
tableMapping.ColumnMappings.Add("Campo10_3", "Campo10_3");
|
|
tableMapping.ColumnMappings.Add("Campo10_4", "Campo10_4");
|
|
tableMapping.ColumnMappings.Add("Campo10_5", "Campo10_5");
|
|
tableMapping.ColumnMappings.Add("Campo11_1_1", "Campo11_1_1");
|
|
tableMapping.ColumnMappings.Add("Campo11_1_2", "Campo11_1_2");
|
|
tableMapping.ColumnMappings.Add("Campo11_1_3", "Campo11_1_3");
|
|
tableMapping.ColumnMappings.Add("Campo11_1_4", "Campo11_1_4");
|
|
tableMapping.ColumnMappings.Add("Campo11_1_5", "Campo11_1_5");
|
|
tableMapping.ColumnMappings.Add("Campo11_2_1", "Campo11_2_1");
|
|
tableMapping.ColumnMappings.Add("Campo11_2_2", "Campo11_2_2");
|
|
tableMapping.ColumnMappings.Add("Campo11_2_3", "Campo11_2_3");
|
|
tableMapping.ColumnMappings.Add("Campo11_2_4", "Campo11_2_4");
|
|
tableMapping.ColumnMappings.Add("Campo11_2_5", "Campo11_2_5");
|
|
tableMapping.ColumnMappings.Add("Campo12_1", "Campo12_1");
|
|
tableMapping.ColumnMappings.Add("Campo12_2", "Campo12_2");
|
|
tableMapping.ColumnMappings.Add("Campo12_3", "Campo12_3");
|
|
tableMapping.ColumnMappings.Add("Campo12_4", "Campo12_4");
|
|
tableMapping.ColumnMappings.Add("Campo12_5", "Campo12_5");
|
|
tableMapping.ColumnMappings.Add("Campo13_1", "Campo13_1");
|
|
tableMapping.ColumnMappings.Add("Campo13_2", "Campo13_2");
|
|
tableMapping.ColumnMappings.Add("Campo13_3", "Campo13_3");
|
|
tableMapping.ColumnMappings.Add("Campo13_4", "Campo13_4");
|
|
tableMapping.ColumnMappings.Add("Campo13_5", "Campo13_5");
|
|
tableMapping.ColumnMappings.Add("Campo14_1", "Campo14_1");
|
|
tableMapping.ColumnMappings.Add("Campo14_2", "Campo14_2");
|
|
tableMapping.ColumnMappings.Add("Campo14_3", "Campo14_3");
|
|
tableMapping.ColumnMappings.Add("Campo14_4", "Campo14_4");
|
|
tableMapping.ColumnMappings.Add("Campo14_5", "Campo14_5");
|
|
tableMapping.ColumnMappings.Add("Campo15_1", "Campo15_1");
|
|
tableMapping.ColumnMappings.Add("Campo15_2", "Campo15_2");
|
|
tableMapping.ColumnMappings.Add("Campo15_3", "Campo15_3");
|
|
tableMapping.ColumnMappings.Add("Campo15_4", "Campo15_4");
|
|
tableMapping.ColumnMappings.Add("Campo15_5", "Campo15_5");
|
|
tableMapping.ColumnMappings.Add("Campo16_1", "Campo16_1");
|
|
tableMapping.ColumnMappings.Add("Campo16_2", "Campo16_2");
|
|
tableMapping.ColumnMappings.Add("Campo16_3", "Campo16_3");
|
|
tableMapping.ColumnMappings.Add("Campo16_4", "Campo16_4");
|
|
tableMapping.ColumnMappings.Add("Campo16_5", "Campo16_5");
|
|
tableMapping.ColumnMappings.Add("BarcodeBaseUrl", "BarcodeBaseUrl");
|
|
this._adapter.TableMappings.Add(tableMapping);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
private void InitConnection() {
|
|
this._connection = new global::System.Data.SqlClient.SqlConnection();
|
|
this._connection.ConnectionString = global::MagData.Properties.Settings.Default.MoonPro_MAGConnectionString;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
private void InitCommandCollection() {
|
|
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 = "dbo.stp_prt_CartellinoFinitiOdette";
|
|
this._commandCollection[0].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SearchValue", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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(DS_Report.stp_prt_CartellinoFinitiOdetteDataTable dataTable, string SearchValue) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
if ((SearchValue == null)) {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((string)(SearchValue));
|
|
}
|
|
if ((this.ClearBeforeFill == true)) {
|
|
dataTable.Clear();
|
|
}
|
|
int returnValue = this.Adapter.Fill(dataTable);
|
|
return returnValue;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
|
|
public virtual DS_Report.stp_prt_CartellinoFinitiOdetteDataTable GetData(string SearchValue) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
if ((SearchValue == null)) {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((string)(SearchValue));
|
|
}
|
|
DS_Report.stp_prt_CartellinoFinitiOdetteDataTable dataTable = new DS_Report.stp_prt_CartellinoFinitiOdetteDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Represents the connection and commands used to retrieve and save data.
|
|
///</summary>
|
|
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[global::System.ComponentModel.ToolboxItem(true)]
|
|
[global::System.ComponentModel.DataObjectAttribute(true)]
|
|
[global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
|
|
", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public partial class stp_prt_CartellinoPedaneTableAdapter : global::System.ComponentModel.Component {
|
|
|
|
private global::System.Data.SqlClient.SqlDataAdapter _adapter;
|
|
|
|
private global::System.Data.SqlClient.SqlConnection _connection;
|
|
|
|
private global::System.Data.SqlClient.SqlTransaction _transaction;
|
|
|
|
private global::System.Data.SqlClient.SqlCommand[] _commandCollection;
|
|
|
|
private bool _clearBeforeFill;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public stp_prt_CartellinoPedaneTableAdapter() {
|
|
this.ClearBeforeFill = true;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected internal global::System.Data.SqlClient.SqlDataAdapter Adapter {
|
|
get {
|
|
if ((this._adapter == null)) {
|
|
this.InitAdapter();
|
|
}
|
|
return this._adapter;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
internal global::System.Data.SqlClient.SqlConnection Connection {
|
|
get {
|
|
if ((this._connection == null)) {
|
|
this.InitConnection();
|
|
}
|
|
return this._connection;
|
|
}
|
|
set {
|
|
this._connection = value;
|
|
if ((this.Adapter.InsertCommand != null)) {
|
|
this.Adapter.InsertCommand.Connection = value;
|
|
}
|
|
if ((this.Adapter.DeleteCommand != null)) {
|
|
this.Adapter.DeleteCommand.Connection = value;
|
|
}
|
|
if ((this.Adapter.UpdateCommand != null)) {
|
|
this.Adapter.UpdateCommand.Connection = value;
|
|
}
|
|
for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
if ((this.CommandCollection[i] != null)) {
|
|
((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
internal global::System.Data.SqlClient.SqlTransaction Transaction {
|
|
get {
|
|
return this._transaction;
|
|
}
|
|
set {
|
|
this._transaction = value;
|
|
for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
this.CommandCollection[i].Transaction = this._transaction;
|
|
}
|
|
if (((this.Adapter != null)
|
|
&& (this.Adapter.DeleteCommand != null))) {
|
|
this.Adapter.DeleteCommand.Transaction = this._transaction;
|
|
}
|
|
if (((this.Adapter != null)
|
|
&& (this.Adapter.InsertCommand != null))) {
|
|
this.Adapter.InsertCommand.Transaction = this._transaction;
|
|
}
|
|
if (((this.Adapter != null)
|
|
&& (this.Adapter.UpdateCommand != null))) {
|
|
this.Adapter.UpdateCommand.Transaction = this._transaction;
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected global::System.Data.SqlClient.SqlCommand[] CommandCollection {
|
|
get {
|
|
if ((this._commandCollection == null)) {
|
|
this.InitCommandCollection();
|
|
}
|
|
return this._commandCollection;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool ClearBeforeFill {
|
|
get {
|
|
return this._clearBeforeFill;
|
|
}
|
|
set {
|
|
this._clearBeforeFill = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
private void InitAdapter() {
|
|
this._adapter = new global::System.Data.SqlClient.SqlDataAdapter();
|
|
global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
|
|
tableMapping.SourceTable = "Table";
|
|
tableMapping.DataSetTable = "stp_prt_CartellinoPedane";
|
|
tableMapping.ColumnMappings.Add("CodPedana", "CodPedana");
|
|
tableMapping.ColumnMappings.Add("NumPedana", "NumPedana");
|
|
tableMapping.ColumnMappings.Add("PesoPedana", "PesoPedana");
|
|
tableMapping.ColumnMappings.Add("DescDest_1", "DescDest_1");
|
|
tableMapping.ColumnMappings.Add("DescDest_2", "DescDest_2");
|
|
tableMapping.ColumnMappings.Add("DescDest_3", "DescDest_3");
|
|
tableMapping.ColumnMappings.Add("NumColli", "NumColli");
|
|
tableMapping.ColumnMappings.Add("DataPedana", "DataPedana");
|
|
tableMapping.ColumnMappings.Add("BarcodeBaseUrl", "BarcodeBaseUrl");
|
|
tableMapping.ColumnMappings.Add("DescPack", "DescPack");
|
|
this._adapter.TableMappings.Add(tableMapping);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
private void InitConnection() {
|
|
this._connection = new global::System.Data.SqlClient.SqlConnection();
|
|
this._connection.ConnectionString = global::MagData.Properties.Settings.Default.MoonPro_MAGConnectionString;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
private void InitCommandCollection() {
|
|
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 = "dbo.stp_prt_CartellinoPedane";
|
|
this._commandCollection[0].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SearchValue", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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(DS_Report.stp_prt_CartellinoPedaneDataTable dataTable, string SearchValue) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
if ((SearchValue == null)) {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((string)(SearchValue));
|
|
}
|
|
if ((this.ClearBeforeFill == true)) {
|
|
dataTable.Clear();
|
|
}
|
|
int returnValue = this.Adapter.Fill(dataTable);
|
|
return returnValue;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
|
|
public virtual DS_Report.stp_prt_CartellinoPedaneDataTable GetData(string SearchValue) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
if ((SearchValue == null)) {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((string)(SearchValue));
|
|
}
|
|
DS_Report.stp_prt_CartellinoPedaneDataTable dataTable = new DS_Report.stp_prt_CartellinoPedaneDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Represents the connection and commands used to retrieve and save data.
|
|
///</summary>
|
|
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[global::System.ComponentModel.ToolboxItem(true)]
|
|
[global::System.ComponentModel.DataObjectAttribute(true)]
|
|
[global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
|
|
", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public partial class stp_prt_CartellinoSemilavoratiTableAdapter : global::System.ComponentModel.Component {
|
|
|
|
private global::System.Data.SqlClient.SqlDataAdapter _adapter;
|
|
|
|
private global::System.Data.SqlClient.SqlConnection _connection;
|
|
|
|
private global::System.Data.SqlClient.SqlTransaction _transaction;
|
|
|
|
private global::System.Data.SqlClient.SqlCommand[] _commandCollection;
|
|
|
|
private bool _clearBeforeFill;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public stp_prt_CartellinoSemilavoratiTableAdapter() {
|
|
this.ClearBeforeFill = true;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected internal global::System.Data.SqlClient.SqlDataAdapter Adapter {
|
|
get {
|
|
if ((this._adapter == null)) {
|
|
this.InitAdapter();
|
|
}
|
|
return this._adapter;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
internal global::System.Data.SqlClient.SqlConnection Connection {
|
|
get {
|
|
if ((this._connection == null)) {
|
|
this.InitConnection();
|
|
}
|
|
return this._connection;
|
|
}
|
|
set {
|
|
this._connection = value;
|
|
if ((this.Adapter.InsertCommand != null)) {
|
|
this.Adapter.InsertCommand.Connection = value;
|
|
}
|
|
if ((this.Adapter.DeleteCommand != null)) {
|
|
this.Adapter.DeleteCommand.Connection = value;
|
|
}
|
|
if ((this.Adapter.UpdateCommand != null)) {
|
|
this.Adapter.UpdateCommand.Connection = value;
|
|
}
|
|
for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
if ((this.CommandCollection[i] != null)) {
|
|
((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
internal global::System.Data.SqlClient.SqlTransaction Transaction {
|
|
get {
|
|
return this._transaction;
|
|
}
|
|
set {
|
|
this._transaction = value;
|
|
for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
this.CommandCollection[i].Transaction = this._transaction;
|
|
}
|
|
if (((this.Adapter != null)
|
|
&& (this.Adapter.DeleteCommand != null))) {
|
|
this.Adapter.DeleteCommand.Transaction = this._transaction;
|
|
}
|
|
if (((this.Adapter != null)
|
|
&& (this.Adapter.InsertCommand != null))) {
|
|
this.Adapter.InsertCommand.Transaction = this._transaction;
|
|
}
|
|
if (((this.Adapter != null)
|
|
&& (this.Adapter.UpdateCommand != null))) {
|
|
this.Adapter.UpdateCommand.Transaction = this._transaction;
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected global::System.Data.SqlClient.SqlCommand[] CommandCollection {
|
|
get {
|
|
if ((this._commandCollection == null)) {
|
|
this.InitCommandCollection();
|
|
}
|
|
return this._commandCollection;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool ClearBeforeFill {
|
|
get {
|
|
return this._clearBeforeFill;
|
|
}
|
|
set {
|
|
this._clearBeforeFill = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
private void InitAdapter() {
|
|
this._adapter = new global::System.Data.SqlClient.SqlDataAdapter();
|
|
global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
|
|
tableMapping.SourceTable = "Table";
|
|
tableMapping.DataSetTable = "stp_prt_CartellinoSemilavorati";
|
|
tableMapping.ColumnMappings.Add("DataDDT", "DataDDT");
|
|
tableMapping.ColumnMappings.Add("NumDDT", "NumDDT");
|
|
tableMapping.ColumnMappings.Add("DescFornit", "DescFornit");
|
|
tableMapping.ColumnMappings.Add("DescArticolo", "DescArticolo");
|
|
tableMapping.ColumnMappings.Add("CodInterno", "CodInterno");
|
|
tableMapping.ColumnMappings.Add("Lotto", "Lotto");
|
|
tableMapping.ColumnMappings.Add("DataLotto", "DataLotto");
|
|
tableMapping.ColumnMappings.Add("NoteLotto", "NoteLotto");
|
|
tableMapping.ColumnMappings.Add("BarcodeBaseUrl", "BarcodeBaseUrl");
|
|
this._adapter.TableMappings.Add(tableMapping);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
private void InitConnection() {
|
|
this._connection = new global::System.Data.SqlClient.SqlConnection();
|
|
this._connection.ConnectionString = global::MagData.Properties.Settings.Default.MoonPro_MAGConnectionString;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
private void InitCommandCollection() {
|
|
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 = "dbo.stp_prt_CartellinoSemilavorati";
|
|
this._commandCollection[0].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SearchValue", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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(DS_Report.stp_prt_CartellinoSemilavoratiDataTable dataTable, string SearchValue) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
if ((SearchValue == null)) {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((string)(SearchValue));
|
|
}
|
|
if ((this.ClearBeforeFill == true)) {
|
|
dataTable.Clear();
|
|
}
|
|
int returnValue = this.Adapter.Fill(dataTable);
|
|
return returnValue;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
|
|
public virtual DS_Report.stp_prt_CartellinoSemilavoratiDataTable GetData(string SearchValue) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
if ((SearchValue == null)) {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((string)(SearchValue));
|
|
}
|
|
DS_Report.stp_prt_CartellinoSemilavoratiDataTable dataTable = new DS_Report.stp_prt_CartellinoSemilavoratiDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Represents the connection and commands used to retrieve and save data.
|
|
///</summary>
|
|
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[global::System.ComponentModel.ToolboxItem(true)]
|
|
[global::System.ComponentModel.DataObjectAttribute(true)]
|
|
[global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
|
|
", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public partial class stp_prt_ReportPackListTableAdapter : global::System.ComponentModel.Component {
|
|
|
|
private global::System.Data.SqlClient.SqlDataAdapter _adapter;
|
|
|
|
private global::System.Data.SqlClient.SqlConnection _connection;
|
|
|
|
private global::System.Data.SqlClient.SqlTransaction _transaction;
|
|
|
|
private global::System.Data.SqlClient.SqlCommand[] _commandCollection;
|
|
|
|
private bool _clearBeforeFill;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public stp_prt_ReportPackListTableAdapter() {
|
|
this.ClearBeforeFill = true;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected internal global::System.Data.SqlClient.SqlDataAdapter Adapter {
|
|
get {
|
|
if ((this._adapter == null)) {
|
|
this.InitAdapter();
|
|
}
|
|
return this._adapter;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
internal global::System.Data.SqlClient.SqlConnection Connection {
|
|
get {
|
|
if ((this._connection == null)) {
|
|
this.InitConnection();
|
|
}
|
|
return this._connection;
|
|
}
|
|
set {
|
|
this._connection = value;
|
|
if ((this.Adapter.InsertCommand != null)) {
|
|
this.Adapter.InsertCommand.Connection = value;
|
|
}
|
|
if ((this.Adapter.DeleteCommand != null)) {
|
|
this.Adapter.DeleteCommand.Connection = value;
|
|
}
|
|
if ((this.Adapter.UpdateCommand != null)) {
|
|
this.Adapter.UpdateCommand.Connection = value;
|
|
}
|
|
for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
if ((this.CommandCollection[i] != null)) {
|
|
((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
internal global::System.Data.SqlClient.SqlTransaction Transaction {
|
|
get {
|
|
return this._transaction;
|
|
}
|
|
set {
|
|
this._transaction = value;
|
|
for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
this.CommandCollection[i].Transaction = this._transaction;
|
|
}
|
|
if (((this.Adapter != null)
|
|
&& (this.Adapter.DeleteCommand != null))) {
|
|
this.Adapter.DeleteCommand.Transaction = this._transaction;
|
|
}
|
|
if (((this.Adapter != null)
|
|
&& (this.Adapter.InsertCommand != null))) {
|
|
this.Adapter.InsertCommand.Transaction = this._transaction;
|
|
}
|
|
if (((this.Adapter != null)
|
|
&& (this.Adapter.UpdateCommand != null))) {
|
|
this.Adapter.UpdateCommand.Transaction = this._transaction;
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected global::System.Data.SqlClient.SqlCommand[] CommandCollection {
|
|
get {
|
|
if ((this._commandCollection == null)) {
|
|
this.InitCommandCollection();
|
|
}
|
|
return this._commandCollection;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool ClearBeforeFill {
|
|
get {
|
|
return this._clearBeforeFill;
|
|
}
|
|
set {
|
|
this._clearBeforeFill = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
private void InitAdapter() {
|
|
this._adapter = new global::System.Data.SqlClient.SqlDataAdapter();
|
|
global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
|
|
tableMapping.SourceTable = "Table";
|
|
tableMapping.DataSetTable = "stp_prt_ReportPackList";
|
|
tableMapping.ColumnMappings.Add("PackListID", "PackListID");
|
|
tableMapping.ColumnMappings.Add("PackDescr", "PackDescr");
|
|
tableMapping.ColumnMappings.Add("CodCliente", "CodCliente");
|
|
tableMapping.ColumnMappings.Add("RagSociale", "RagSociale");
|
|
tableMapping.ColumnMappings.Add("AL", "AL");
|
|
tableMapping.ColumnMappings.Add("Peso", "Peso");
|
|
tableMapping.ColumnMappings.Add("Tara", "Tara");
|
|
tableMapping.ColumnMappings.Add("DescAL", "DescAL");
|
|
tableMapping.ColumnMappings.Add("Lotto", "Lotto");
|
|
tableMapping.ColumnMappings.Add("CodArt", "CodArt");
|
|
tableMapping.ColumnMappings.Add("UDC", "UDC");
|
|
tableMapping.ColumnMappings.Add("Qta", "Qta");
|
|
tableMapping.ColumnMappings.Add("CodArtCliente", "CodArtCliente");
|
|
tableMapping.ColumnMappings.Add("DescDest_1", "DescDest_1");
|
|
tableMapping.ColumnMappings.Add("DescDest_2", "DescDest_2");
|
|
tableMapping.ColumnMappings.Add("DescDest_3", "DescDest_3");
|
|
this._adapter.TableMappings.Add(tableMapping);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
private void InitConnection() {
|
|
this._connection = new global::System.Data.SqlClient.SqlConnection();
|
|
this._connection.ConnectionString = global::MagData.Properties.Settings.Default.MoonPro_MAGConnectionString;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
private void InitCommandCollection() {
|
|
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 = "rep.stp_prt_ReportPackList";
|
|
this._commandCollection[0].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@keyVal", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@OnlySend", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 1, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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(DS_Report.stp_prt_ReportPackListDataTable dataTable, string keyVal, global::System.Nullable<bool> OnlySend) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
if ((keyVal == null)) {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((string)(keyVal));
|
|
}
|
|
if ((OnlySend.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = ((bool)(OnlySend.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((this.ClearBeforeFill == true)) {
|
|
dataTable.Clear();
|
|
}
|
|
int returnValue = this.Adapter.Fill(dataTable);
|
|
return returnValue;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
|
|
public virtual DS_Report.stp_prt_ReportPackListDataTable GetData(string keyVal, global::System.Nullable<bool> OnlySend) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
if ((keyVal == null)) {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((string)(keyVal));
|
|
}
|
|
if ((OnlySend.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = ((bool)(OnlySend.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
DS_Report.stp_prt_ReportPackListDataTable dataTable = new DS_Report.stp_prt_ReportPackListDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Represents the connection and commands used to retrieve and save data.
|
|
///</summary>
|
|
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[global::System.ComponentModel.ToolboxItem(true)]
|
|
[global::System.ComponentModel.DataObjectAttribute(true)]
|
|
[global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
|
|
", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
public partial class stp_prt_ReportPackListFullTableAdapter : global::System.ComponentModel.Component {
|
|
|
|
private global::System.Data.SqlClient.SqlDataAdapter _adapter;
|
|
|
|
private global::System.Data.SqlClient.SqlConnection _connection;
|
|
|
|
private global::System.Data.SqlClient.SqlTransaction _transaction;
|
|
|
|
private global::System.Data.SqlClient.SqlCommand[] _commandCollection;
|
|
|
|
private bool _clearBeforeFill;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public stp_prt_ReportPackListFullTableAdapter() {
|
|
this.ClearBeforeFill = true;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected internal global::System.Data.SqlClient.SqlDataAdapter Adapter {
|
|
get {
|
|
if ((this._adapter == null)) {
|
|
this.InitAdapter();
|
|
}
|
|
return this._adapter;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
internal global::System.Data.SqlClient.SqlConnection Connection {
|
|
get {
|
|
if ((this._connection == null)) {
|
|
this.InitConnection();
|
|
}
|
|
return this._connection;
|
|
}
|
|
set {
|
|
this._connection = value;
|
|
if ((this.Adapter.InsertCommand != null)) {
|
|
this.Adapter.InsertCommand.Connection = value;
|
|
}
|
|
if ((this.Adapter.DeleteCommand != null)) {
|
|
this.Adapter.DeleteCommand.Connection = value;
|
|
}
|
|
if ((this.Adapter.UpdateCommand != null)) {
|
|
this.Adapter.UpdateCommand.Connection = value;
|
|
}
|
|
for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
if ((this.CommandCollection[i] != null)) {
|
|
((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
internal global::System.Data.SqlClient.SqlTransaction Transaction {
|
|
get {
|
|
return this._transaction;
|
|
}
|
|
set {
|
|
this._transaction = value;
|
|
for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
|
|
this.CommandCollection[i].Transaction = this._transaction;
|
|
}
|
|
if (((this.Adapter != null)
|
|
&& (this.Adapter.DeleteCommand != null))) {
|
|
this.Adapter.DeleteCommand.Transaction = this._transaction;
|
|
}
|
|
if (((this.Adapter != null)
|
|
&& (this.Adapter.InsertCommand != null))) {
|
|
this.Adapter.InsertCommand.Transaction = this._transaction;
|
|
}
|
|
if (((this.Adapter != null)
|
|
&& (this.Adapter.UpdateCommand != null))) {
|
|
this.Adapter.UpdateCommand.Transaction = this._transaction;
|
|
}
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected global::System.Data.SqlClient.SqlCommand[] CommandCollection {
|
|
get {
|
|
if ((this._commandCollection == null)) {
|
|
this.InitCommandCollection();
|
|
}
|
|
return this._commandCollection;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool ClearBeforeFill {
|
|
get {
|
|
return this._clearBeforeFill;
|
|
}
|
|
set {
|
|
this._clearBeforeFill = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
private void InitAdapter() {
|
|
this._adapter = new global::System.Data.SqlClient.SqlDataAdapter();
|
|
global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
|
|
tableMapping.SourceTable = "Table";
|
|
tableMapping.DataSetTable = "stp_prt_ReportPackListFull";
|
|
tableMapping.ColumnMappings.Add("PackListID", "PackListID");
|
|
tableMapping.ColumnMappings.Add("PackDescr", "PackDescr");
|
|
tableMapping.ColumnMappings.Add("ModDate", "ModDate");
|
|
tableMapping.ColumnMappings.Add("CodCliente", "CodCliente");
|
|
tableMapping.ColumnMappings.Add("StatusPack", "StatusPack");
|
|
tableMapping.ColumnMappings.Add("DescStatusPack", "DescStatusPack");
|
|
tableMapping.ColumnMappings.Add("OrderListID", "OrderListID");
|
|
tableMapping.ColumnMappings.Add("ExtOrdCod", "ExtOrdCod");
|
|
tableMapping.ColumnMappings.Add("DueDate", "DueDate");
|
|
tableMapping.ColumnMappings.Add("CodArt", "CodArt");
|
|
tableMapping.ColumnMappings.Add("QtyOrd", "QtyOrd");
|
|
tableMapping.ColumnMappings.Add("OrdDescr", "OrdDescr");
|
|
tableMapping.ColumnMappings.Add("CodCliOrd", "CodCliOrd");
|
|
tableMapping.ColumnMappings.Add("CodDestinazione", "CodDestinazione");
|
|
tableMapping.ColumnMappings.Add("DescrArt", "DescrArt");
|
|
tableMapping.ColumnMappings.Add("RagSociale", "RagSociale");
|
|
tableMapping.ColumnMappings.Add("Indirizzo", "Indirizzo");
|
|
tableMapping.ColumnMappings.Add("Localita", "Localita");
|
|
tableMapping.ColumnMappings.Add("Cap", "Cap");
|
|
tableMapping.ColumnMappings.Add("Provincia", "Provincia");
|
|
tableMapping.ColumnMappings.Add("Nazione", "Nazione");
|
|
tableMapping.ColumnMappings.Add("DescDestinazione", "DescDestinazione");
|
|
tableMapping.ColumnMappings.Add("DestIndirizzo", "DestIndirizzo");
|
|
tableMapping.ColumnMappings.Add("DestCap", "DestCap");
|
|
tableMapping.ColumnMappings.Add("DestLocalita", "DestLocalita");
|
|
tableMapping.ColumnMappings.Add("DestProvincia", "DestProvincia");
|
|
tableMapping.ColumnMappings.Add("DestNazione", "DestNazione");
|
|
tableMapping.ColumnMappings.Add("AL", "AL");
|
|
tableMapping.ColumnMappings.Add("StatusAL", "StatusAL");
|
|
tableMapping.ColumnMappings.Add("DescAL", "DescAL");
|
|
tableMapping.ColumnMappings.Add("Peso", "Peso");
|
|
tableMapping.ColumnMappings.Add("Tara", "Tara");
|
|
tableMapping.ColumnMappings.Add("UDC", "UDC");
|
|
tableMapping.ColumnMappings.Add("ALOrder", "ALOrder");
|
|
tableMapping.ColumnMappings.Add("Lotto", "Lotto");
|
|
tableMapping.ColumnMappings.Add("Qta", "Qta");
|
|
tableMapping.ColumnMappings.Add("IdxODL", "IdxODL");
|
|
tableMapping.ColumnMappings.Add("RifExt", "RifExt");
|
|
tableMapping.ColumnMappings.Add("DtCrea", "DtCrea");
|
|
tableMapping.ColumnMappings.Add("Attivo", "Attivo");
|
|
this._adapter.TableMappings.Add(tableMapping);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
private void InitConnection() {
|
|
this._connection = new global::System.Data.SqlClient.SqlConnection();
|
|
this._connection.ConnectionString = global::MagData.Properties.Settings.Default.MoonPro_MAGConnectionString;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
private void InitCommandCollection() {
|
|
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 = "rep.stp_prt_ReportPackListFull";
|
|
this._commandCollection[0].CommandType = global::System.Data.CommandType.StoredProcedure;
|
|
this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@keyVal", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@OnlySend", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 1, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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(DS_Report.stp_prt_ReportPackListFullDataTable dataTable, string keyVal, global::System.Nullable<bool> OnlySend) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
if ((keyVal == null)) {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((string)(keyVal));
|
|
}
|
|
if ((OnlySend.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = ((bool)(OnlySend.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
if ((this.ClearBeforeFill == true)) {
|
|
dataTable.Clear();
|
|
}
|
|
int returnValue = this.Adapter.Fill(dataTable);
|
|
return returnValue;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
|
|
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
|
|
public virtual DS_Report.stp_prt_ReportPackListFullDataTable GetData(string keyVal, global::System.Nullable<bool> OnlySend) {
|
|
this.Adapter.SelectCommand = this.CommandCollection[0];
|
|
if ((keyVal == null)) {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[1].Value = ((string)(keyVal));
|
|
}
|
|
if ((OnlySend.HasValue == true)) {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = ((bool)(OnlySend.Value));
|
|
}
|
|
else {
|
|
this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
|
|
}
|
|
DS_Report.stp_prt_ReportPackListFullDataTable dataTable = new DS_Report.stp_prt_ReportPackListFullDataTable();
|
|
this.Adapter.Fill(dataTable);
|
|
return dataTable;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios
|
|
///</summary>
|
|
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[global::System.ComponentModel.ToolboxItem(true)]
|
|
[global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerDesigner, Microsoft.VSD" +
|
|
"esigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
|
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapterManager")]
|
|
public partial class TableAdapterManager : global::System.ComponentModel.Component {
|
|
|
|
private UpdateOrderOption _updateOrder;
|
|
|
|
private PrintJobQueueTableAdapter _printJobQueueTableAdapter;
|
|
|
|
private bool _backupDataSetBeforeUpdate;
|
|
|
|
private global::System.Data.IDbConnection _connection;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public UpdateOrderOption UpdateOrder {
|
|
get {
|
|
return this._updateOrder;
|
|
}
|
|
set {
|
|
this._updateOrder = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
[global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" +
|
|
"ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" +
|
|
"a", "System.Drawing.Design.UITypeEditor")]
|
|
public PrintJobQueueTableAdapter PrintJobQueueTableAdapter {
|
|
get {
|
|
return this._printJobQueueTableAdapter;
|
|
}
|
|
set {
|
|
this._printJobQueueTableAdapter = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public bool BackupDataSetBeforeUpdate {
|
|
get {
|
|
return this._backupDataSetBeforeUpdate;
|
|
}
|
|
set {
|
|
this._backupDataSetBeforeUpdate = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
public global::System.Data.IDbConnection Connection {
|
|
get {
|
|
if ((this._connection != null)) {
|
|
return this._connection;
|
|
}
|
|
if (((this._printJobQueueTableAdapter != null)
|
|
&& (this._printJobQueueTableAdapter.Connection != null))) {
|
|
return this._printJobQueueTableAdapter.Connection;
|
|
}
|
|
return null;
|
|
}
|
|
set {
|
|
this._connection = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
[global::System.ComponentModel.Browsable(false)]
|
|
public int TableAdapterInstanceCount {
|
|
get {
|
|
int count = 0;
|
|
if ((this._printJobQueueTableAdapter != null)) {
|
|
count = (count + 1);
|
|
}
|
|
return count;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Update rows in top-down order.
|
|
///</summary>
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
private int UpdateUpdatedRows(DS_Report dataSet, global::System.Collections.Generic.List<global::System.Data.DataRow> allChangedRows, global::System.Collections.Generic.List<global::System.Data.DataRow> allAddedRows) {
|
|
int result = 0;
|
|
if ((this._printJobQueueTableAdapter != null)) {
|
|
global::System.Data.DataRow[] updatedRows = dataSet.PrintJobQueue.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
|
|
updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
|
|
if (((updatedRows != null)
|
|
&& (0 < updatedRows.Length))) {
|
|
result = (result + this._printJobQueueTableAdapter.Update(updatedRows));
|
|
allChangedRows.AddRange(updatedRows);
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
|
|
/// <summary>
|
|
///Insert rows in top-down order.
|
|
///</summary>
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
private int UpdateInsertedRows(DS_Report dataSet, global::System.Collections.Generic.List<global::System.Data.DataRow> allAddedRows) {
|
|
int result = 0;
|
|
if ((this._printJobQueueTableAdapter != null)) {
|
|
global::System.Data.DataRow[] addedRows = dataSet.PrintJobQueue.Select(null, null, global::System.Data.DataViewRowState.Added);
|
|
if (((addedRows != null)
|
|
&& (0 < addedRows.Length))) {
|
|
result = (result + this._printJobQueueTableAdapter.Update(addedRows));
|
|
allAddedRows.AddRange(addedRows);
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
|
|
/// <summary>
|
|
///Delete rows in bottom-up order.
|
|
///</summary>
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
private int UpdateDeletedRows(DS_Report dataSet, global::System.Collections.Generic.List<global::System.Data.DataRow> allChangedRows) {
|
|
int result = 0;
|
|
if ((this._printJobQueueTableAdapter != null)) {
|
|
global::System.Data.DataRow[] deletedRows = dataSet.PrintJobQueue.Select(null, null, global::System.Data.DataViewRowState.Deleted);
|
|
if (((deletedRows != null)
|
|
&& (0 < deletedRows.Length))) {
|
|
result = (result + this._printJobQueueTableAdapter.Update(deletedRows));
|
|
allChangedRows.AddRange(deletedRows);
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
|
|
/// <summary>
|
|
///Remove inserted rows that become updated rows after calling TableAdapter.Update(inserted rows) first
|
|
///</summary>
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
private global::System.Data.DataRow[] GetRealUpdatedRows(global::System.Data.DataRow[] updatedRows, global::System.Collections.Generic.List<global::System.Data.DataRow> allAddedRows) {
|
|
if (((updatedRows == null)
|
|
|| (updatedRows.Length < 1))) {
|
|
return updatedRows;
|
|
}
|
|
if (((allAddedRows == null)
|
|
|| (allAddedRows.Count < 1))) {
|
|
return updatedRows;
|
|
}
|
|
global::System.Collections.Generic.List<global::System.Data.DataRow> realUpdatedRows = new global::System.Collections.Generic.List<global::System.Data.DataRow>();
|
|
for (int i = 0; (i < updatedRows.Length); i = (i + 1)) {
|
|
global::System.Data.DataRow row = updatedRows[i];
|
|
if ((allAddedRows.Contains(row) == false)) {
|
|
realUpdatedRows.Add(row);
|
|
}
|
|
}
|
|
return realUpdatedRows.ToArray();
|
|
}
|
|
|
|
/// <summary>
|
|
///Update all changes to the dataset.
|
|
///</summary>
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public virtual int UpdateAll(DS_Report dataSet) {
|
|
if ((dataSet == null)) {
|
|
throw new global::System.ArgumentNullException("dataSet");
|
|
}
|
|
if ((dataSet.HasChanges() == false)) {
|
|
return 0;
|
|
}
|
|
if (((this._printJobQueueTableAdapter != null)
|
|
&& (this.MatchTableAdapterConnection(this._printJobQueueTableAdapter.Connection) == false))) {
|
|
throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" +
|
|
"tring.");
|
|
}
|
|
global::System.Data.IDbConnection workConnection = this.Connection;
|
|
if ((workConnection == null)) {
|
|
throw new global::System.ApplicationException("TableAdapterManager contains no connection information. Set each TableAdapterMana" +
|
|
"ger TableAdapter property to a valid TableAdapter instance.");
|
|
}
|
|
bool workConnOpened = false;
|
|
if (((workConnection.State & global::System.Data.ConnectionState.Broken)
|
|
== global::System.Data.ConnectionState.Broken)) {
|
|
workConnection.Close();
|
|
}
|
|
if ((workConnection.State == global::System.Data.ConnectionState.Closed)) {
|
|
workConnection.Open();
|
|
workConnOpened = true;
|
|
}
|
|
global::System.Data.IDbTransaction workTransaction = workConnection.BeginTransaction();
|
|
if ((workTransaction == null)) {
|
|
throw new global::System.ApplicationException("The transaction cannot begin. The current data connection does not support transa" +
|
|
"ctions or the current state is not allowing the transaction to begin.");
|
|
}
|
|
global::System.Collections.Generic.List<global::System.Data.DataRow> allChangedRows = new global::System.Collections.Generic.List<global::System.Data.DataRow>();
|
|
global::System.Collections.Generic.List<global::System.Data.DataRow> allAddedRows = new global::System.Collections.Generic.List<global::System.Data.DataRow>();
|
|
global::System.Collections.Generic.List<global::System.Data.Common.DataAdapter> adaptersWithAcceptChangesDuringUpdate = new global::System.Collections.Generic.List<global::System.Data.Common.DataAdapter>();
|
|
global::System.Collections.Generic.Dictionary<object, global::System.Data.IDbConnection> revertConnections = new global::System.Collections.Generic.Dictionary<object, global::System.Data.IDbConnection>();
|
|
int result = 0;
|
|
global::System.Data.DataSet backupDataSet = null;
|
|
if (this.BackupDataSetBeforeUpdate) {
|
|
backupDataSet = new global::System.Data.DataSet();
|
|
backupDataSet.Merge(dataSet);
|
|
}
|
|
try {
|
|
// ---- Prepare for update -----------
|
|
//
|
|
if ((this._printJobQueueTableAdapter != null)) {
|
|
revertConnections.Add(this._printJobQueueTableAdapter, this._printJobQueueTableAdapter.Connection);
|
|
this._printJobQueueTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
|
|
this._printJobQueueTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
|
|
if (this._printJobQueueTableAdapter.Adapter.AcceptChangesDuringUpdate) {
|
|
this._printJobQueueTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
|
|
adaptersWithAcceptChangesDuringUpdate.Add(this._printJobQueueTableAdapter.Adapter);
|
|
}
|
|
}
|
|
//
|
|
//---- Perform updates -----------
|
|
//
|
|
if ((this.UpdateOrder == UpdateOrderOption.UpdateInsertDelete)) {
|
|
result = (result + this.UpdateUpdatedRows(dataSet, allChangedRows, allAddedRows));
|
|
result = (result + this.UpdateInsertedRows(dataSet, allAddedRows));
|
|
}
|
|
else {
|
|
result = (result + this.UpdateInsertedRows(dataSet, allAddedRows));
|
|
result = (result + this.UpdateUpdatedRows(dataSet, allChangedRows, allAddedRows));
|
|
}
|
|
result = (result + this.UpdateDeletedRows(dataSet, allChangedRows));
|
|
//
|
|
//---- Commit updates -----------
|
|
//
|
|
workTransaction.Commit();
|
|
if ((0 < allAddedRows.Count)) {
|
|
global::System.Data.DataRow[] rows = new System.Data.DataRow[allAddedRows.Count];
|
|
allAddedRows.CopyTo(rows);
|
|
for (int i = 0; (i < rows.Length); i = (i + 1)) {
|
|
global::System.Data.DataRow row = rows[i];
|
|
row.AcceptChanges();
|
|
}
|
|
}
|
|
if ((0 < allChangedRows.Count)) {
|
|
global::System.Data.DataRow[] rows = new System.Data.DataRow[allChangedRows.Count];
|
|
allChangedRows.CopyTo(rows);
|
|
for (int i = 0; (i < rows.Length); i = (i + 1)) {
|
|
global::System.Data.DataRow row = rows[i];
|
|
row.AcceptChanges();
|
|
}
|
|
}
|
|
}
|
|
catch (global::System.Exception ex) {
|
|
workTransaction.Rollback();
|
|
// ---- Restore the dataset -----------
|
|
if (this.BackupDataSetBeforeUpdate) {
|
|
global::System.Diagnostics.Debug.Assert((backupDataSet != null));
|
|
dataSet.Clear();
|
|
dataSet.Merge(backupDataSet);
|
|
}
|
|
else {
|
|
if ((0 < allAddedRows.Count)) {
|
|
global::System.Data.DataRow[] rows = new System.Data.DataRow[allAddedRows.Count];
|
|
allAddedRows.CopyTo(rows);
|
|
for (int i = 0; (i < rows.Length); i = (i + 1)) {
|
|
global::System.Data.DataRow row = rows[i];
|
|
row.AcceptChanges();
|
|
row.SetAdded();
|
|
}
|
|
}
|
|
}
|
|
throw ex;
|
|
}
|
|
finally {
|
|
if (workConnOpened) {
|
|
workConnection.Close();
|
|
}
|
|
if ((this._printJobQueueTableAdapter != null)) {
|
|
this._printJobQueueTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._printJobQueueTableAdapter]));
|
|
this._printJobQueueTableAdapter.Transaction = null;
|
|
}
|
|
if ((0 < adaptersWithAcceptChangesDuringUpdate.Count)) {
|
|
global::System.Data.Common.DataAdapter[] adapters = new System.Data.Common.DataAdapter[adaptersWithAcceptChangesDuringUpdate.Count];
|
|
adaptersWithAcceptChangesDuringUpdate.CopyTo(adapters);
|
|
for (int i = 0; (i < adapters.Length); i = (i + 1)) {
|
|
global::System.Data.Common.DataAdapter adapter = adapters[i];
|
|
adapter.AcceptChangesDuringUpdate = true;
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected virtual void SortSelfReferenceRows(global::System.Data.DataRow[] rows, global::System.Data.DataRelation relation, bool childFirst) {
|
|
global::System.Array.Sort<global::System.Data.DataRow>(rows, new SelfReferenceComparer(relation, childFirst));
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
protected virtual bool MatchTableAdapterConnection(global::System.Data.IDbConnection inputConnection) {
|
|
if ((this._connection != null)) {
|
|
return true;
|
|
}
|
|
if (((this.Connection == null)
|
|
|| (inputConnection == null))) {
|
|
return true;
|
|
}
|
|
if (string.Equals(this.Connection.ConnectionString, inputConnection.ConnectionString, global::System.StringComparison.Ordinal)) {
|
|
return true;
|
|
}
|
|
return false;
|
|
}
|
|
|
|
/// <summary>
|
|
///Update Order Option
|
|
///</summary>
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public enum UpdateOrderOption {
|
|
|
|
InsertUpdateDelete = 0,
|
|
|
|
UpdateInsertDelete = 1,
|
|
}
|
|
|
|
/// <summary>
|
|
///Used to sort self-referenced table's rows
|
|
///</summary>
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
private class SelfReferenceComparer : object, global::System.Collections.Generic.IComparer<global::System.Data.DataRow> {
|
|
|
|
private global::System.Data.DataRelation _relation;
|
|
|
|
private int _childFirst;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
internal SelfReferenceComparer(global::System.Data.DataRelation relation, bool childFirst) {
|
|
this._relation = relation;
|
|
if (childFirst) {
|
|
this._childFirst = -1;
|
|
}
|
|
else {
|
|
this._childFirst = 1;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
private global::System.Data.DataRow GetRoot(global::System.Data.DataRow row, out int distance) {
|
|
global::System.Diagnostics.Debug.Assert((row != null));
|
|
global::System.Data.DataRow root = row;
|
|
distance = 0;
|
|
|
|
global::System.Collections.Generic.IDictionary<global::System.Data.DataRow, global::System.Data.DataRow> traversedRows = new global::System.Collections.Generic.Dictionary<global::System.Data.DataRow, global::System.Data.DataRow>();
|
|
traversedRows[row] = row;
|
|
|
|
global::System.Data.DataRow parent = row.GetParentRow(this._relation, global::System.Data.DataRowVersion.Default);
|
|
for (
|
|
; ((parent != null)
|
|
&& (traversedRows.ContainsKey(parent) == false));
|
|
) {
|
|
distance = (distance + 1);
|
|
root = parent;
|
|
traversedRows[parent] = parent;
|
|
parent = parent.GetParentRow(this._relation, global::System.Data.DataRowVersion.Default);
|
|
}
|
|
|
|
if ((distance == 0)) {
|
|
traversedRows.Clear();
|
|
traversedRows[row] = row;
|
|
parent = row.GetParentRow(this._relation, global::System.Data.DataRowVersion.Original);
|
|
for (
|
|
; ((parent != null)
|
|
&& (traversedRows.ContainsKey(parent) == false));
|
|
) {
|
|
distance = (distance + 1);
|
|
root = parent;
|
|
traversedRows[parent] = parent;
|
|
parent = parent.GetParentRow(this._relation, global::System.Data.DataRowVersion.Original);
|
|
}
|
|
}
|
|
|
|
return root;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
|
public int Compare(global::System.Data.DataRow row1, global::System.Data.DataRow row2) {
|
|
if (object.ReferenceEquals(row1, row2)) {
|
|
return 0;
|
|
}
|
|
if ((row1 == null)) {
|
|
return -1;
|
|
}
|
|
if ((row2 == null)) {
|
|
return 1;
|
|
}
|
|
|
|
int distance1 = 0;
|
|
global::System.Data.DataRow root1 = this.GetRoot(row1, out distance1);
|
|
|
|
int distance2 = 0;
|
|
global::System.Data.DataRow root2 = this.GetRoot(row2, out distance2);
|
|
|
|
if (object.ReferenceEquals(root1, root2)) {
|
|
return (this._childFirst * distance1.CompareTo(distance2));
|
|
}
|
|
else {
|
|
global::System.Diagnostics.Debug.Assert(((root1.Table != null)
|
|
&& (root2.Table != null)));
|
|
if ((root1.Table.Rows.IndexOf(root1) < root2.Table.Rows.IndexOf(root2))) {
|
|
return -1;
|
|
}
|
|
else {
|
|
return 1;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
#pragma warning restore 1591 |