//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
#pragma warning disable 1591
namespace PDFGenerator.BusinessLayer.DataSection {
///
///Represents a strongly typed in-memory cache of data.
///
[global::System.Serializable()]
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
[global::System.ComponentModel.ToolboxItem(true)]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedDataSetSchema")]
[global::System.Xml.Serialization.XmlRootAttribute("DataSetS137")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")]
public partial class DataSetS137 : global::System.Data.DataSet {
private BonusDataTable tableBonus;
private _Protetti_ori__E_FOI80_DataTable _tableProtetti_ori__E_FOI80_;
private FOI80DataTable tableFOI80;
private ProtettiDataTable tableProtetti;
private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DataSetS137() {
this.BeginInit();
this.InitClass();
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
base.Tables.CollectionChanged += schemaChangedHandler;
base.Relations.CollectionChanged += schemaChangedHandler;
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected DataSetS137(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["Bonus"] != null)) {
base.Tables.Add(new BonusDataTable(ds.Tables["Bonus"]));
}
if ((ds.Tables["Protetti_ori (E-FOI80)"] != null)) {
base.Tables.Add(new _Protetti_ori__E_FOI80_DataTable(ds.Tables["Protetti_ori (E-FOI80)"]));
}
if ((ds.Tables["FOI80"] != null)) {
base.Tables.Add(new FOI80DataTable(ds.Tables["FOI80"]));
}
if ((ds.Tables["Protetti"] != null)) {
base.Tables.Add(new ProtettiDataTable(ds.Tables["Protetti"]));
}
this.DataSetName = ds.DataSetName;
this.Prefix = ds.Prefix;
this.Namespace = ds.Namespace;
this.Locale = ds.Locale;
this.CaseSensitive = ds.CaseSensitive;
this.EnforceConstraints = ds.EnforceConstraints;
this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
this.InitVars();
}
else {
this.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
}
this.GetSerializationData(info, context);
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
base.Tables.CollectionChanged += schemaChangedHandler;
this.Relations.CollectionChanged += schemaChangedHandler;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public BonusDataTable Bonus {
get {
return this.tableBonus;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public _Protetti_ori__E_FOI80_DataTable _Protetti_ori__E_FOI80_ {
get {
return this._tableProtetti_ori__E_FOI80_;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public FOI80DataTable FOI80 {
get {
return this.tableFOI80;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public ProtettiDataTable Protetti {
get {
return this.tableProtetti;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.BrowsableAttribute(true)]
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Visible)]
public override global::System.Data.SchemaSerializationMode SchemaSerializationMode {
get {
return this._schemaSerializationMode;
}
set {
this._schemaSerializationMode = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public new global::System.Data.DataTableCollection Tables {
get {
return base.Tables;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public new global::System.Data.DataRelationCollection Relations {
get {
return base.Relations;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void InitializeDerivedDataSet() {
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataSet Clone() {
DataSetS137 cln = ((DataSetS137)(base.Clone()));
cln.InitVars();
cln.SchemaSerializationMode = this.SchemaSerializationMode;
return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override bool ShouldSerializeTables() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override bool ShouldSerializeRelations() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) {
if ((this.DetermineSchemaSerializationMode(reader) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
this.Reset();
global::System.Data.DataSet ds = new global::System.Data.DataSet();
ds.ReadXml(reader);
if ((ds.Tables["Bonus"] != null)) {
base.Tables.Add(new BonusDataTable(ds.Tables["Bonus"]));
}
if ((ds.Tables["Protetti_ori (E-FOI80)"] != null)) {
base.Tables.Add(new _Protetti_ori__E_FOI80_DataTable(ds.Tables["Protetti_ori (E-FOI80)"]));
}
if ((ds.Tables["FOI80"] != null)) {
base.Tables.Add(new FOI80DataTable(ds.Tables["FOI80"]));
}
if ((ds.Tables["Protetti"] != null)) {
base.Tables.Add(new ProtettiDataTable(ds.Tables["Protetti"]));
}
this.DataSetName = ds.DataSetName;
this.Prefix = ds.Prefix;
this.Namespace = ds.Namespace;
this.Locale = ds.Locale;
this.CaseSensitive = ds.CaseSensitive;
this.EnforceConstraints = ds.EnforceConstraints;
this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
this.InitVars();
}
else {
this.ReadXml(reader);
this.InitVars();
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Xml.Schema.XmlSchema GetSchemaSerializable() {
global::System.IO.MemoryStream stream = new global::System.IO.MemoryStream();
this.WriteXmlSchema(new global::System.Xml.XmlTextWriter(stream, null));
stream.Position = 0;
return global::System.Xml.Schema.XmlSchema.Read(new global::System.Xml.XmlTextReader(stream), null);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
this.InitVars(true);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars(bool initTable) {
this.tableBonus = ((BonusDataTable)(base.Tables["Bonus"]));
if ((initTable == true)) {
if ((this.tableBonus != null)) {
this.tableBonus.InitVars();
}
}
this._tableProtetti_ori__E_FOI80_ = ((_Protetti_ori__E_FOI80_DataTable)(base.Tables["Protetti_ori (E-FOI80)"]));
if ((initTable == true)) {
if ((this._tableProtetti_ori__E_FOI80_ != null)) {
this._tableProtetti_ori__E_FOI80_.InitVars();
}
}
this.tableFOI80 = ((FOI80DataTable)(base.Tables["FOI80"]));
if ((initTable == true)) {
if ((this.tableFOI80 != null)) {
this.tableFOI80.InitVars();
}
}
this.tableProtetti = ((ProtettiDataTable)(base.Tables["Protetti"]));
if ((initTable == true)) {
if ((this.tableProtetti != null)) {
this.tableProtetti.InitVars();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.DataSetName = "DataSetS137";
this.Prefix = "";
this.Namespace = "http://tempuri.org/DataSetS137.xsd";
this.EnforceConstraints = true;
this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
this.tableBonus = new BonusDataTable();
base.Tables.Add(this.tableBonus);
this._tableProtetti_ori__E_FOI80_ = new _Protetti_ori__E_FOI80_DataTable();
base.Tables.Add(this._tableProtetti_ori__E_FOI80_);
this.tableFOI80 = new FOI80DataTable();
base.Tables.Add(this.tableFOI80);
this.tableProtetti = new ProtettiDataTable();
base.Tables.Add(this.tableProtetti);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeBonus() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerialize_Protetti_ori__E_FOI80_() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeFOI80() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeProtetti() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) {
if ((e.Action == global::System.ComponentModel.CollectionChangeAction.Remove)) {
this.InitVars();
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
DataSetS137 ds = new DataSetS137();
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny();
any.Namespace = ds.Namespace;
sequence.Items.Add(any);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void BonusRowChangeEventHandler(object sender, BonusRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void _Protetti_ori__E_FOI80_RowChangeEventHandler(object sender, _Protetti_ori__E_FOI80_RowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void FOI80RowChangeEventHandler(object sender, FOI80RowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void ProtettiRowChangeEventHandler(object sender, ProtettiRowChangeEvent e);
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class BonusDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columndes_prod;
private global::System.Data.DataColumn columnctv;
private global::System.Data.DataColumn columndt_trim;
private global::System.Data.DataColumn columndesbonus_m;
private global::System.Data.DataColumn columnbonus_m;
private global::System.Data.DataColumn columndtdec_m;
private global::System.Data.DataColumn columndesbonus_5;
private global::System.Data.DataColumn columnbonus_5;
private global::System.Data.DataColumn columndtdec_5;
private global::System.Data.DataColumn columndesbonus_10;
private global::System.Data.DataColumn columnbonus_10;
private global::System.Data.DataColumn columndtdec_10;
private global::System.Data.DataColumn columncod_prod;
private global::System.Data.DataColumn columncod_conf;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public BonusDataTable() {
this.TableName = "Bonus";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal BonusDataTable(global::System.Data.DataTable table) {
this.TableName = table.TableName;
if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
this.CaseSensitive = table.CaseSensitive;
}
if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
this.Locale = table.Locale;
}
if ((table.Namespace != table.DataSet.Namespace)) {
this.Namespace = table.Namespace;
}
this.Prefix = table.Prefix;
this.MinimumCapacity = table.MinimumCapacity;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected BonusDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn des_prodColumn {
get {
return this.columndes_prod;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ctvColumn {
get {
return this.columnctv;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn dt_trimColumn {
get {
return this.columndt_trim;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn desbonus_mColumn {
get {
return this.columndesbonus_m;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn bonus_mColumn {
get {
return this.columnbonus_m;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn dtdec_mColumn {
get {
return this.columndtdec_m;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn desbonus_5Column {
get {
return this.columndesbonus_5;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn bonus_5Column {
get {
return this.columnbonus_5;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn dtdec_5Column {
get {
return this.columndtdec_5;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn desbonus_10Column {
get {
return this.columndesbonus_10;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn bonus_10Column {
get {
return this.columnbonus_10;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn dtdec_10Column {
get {
return this.columndtdec_10;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cod_prodColumn {
get {
return this.columncod_prod;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cod_confColumn {
get {
return this.columncod_conf;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public int Count {
get {
return this.Rows.Count;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public BonusRow this[int index] {
get {
return ((BonusRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event BonusRowChangeEventHandler BonusRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event BonusRowChangeEventHandler BonusRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event BonusRowChangeEventHandler BonusRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event BonusRowChangeEventHandler BonusRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddBonusRow(BonusRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public BonusRow AddBonusRow(string des_prod, string ctv, string dt_trim, string desbonus_m, string bonus_m, string dtdec_m, string desbonus_5, string bonus_5, string dtdec_5, string desbonus_10, string bonus_10, string dtdec_10, string cod_prod, string cod_conf) {
BonusRow rowBonusRow = ((BonusRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
des_prod,
ctv,
dt_trim,
desbonus_m,
bonus_m,
dtdec_m,
desbonus_5,
bonus_5,
dtdec_5,
desbonus_10,
bonus_10,
dtdec_10,
cod_prod,
cod_conf};
rowBonusRow.ItemArray = columnValuesArray;
this.Rows.Add(rowBonusRow);
return rowBonusRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
BonusDataTable cln = ((BonusDataTable)(base.Clone()));
cln.InitVars();
return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataTable CreateInstance() {
return new BonusDataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
this.columndes_prod = base.Columns["des_prod"];
this.columnctv = base.Columns["ctv"];
this.columndt_trim = base.Columns["dt_trim"];
this.columndesbonus_m = base.Columns["desbonus_m"];
this.columnbonus_m = base.Columns["bonus_m"];
this.columndtdec_m = base.Columns["dtdec_m"];
this.columndesbonus_5 = base.Columns["desbonus_5"];
this.columnbonus_5 = base.Columns["bonus_5"];
this.columndtdec_5 = base.Columns["dtdec_5"];
this.columndesbonus_10 = base.Columns["desbonus_10"];
this.columnbonus_10 = base.Columns["bonus_10"];
this.columndtdec_10 = base.Columns["dtdec_10"];
this.columncod_prod = base.Columns["cod_prod"];
this.columncod_conf = base.Columns["cod_conf"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.columndes_prod = new global::System.Data.DataColumn("des_prod", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columndes_prod);
this.columnctv = new global::System.Data.DataColumn("ctv", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnctv);
this.columndt_trim = new global::System.Data.DataColumn("dt_trim", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columndt_trim);
this.columndesbonus_m = new global::System.Data.DataColumn("desbonus_m", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columndesbonus_m);
this.columnbonus_m = new global::System.Data.DataColumn("bonus_m", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnbonus_m);
this.columndtdec_m = new global::System.Data.DataColumn("dtdec_m", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columndtdec_m);
this.columndesbonus_5 = new global::System.Data.DataColumn("desbonus_5", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columndesbonus_5);
this.columnbonus_5 = new global::System.Data.DataColumn("bonus_5", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnbonus_5);
this.columndtdec_5 = new global::System.Data.DataColumn("dtdec_5", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columndtdec_5);
this.columndesbonus_10 = new global::System.Data.DataColumn("desbonus_10", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columndesbonus_10);
this.columnbonus_10 = new global::System.Data.DataColumn("bonus_10", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnbonus_10);
this.columndtdec_10 = new global::System.Data.DataColumn("dtdec_10", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columndtdec_10);
this.columncod_prod = new global::System.Data.DataColumn("cod_prod", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncod_prod);
this.columncod_conf = new global::System.Data.DataColumn("cod_conf", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncod_conf);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public BonusRow NewBonusRow() {
return ((BonusRow)(this.NewRow()));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
return new BonusRow(builder);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Type GetRowType() {
return typeof(BonusRow);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.BonusRowChanged != null)) {
this.BonusRowChanged(this, new BonusRowChangeEvent(((BonusRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
if ((this.BonusRowChanging != null)) {
this.BonusRowChanging(this, new BonusRowChangeEvent(((BonusRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
if ((this.BonusRowDeleted != null)) {
this.BonusRowDeleted(this, new BonusRowChangeEvent(((BonusRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
if ((this.BonusRowDeleting != null)) {
this.BonusRowDeleting(this, new BonusRowChangeEvent(((BonusRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveBonusRow(BonusRow row) {
this.Rows.Remove(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
DataSetS137 ds = new DataSetS137();
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 = "BonusDataTable";
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;
}
}
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class _Protetti_ori__E_FOI80_DataTable : global::System.Data.TypedTableBase<_Protetti_ori__E_FOI80_Row> {
private global::System.Data.DataColumn columnDES_PROD;
private global::System.Data.DataColumn columnCOD_CONF;
private global::System.Data.DataColumn columnQUOTA;
private global::System.Data.DataColumn columnNUMEROQUOTE;
private global::System.Data.DataColumn columnCONTROVALORE;
private global::System.Data.DataColumn columnDATARIF;
private global::System.Data.DataColumn columnDES_MAX;
private global::System.Data.DataColumn columnQUOTA_MAX;
private global::System.Data.DataColumn columnQUOTA_MAX_PERC;
private global::System.Data.DataColumn columnDATARIF_MAX;
private global::System.Data.DataColumn columnDES_PROT;
private global::System.Data.DataColumn columnQUOTA_PROT;
private global::System.Data.DataColumn columnNUMEROQUOTE_PROT;
private global::System.Data.DataColumn columnCONTROVALORE_PROT;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public _Protetti_ori__E_FOI80_DataTable() {
this.TableName = "Protetti_ori (E-FOI80)";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal _Protetti_ori__E_FOI80_DataTable(global::System.Data.DataTable table) {
this.TableName = table.TableName;
if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
this.CaseSensitive = table.CaseSensitive;
}
if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
this.Locale = table.Locale;
}
if ((table.Namespace != table.DataSet.Namespace)) {
this.Namespace = table.Namespace;
}
this.Prefix = table.Prefix;
this.MinimumCapacity = table.MinimumCapacity;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected _Protetti_ori__E_FOI80_DataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DES_PRODColumn {
get {
return this.columnDES_PROD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COD_CONFColumn {
get {
return this.columnCOD_CONF;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn QUOTAColumn {
get {
return this.columnQUOTA;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn NUMEROQUOTEColumn {
get {
return this.columnNUMEROQUOTE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CONTROVALOREColumn {
get {
return this.columnCONTROVALORE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DATARIFColumn {
get {
return this.columnDATARIF;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DES_MAXColumn {
get {
return this.columnDES_MAX;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn QUOTA_MAXColumn {
get {
return this.columnQUOTA_MAX;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn QUOTA_MAX_PERCColumn {
get {
return this.columnQUOTA_MAX_PERC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DATARIF_MAXColumn {
get {
return this.columnDATARIF_MAX;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DES_PROTColumn {
get {
return this.columnDES_PROT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn QUOTA_PROTColumn {
get {
return this.columnQUOTA_PROT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn NUMEROQUOTE_PROTColumn {
get {
return this.columnNUMEROQUOTE_PROT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CONTROVALORE_PROTColumn {
get {
return this.columnCONTROVALORE_PROT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public int Count {
get {
return this.Rows.Count;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public _Protetti_ori__E_FOI80_Row this[int index] {
get {
return ((_Protetti_ori__E_FOI80_Row)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event _Protetti_ori__E_FOI80_RowChangeEventHandler _Protetti_ori__E_FOI80_RowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event _Protetti_ori__E_FOI80_RowChangeEventHandler _Protetti_ori__E_FOI80_RowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event _Protetti_ori__E_FOI80_RowChangeEventHandler _Protetti_ori__E_FOI80_RowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event _Protetti_ori__E_FOI80_RowChangeEventHandler _Protetti_ori__E_FOI80_RowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Add_Protetti_ori__E_FOI80_Row(_Protetti_ori__E_FOI80_Row row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public _Protetti_ori__E_FOI80_Row Add_Protetti_ori__E_FOI80_Row(string DES_PROD, string COD_CONF, string QUOTA, string NUMEROQUOTE, string CONTROVALORE, string DATARIF, string DES_MAX, string QUOTA_MAX, string QUOTA_MAX_PERC, string DATARIF_MAX, string DES_PROT, string QUOTA_PROT, string NUMEROQUOTE_PROT, string CONTROVALORE_PROT) {
_Protetti_ori__E_FOI80_Row row_Protetti_ori__E_FOI80_Row = ((_Protetti_ori__E_FOI80_Row)(this.NewRow()));
object[] columnValuesArray = new object[] {
DES_PROD,
COD_CONF,
QUOTA,
NUMEROQUOTE,
CONTROVALORE,
DATARIF,
DES_MAX,
QUOTA_MAX,
QUOTA_MAX_PERC,
DATARIF_MAX,
DES_PROT,
QUOTA_PROT,
NUMEROQUOTE_PROT,
CONTROVALORE_PROT};
row_Protetti_ori__E_FOI80_Row.ItemArray = columnValuesArray;
this.Rows.Add(row_Protetti_ori__E_FOI80_Row);
return row_Protetti_ori__E_FOI80_Row;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
_Protetti_ori__E_FOI80_DataTable cln = ((_Protetti_ori__E_FOI80_DataTable)(base.Clone()));
cln.InitVars();
return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataTable CreateInstance() {
return new _Protetti_ori__E_FOI80_DataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
this.columnDES_PROD = base.Columns["DES_PROD"];
this.columnCOD_CONF = base.Columns["COD_CONF"];
this.columnQUOTA = base.Columns["QUOTA"];
this.columnNUMEROQUOTE = base.Columns["NUMEROQUOTE"];
this.columnCONTROVALORE = base.Columns["CONTROVALORE"];
this.columnDATARIF = base.Columns["DATARIF"];
this.columnDES_MAX = base.Columns["DES_MAX"];
this.columnQUOTA_MAX = base.Columns["QUOTA_MAX"];
this.columnQUOTA_MAX_PERC = base.Columns["QUOTA_MAX_PERC"];
this.columnDATARIF_MAX = base.Columns["DATARIF_MAX"];
this.columnDES_PROT = base.Columns["DES_PROT"];
this.columnQUOTA_PROT = base.Columns["QUOTA_PROT"];
this.columnNUMEROQUOTE_PROT = base.Columns["NUMEROQUOTE_PROT"];
this.columnCONTROVALORE_PROT = base.Columns["CONTROVALORE_PROT"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.columnDES_PROD = new global::System.Data.DataColumn("DES_PROD", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDES_PROD);
this.columnCOD_CONF = new global::System.Data.DataColumn("COD_CONF", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOD_CONF);
this.columnQUOTA = new global::System.Data.DataColumn("QUOTA", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnQUOTA);
this.columnNUMEROQUOTE = new global::System.Data.DataColumn("NUMEROQUOTE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnNUMEROQUOTE);
this.columnCONTROVALORE = new global::System.Data.DataColumn("CONTROVALORE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCONTROVALORE);
this.columnDATARIF = new global::System.Data.DataColumn("DATARIF", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDATARIF);
this.columnDES_MAX = new global::System.Data.DataColumn("DES_MAX", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDES_MAX);
this.columnQUOTA_MAX = new global::System.Data.DataColumn("QUOTA_MAX", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnQUOTA_MAX);
this.columnQUOTA_MAX_PERC = new global::System.Data.DataColumn("QUOTA_MAX_PERC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnQUOTA_MAX_PERC);
this.columnDATARIF_MAX = new global::System.Data.DataColumn("DATARIF_MAX", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDATARIF_MAX);
this.columnDES_PROT = new global::System.Data.DataColumn("DES_PROT", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDES_PROT);
this.columnQUOTA_PROT = new global::System.Data.DataColumn("QUOTA_PROT", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnQUOTA_PROT);
this.columnNUMEROQUOTE_PROT = new global::System.Data.DataColumn("NUMEROQUOTE_PROT", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnNUMEROQUOTE_PROT);
this.columnCONTROVALORE_PROT = new global::System.Data.DataColumn("CONTROVALORE_PROT", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCONTROVALORE_PROT);
this.ExtendedProperties.Add("Generator_TableVarName", "_tableProtetti_ori__E_FOI80_");
this.ExtendedProperties.Add("Generator_UserTableName", "Protetti_ori (E-FOI80)");
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public _Protetti_ori__E_FOI80_Row New_Protetti_ori__E_FOI80_Row() {
return ((_Protetti_ori__E_FOI80_Row)(this.NewRow()));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
return new _Protetti_ori__E_FOI80_Row(builder);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Type GetRowType() {
return typeof(_Protetti_ori__E_FOI80_Row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this._Protetti_ori__E_FOI80_RowChanged != null)) {
this._Protetti_ori__E_FOI80_RowChanged(this, new _Protetti_ori__E_FOI80_RowChangeEvent(((_Protetti_ori__E_FOI80_Row)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
if ((this._Protetti_ori__E_FOI80_RowChanging != null)) {
this._Protetti_ori__E_FOI80_RowChanging(this, new _Protetti_ori__E_FOI80_RowChangeEvent(((_Protetti_ori__E_FOI80_Row)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
if ((this._Protetti_ori__E_FOI80_RowDeleted != null)) {
this._Protetti_ori__E_FOI80_RowDeleted(this, new _Protetti_ori__E_FOI80_RowChangeEvent(((_Protetti_ori__E_FOI80_Row)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
if ((this._Protetti_ori__E_FOI80_RowDeleting != null)) {
this._Protetti_ori__E_FOI80_RowDeleting(this, new _Protetti_ori__E_FOI80_RowChangeEvent(((_Protetti_ori__E_FOI80_Row)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Remove_Protetti_ori__E_FOI80_Row(_Protetti_ori__E_FOI80_Row row) {
this.Rows.Remove(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
DataSetS137 ds = new DataSetS137();
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 = "_Protetti_ori__E_FOI80_DataTable";
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;
}
}
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class FOI80DataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnDTTRIM;
private global::System.Data.DataColumn columnDTRIFE;
private global::System.Data.DataColumn columnRETE;
private global::System.Data.DataColumn columnCODFIS;
private global::System.Data.DataColumn columnDESPROD;
private global::System.Data.DataColumn columnCODMAN;
private global::System.Data.DataColumn columnCODCONF;
private global::System.Data.DataColumn columnCODPROD;
private global::System.Data.DataColumn columnSUBPROD;
private global::System.Data.DataColumn columnISIN;
private global::System.Data.DataColumn columnCTV;
private global::System.Data.DataColumn columnPREZZO;
private global::System.Data.DataColumn columnQUOTE;
private global::System.Data.DataColumn columnPREZZOMAX;
private global::System.Data.DataColumn columnDTPREZZOMAX;
private global::System.Data.DataColumn columnDESMAX;
private global::System.Data.DataColumn columnPREZZOPROT;
private global::System.Data.DataColumn columnCTRVIMPPROT;
private global::System.Data.DataColumn columnDESPROT;
private global::System.Data.DataColumn columnDESPRODTIT;
private global::System.Data.DataColumn columnQUOTA_MAX_PERC;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public FOI80DataTable() {
this.TableName = "FOI80";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal FOI80DataTable(global::System.Data.DataTable table) {
this.TableName = table.TableName;
if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
this.CaseSensitive = table.CaseSensitive;
}
if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
this.Locale = table.Locale;
}
if ((table.Namespace != table.DataSet.Namespace)) {
this.Namespace = table.Namespace;
}
this.Prefix = table.Prefix;
this.MinimumCapacity = table.MinimumCapacity;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected FOI80DataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DTTRIMColumn {
get {
return this.columnDTTRIM;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DTRIFEColumn {
get {
return this.columnDTRIFE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RETEColumn {
get {
return this.columnRETE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CODFISColumn {
get {
return this.columnCODFIS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DESPRODColumn {
get {
return this.columnDESPROD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CODMANColumn {
get {
return this.columnCODMAN;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CODCONFColumn {
get {
return this.columnCODCONF;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CODPRODColumn {
get {
return this.columnCODPROD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SUBPRODColumn {
get {
return this.columnSUBPROD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ISINColumn {
get {
return this.columnISIN;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CTVColumn {
get {
return this.columnCTV;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PREZZOColumn {
get {
return this.columnPREZZO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn QUOTEColumn {
get {
return this.columnQUOTE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PREZZOMAXColumn {
get {
return this.columnPREZZOMAX;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DTPREZZOMAXColumn {
get {
return this.columnDTPREZZOMAX;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DESMAXColumn {
get {
return this.columnDESMAX;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PREZZOPROTColumn {
get {
return this.columnPREZZOPROT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CTRVIMPPROTColumn {
get {
return this.columnCTRVIMPPROT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DESPROTColumn {
get {
return this.columnDESPROT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn _________________________________________________________Column {
get {
return this.columnDESPRODTIT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn QUOTA_MAX_PERCColumn {
get {
return this.columnQUOTA_MAX_PERC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public int Count {
get {
return this.Rows.Count;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public FOI80Row this[int index] {
get {
return ((FOI80Row)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event FOI80RowChangeEventHandler FOI80RowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event FOI80RowChangeEventHandler FOI80RowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event FOI80RowChangeEventHandler FOI80RowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event FOI80RowChangeEventHandler FOI80RowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddFOI80Row(FOI80Row row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public FOI80Row AddFOI80Row(
string DTTRIM,
string DTRIFE,
string RETE,
string CODFIS,
string DESPROD,
string CODMAN,
string CODCONF,
string CODPROD,
string SUBPROD,
string ISIN,
string CTV,
string PREZZO,
string QUOTE,
string PREZZOMAX,
string DTPREZZOMAX,
string DESMAX,
string PREZZOPROT,
string CTRVIMPPROT,
string DESPROT,
string DESPRODTIT,
string QUOTA_MAX_PERC) {
FOI80Row rowFOI80Row = ((FOI80Row)(this.NewRow()));
object[] columnValuesArray = new object[] {
DTTRIM,
DTRIFE,
RETE,
CODFIS,
DESPROD,
CODMAN,
CODCONF,
CODPROD,
SUBPROD,
ISIN,
CTV,
PREZZO,
QUOTE,
PREZZOMAX,
DTPREZZOMAX,
DESMAX,
PREZZOPROT,
CTRVIMPPROT,
DESPROT,
DESPRODTIT,
QUOTA_MAX_PERC};
rowFOI80Row.ItemArray = columnValuesArray;
this.Rows.Add(rowFOI80Row);
return rowFOI80Row;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
FOI80DataTable cln = ((FOI80DataTable)(base.Clone()));
cln.InitVars();
return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataTable CreateInstance() {
return new FOI80DataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
this.columnDTTRIM = base.Columns["DTTRIM"];
this.columnDTRIFE = base.Columns["DTRIFE"];
this.columnRETE = base.Columns["RETE"];
this.columnCODFIS = base.Columns["CODFIS"];
this.columnDESPROD = base.Columns["DESPROD"];
this.columnCODMAN = base.Columns["CODMAN"];
this.columnCODCONF = base.Columns["CODCONF"];
this.columnCODPROD = base.Columns["CODPROD"];
this.columnSUBPROD = base.Columns["SUBPROD"];
this.columnISIN = base.Columns["ISIN"];
this.columnCTV = base.Columns["CTV"];
this.columnPREZZO = base.Columns["PREZZO"];
this.columnQUOTE = base.Columns["QUOTE"];
this.columnPREZZOMAX = base.Columns["PREZZOMAX"];
this.columnDTPREZZOMAX = base.Columns["DTPREZZOMAX"];
this.columnDESMAX = base.Columns["DESMAX"];
this.columnPREZZOPROT = base.Columns["PREZZOPROT"];
this.columnCTRVIMPPROT = base.Columns["CTRVIMPPROT"];
this.columnDESPROT = base.Columns["DESPROT"];
this.columnDESPRODTIT = base.Columns["DESPRODTIT"];
this.columnQUOTA_MAX_PERC = base.Columns["QUOTA_MAX_PERC"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.columnDTTRIM = new global::System.Data.DataColumn("DTTRIM", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDTTRIM);
this.columnDTRIFE = new global::System.Data.DataColumn("DTRIFE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDTRIFE);
this.columnRETE = new global::System.Data.DataColumn("RETE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRETE);
this.columnCODFIS = new global::System.Data.DataColumn("CODFIS", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCODFIS);
this.columnDESPROD = new global::System.Data.DataColumn("DESPROD", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDESPROD);
this.columnCODMAN = new global::System.Data.DataColumn("CODMAN", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCODMAN);
this.columnCODCONF = new global::System.Data.DataColumn("CODCONF", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCODCONF);
this.columnCODPROD = new global::System.Data.DataColumn("CODPROD", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCODPROD);
this.columnSUBPROD = new global::System.Data.DataColumn("SUBPROD", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSUBPROD);
this.columnISIN = new global::System.Data.DataColumn("ISIN", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnISIN);
this.columnCTV = new global::System.Data.DataColumn("CTV", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCTV);
this.columnPREZZO = new global::System.Data.DataColumn("PREZZO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPREZZO);
this.columnQUOTE = new global::System.Data.DataColumn("QUOTE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnQUOTE);
this.columnPREZZOMAX = new global::System.Data.DataColumn("PREZZOMAX", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPREZZOMAX);
this.columnDTPREZZOMAX = new global::System.Data.DataColumn("DTPREZZOMAX", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDTPREZZOMAX);
this.columnDESMAX = new global::System.Data.DataColumn("DESMAX", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDESMAX);
this.columnPREZZOPROT = new global::System.Data.DataColumn("PREZZOPROT", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPREZZOPROT);
this.columnCTRVIMPPROT = new global::System.Data.DataColumn("CTRVIMPPROT", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCTRVIMPPROT);
this.columnDESPROT = new global::System.Data.DataColumn("DESPROT", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDESPROT);
this.columnDESPRODTIT = new global::System.Data.DataColumn("DESPRODTIT", typeof(string), null, global::System.Data.MappingType.Element);
this.columnDESPRODTIT.ExtendedProperties.Add("Generator_ColumnPropNameInTable", "_________________________________________________________Column");
this.columnDESPRODTIT.ExtendedProperties.Add("Generator_UserColumnName", "DESPRODTIT");
base.Columns.Add(this.columnDESPRODTIT);
this.columnQUOTA_MAX_PERC = new global::System.Data.DataColumn("QUOTA_MAX_PERC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnQUOTA_MAX_PERC);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public FOI80Row NewFOI80Row() {
return ((FOI80Row)(this.NewRow()));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
return new FOI80Row(builder);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Type GetRowType() {
return typeof(FOI80Row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.FOI80RowChanged != null)) {
this.FOI80RowChanged(this, new FOI80RowChangeEvent(((FOI80Row)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
if ((this.FOI80RowChanging != null)) {
this.FOI80RowChanging(this, new FOI80RowChangeEvent(((FOI80Row)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
if ((this.FOI80RowDeleted != null)) {
this.FOI80RowDeleted(this, new FOI80RowChangeEvent(((FOI80Row)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
if ((this.FOI80RowDeleting != null)) {
this.FOI80RowDeleting(this, new FOI80RowChangeEvent(((FOI80Row)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveFOI80Row(FOI80Row row) {
this.Rows.Remove(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
DataSetS137 ds = new DataSetS137();
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 = "FOI80DataTable";
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;
}
}
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class ProtettiDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnDES_PROD;
private global::System.Data.DataColumn columnCOD_CONF;
private global::System.Data.DataColumn columnQUOTA;
private global::System.Data.DataColumn columnNUMEROQUOTE;
private global::System.Data.DataColumn columnCONTROVALORE;
private global::System.Data.DataColumn columnDATARIF;
private global::System.Data.DataColumn columnDES_MAX;
private global::System.Data.DataColumn columnQUOTA_MAX;
private global::System.Data.DataColumn columnQUOTA_MAX_PERC;
private global::System.Data.DataColumn columnDATARIF_MAX;
private global::System.Data.DataColumn columnDES_PROT;
private global::System.Data.DataColumn columnQUOTA_PROT;
private global::System.Data.DataColumn columnNUMEROQUOTE_PROT;
private global::System.Data.DataColumn columnCONTROVALORE_PROT;
private global::System.Data.DataColumn columnDES_PROD_TIT;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public ProtettiDataTable() {
this.TableName = "Protetti";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal ProtettiDataTable(global::System.Data.DataTable table) {
this.TableName = table.TableName;
if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
this.CaseSensitive = table.CaseSensitive;
}
if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
this.Locale = table.Locale;
}
if ((table.Namespace != table.DataSet.Namespace)) {
this.Namespace = table.Namespace;
}
this.Prefix = table.Prefix;
this.MinimumCapacity = table.MinimumCapacity;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected ProtettiDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DES_PRODColumn {
get {
return this.columnDES_PROD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COD_CONFColumn {
get {
return this.columnCOD_CONF;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn QUOTAColumn {
get {
return this.columnQUOTA;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn NUMEROQUOTEColumn {
get {
return this.columnNUMEROQUOTE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CONTROVALOREColumn {
get {
return this.columnCONTROVALORE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DATARIFColumn {
get {
return this.columnDATARIF;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DES_MAXColumn {
get {
return this.columnDES_MAX;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn QUOTA_MAXColumn {
get {
return this.columnQUOTA_MAX;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn QUOTA_MAX_PERCColumn {
get {
return this.columnQUOTA_MAX_PERC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DATARIF_MAXColumn {
get {
return this.columnDATARIF_MAX;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DES_PROTColumn {
get {
return this.columnDES_PROT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn QUOTA_PROTColumn {
get {
return this.columnQUOTA_PROT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn NUMEROQUOTE_PROTColumn {
get {
return this.columnNUMEROQUOTE_PROT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CONTROVALORE_PROTColumn {
get {
return this.columnCONTROVALORE_PROT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DES_PROD_TITColumn {
get {
return this.columnDES_PROD_TIT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public int Count {
get {
return this.Rows.Count;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public ProtettiRow this[int index] {
get {
return ((ProtettiRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event ProtettiRowChangeEventHandler ProtettiRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event ProtettiRowChangeEventHandler ProtettiRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event ProtettiRowChangeEventHandler ProtettiRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event ProtettiRowChangeEventHandler ProtettiRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddProtettiRow(ProtettiRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public ProtettiRow AddProtettiRow(string DES_PROD, string COD_CONF, string QUOTA, string NUMEROQUOTE, string CONTROVALORE, string DATARIF, string DES_MAX, string QUOTA_MAX, string QUOTA_MAX_PERC, string DATARIF_MAX, string DES_PROT, string QUOTA_PROT, string NUMEROQUOTE_PROT, string CONTROVALORE_PROT, string DES_PROD_TIT) {
ProtettiRow rowProtettiRow = ((ProtettiRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
DES_PROD,
COD_CONF,
QUOTA,
NUMEROQUOTE,
CONTROVALORE,
DATARIF,
DES_MAX,
QUOTA_MAX,
QUOTA_MAX_PERC,
DATARIF_MAX,
DES_PROT,
QUOTA_PROT,
NUMEROQUOTE_PROT,
CONTROVALORE_PROT,
DES_PROD_TIT};
rowProtettiRow.ItemArray = columnValuesArray;
this.Rows.Add(rowProtettiRow);
return rowProtettiRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
ProtettiDataTable cln = ((ProtettiDataTable)(base.Clone()));
cln.InitVars();
return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataTable CreateInstance() {
return new ProtettiDataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
this.columnDES_PROD = base.Columns["DES_PROD"];
this.columnCOD_CONF = base.Columns["COD_CONF"];
this.columnQUOTA = base.Columns["QUOTA"];
this.columnNUMEROQUOTE = base.Columns["NUMEROQUOTE"];
this.columnCONTROVALORE = base.Columns["CONTROVALORE"];
this.columnDATARIF = base.Columns["DATARIF"];
this.columnDES_MAX = base.Columns["DES_MAX"];
this.columnQUOTA_MAX = base.Columns["QUOTA_MAX"];
this.columnQUOTA_MAX_PERC = base.Columns["QUOTA_MAX_PERC"];
this.columnDATARIF_MAX = base.Columns["DATARIF_MAX"];
this.columnDES_PROT = base.Columns["DES_PROT"];
this.columnQUOTA_PROT = base.Columns["QUOTA_PROT"];
this.columnNUMEROQUOTE_PROT = base.Columns["NUMEROQUOTE_PROT"];
this.columnCONTROVALORE_PROT = base.Columns["CONTROVALORE_PROT"];
this.columnDES_PROD_TIT = base.Columns["DES_PROD_TIT"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.columnDES_PROD = new global::System.Data.DataColumn("DES_PROD", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDES_PROD);
this.columnCOD_CONF = new global::System.Data.DataColumn("COD_CONF", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOD_CONF);
this.columnQUOTA = new global::System.Data.DataColumn("QUOTA", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnQUOTA);
this.columnNUMEROQUOTE = new global::System.Data.DataColumn("NUMEROQUOTE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnNUMEROQUOTE);
this.columnCONTROVALORE = new global::System.Data.DataColumn("CONTROVALORE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCONTROVALORE);
this.columnDATARIF = new global::System.Data.DataColumn("DATARIF", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDATARIF);
this.columnDES_MAX = new global::System.Data.DataColumn("DES_MAX", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDES_MAX);
this.columnQUOTA_MAX = new global::System.Data.DataColumn("QUOTA_MAX", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnQUOTA_MAX);
this.columnQUOTA_MAX_PERC = new global::System.Data.DataColumn("QUOTA_MAX_PERC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnQUOTA_MAX_PERC);
this.columnDATARIF_MAX = new global::System.Data.DataColumn("DATARIF_MAX", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDATARIF_MAX);
this.columnDES_PROT = new global::System.Data.DataColumn("DES_PROT", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDES_PROT);
this.columnQUOTA_PROT = new global::System.Data.DataColumn("QUOTA_PROT", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnQUOTA_PROT);
this.columnNUMEROQUOTE_PROT = new global::System.Data.DataColumn("NUMEROQUOTE_PROT", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnNUMEROQUOTE_PROT);
this.columnCONTROVALORE_PROT = new global::System.Data.DataColumn("CONTROVALORE_PROT", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCONTROVALORE_PROT);
this.columnDES_PROD_TIT = new global::System.Data.DataColumn("DES_PROD_TIT", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDES_PROD_TIT);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public ProtettiRow NewProtettiRow() {
return ((ProtettiRow)(this.NewRow()));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
return new ProtettiRow(builder);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Type GetRowType() {
return typeof(ProtettiRow);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.ProtettiRowChanged != null)) {
this.ProtettiRowChanged(this, new ProtettiRowChangeEvent(((ProtettiRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
if ((this.ProtettiRowChanging != null)) {
this.ProtettiRowChanging(this, new ProtettiRowChangeEvent(((ProtettiRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
if ((this.ProtettiRowDeleted != null)) {
this.ProtettiRowDeleted(this, new ProtettiRowChangeEvent(((ProtettiRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
if ((this.ProtettiRowDeleting != null)) {
this.ProtettiRowDeleting(this, new ProtettiRowChangeEvent(((ProtettiRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveProtettiRow(ProtettiRow row) {
this.Rows.Remove(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
DataSetS137 ds = new DataSetS137();
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 = "ProtettiDataTable";
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;
}
}
///
///Represents strongly named DataRow class.
///
public partial class BonusRow : global::System.Data.DataRow {
private BonusDataTable tableBonus;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal BonusRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableBonus = ((BonusDataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string des_prod {
get {
try {
return ((string)(this[this.tableBonus.des_prodColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'des_prod\' in table \'Bonus\' is DBNull.", e);
}
}
set {
this[this.tableBonus.des_prodColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ctv {
get {
try {
return ((string)(this[this.tableBonus.ctvColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ctv\' in table \'Bonus\' is DBNull.", e);
}
}
set {
this[this.tableBonus.ctvColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string dt_trim {
get {
try {
return ((string)(this[this.tableBonus.dt_trimColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'dt_trim\' in table \'Bonus\' is DBNull.", e);
}
}
set {
this[this.tableBonus.dt_trimColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string desbonus_m {
get {
try {
return ((string)(this[this.tableBonus.desbonus_mColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'desbonus_m\' in table \'Bonus\' is DBNull.", e);
}
}
set {
this[this.tableBonus.desbonus_mColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string bonus_m {
get {
try {
return ((string)(this[this.tableBonus.bonus_mColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'bonus_m\' in table \'Bonus\' is DBNull.", e);
}
}
set {
this[this.tableBonus.bonus_mColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string dtdec_m {
get {
try {
return ((string)(this[this.tableBonus.dtdec_mColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'dtdec_m\' in table \'Bonus\' is DBNull.", e);
}
}
set {
this[this.tableBonus.dtdec_mColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string desbonus_5 {
get {
try {
return ((string)(this[this.tableBonus.desbonus_5Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'desbonus_5\' in table \'Bonus\' is DBNull.", e);
}
}
set {
this[this.tableBonus.desbonus_5Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string bonus_5 {
get {
try {
return ((string)(this[this.tableBonus.bonus_5Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'bonus_5\' in table \'Bonus\' is DBNull.", e);
}
}
set {
this[this.tableBonus.bonus_5Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string dtdec_5 {
get {
try {
return ((string)(this[this.tableBonus.dtdec_5Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'dtdec_5\' in table \'Bonus\' is DBNull.", e);
}
}
set {
this[this.tableBonus.dtdec_5Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string desbonus_10 {
get {
try {
return ((string)(this[this.tableBonus.desbonus_10Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'desbonus_10\' in table \'Bonus\' is DBNull.", e);
}
}
set {
this[this.tableBonus.desbonus_10Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string bonus_10 {
get {
try {
return ((string)(this[this.tableBonus.bonus_10Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'bonus_10\' in table \'Bonus\' is DBNull.", e);
}
}
set {
this[this.tableBonus.bonus_10Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string dtdec_10 {
get {
try {
return ((string)(this[this.tableBonus.dtdec_10Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'dtdec_10\' in table \'Bonus\' is DBNull.", e);
}
}
set {
this[this.tableBonus.dtdec_10Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string cod_prod {
get {
try {
return ((string)(this[this.tableBonus.cod_prodColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cod_prod\' in table \'Bonus\' is DBNull.", e);
}
}
set {
this[this.tableBonus.cod_prodColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string cod_conf {
get {
try {
return ((string)(this[this.tableBonus.cod_confColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cod_conf\' in table \'Bonus\' is DBNull.", e);
}
}
set {
this[this.tableBonus.cod_confColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isdes_prodNull() {
return this.IsNull(this.tableBonus.des_prodColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setdes_prodNull() {
this[this.tableBonus.des_prodColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsctvNull() {
return this.IsNull(this.tableBonus.ctvColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetctvNull() {
this[this.tableBonus.ctvColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isdt_trimNull() {
return this.IsNull(this.tableBonus.dt_trimColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setdt_trimNull() {
this[this.tableBonus.dt_trimColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isdesbonus_mNull() {
return this.IsNull(this.tableBonus.desbonus_mColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setdesbonus_mNull() {
this[this.tableBonus.desbonus_mColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isbonus_mNull() {
return this.IsNull(this.tableBonus.bonus_mColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setbonus_mNull() {
this[this.tableBonus.bonus_mColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isdtdec_mNull() {
return this.IsNull(this.tableBonus.dtdec_mColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setdtdec_mNull() {
this[this.tableBonus.dtdec_mColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isdesbonus_5Null() {
return this.IsNull(this.tableBonus.desbonus_5Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setdesbonus_5Null() {
this[this.tableBonus.desbonus_5Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isbonus_5Null() {
return this.IsNull(this.tableBonus.bonus_5Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setbonus_5Null() {
this[this.tableBonus.bonus_5Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isdtdec_5Null() {
return this.IsNull(this.tableBonus.dtdec_5Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setdtdec_5Null() {
this[this.tableBonus.dtdec_5Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isdesbonus_10Null() {
return this.IsNull(this.tableBonus.desbonus_10Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setdesbonus_10Null() {
this[this.tableBonus.desbonus_10Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isbonus_10Null() {
return this.IsNull(this.tableBonus.bonus_10Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setbonus_10Null() {
this[this.tableBonus.bonus_10Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isdtdec_10Null() {
return this.IsNull(this.tableBonus.dtdec_10Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setdtdec_10Null() {
this[this.tableBonus.dtdec_10Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscod_prodNull() {
return this.IsNull(this.tableBonus.cod_prodColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcod_prodNull() {
this[this.tableBonus.cod_prodColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscod_confNull() {
return this.IsNull(this.tableBonus.cod_confColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcod_confNull() {
this[this.tableBonus.cod_confColumn] = global::System.Convert.DBNull;
}
}
///
///Represents strongly named DataRow class.
///
public partial class _Protetti_ori__E_FOI80_Row : global::System.Data.DataRow {
private _Protetti_ori__E_FOI80_DataTable _tableProtetti_ori__E_FOI80_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal _Protetti_ori__E_FOI80_Row(global::System.Data.DataRowBuilder rb) :
base(rb) {
this._tableProtetti_ori__E_FOI80_ = ((_Protetti_ori__E_FOI80_DataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DES_PROD {
get {
try {
return ((string)(this[this._tableProtetti_ori__E_FOI80_.DES_PRODColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DES_PROD\' in table \'Protetti_ori (E-FOI80)\' is DBNull.", e);
}
}
set {
this[this._tableProtetti_ori__E_FOI80_.DES_PRODColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string COD_CONF {
get {
try {
return ((string)(this[this._tableProtetti_ori__E_FOI80_.COD_CONFColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COD_CONF\' in table \'Protetti_ori (E-FOI80)\' is DBNull.", e);
}
}
set {
this[this._tableProtetti_ori__E_FOI80_.COD_CONFColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string QUOTA {
get {
try {
return ((string)(this[this._tableProtetti_ori__E_FOI80_.QUOTAColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'QUOTA\' in table \'Protetti_ori (E-FOI80)\' is DBNull.", e);
}
}
set {
this[this._tableProtetti_ori__E_FOI80_.QUOTAColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string NUMEROQUOTE {
get {
try {
return ((string)(this[this._tableProtetti_ori__E_FOI80_.NUMEROQUOTEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'NUMEROQUOTE\' in table \'Protetti_ori (E-FOI80)\' is DBNull.", e);
}
}
set {
this[this._tableProtetti_ori__E_FOI80_.NUMEROQUOTEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CONTROVALORE {
get {
try {
return ((string)(this[this._tableProtetti_ori__E_FOI80_.CONTROVALOREColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONTROVALORE\' in table \'Protetti_ori (E-FOI80)\' is DBNull.", e);
}
}
set {
this[this._tableProtetti_ori__E_FOI80_.CONTROVALOREColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DATARIF {
get {
try {
return ((string)(this[this._tableProtetti_ori__E_FOI80_.DATARIFColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DATARIF\' in table \'Protetti_ori (E-FOI80)\' is DBNull.", e);
}
}
set {
this[this._tableProtetti_ori__E_FOI80_.DATARIFColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DES_MAX {
get {
try {
return ((string)(this[this._tableProtetti_ori__E_FOI80_.DES_MAXColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DES_MAX\' in table \'Protetti_ori (E-FOI80)\' is DBNull.", e);
}
}
set {
this[this._tableProtetti_ori__E_FOI80_.DES_MAXColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string QUOTA_MAX {
get {
try {
return ((string)(this[this._tableProtetti_ori__E_FOI80_.QUOTA_MAXColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'QUOTA_MAX\' in table \'Protetti_ori (E-FOI80)\' is DBNull.", e);
}
}
set {
this[this._tableProtetti_ori__E_FOI80_.QUOTA_MAXColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string QUOTA_MAX_PERC {
get {
try {
return ((string)(this[this._tableProtetti_ori__E_FOI80_.QUOTA_MAX_PERCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'QUOTA_MAX_PERC\' in table \'Protetti_ori (E-FOI80)\' is DBNull" +
".", e);
}
}
set {
this[this._tableProtetti_ori__E_FOI80_.QUOTA_MAX_PERCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DATARIF_MAX {
get {
try {
return ((string)(this[this._tableProtetti_ori__E_FOI80_.DATARIF_MAXColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DATARIF_MAX\' in table \'Protetti_ori (E-FOI80)\' is DBNull.", e);
}
}
set {
this[this._tableProtetti_ori__E_FOI80_.DATARIF_MAXColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DES_PROT {
get {
try {
return ((string)(this[this._tableProtetti_ori__E_FOI80_.DES_PROTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DES_PROT\' in table \'Protetti_ori (E-FOI80)\' is DBNull.", e);
}
}
set {
this[this._tableProtetti_ori__E_FOI80_.DES_PROTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string QUOTA_PROT {
get {
try {
return ((string)(this[this._tableProtetti_ori__E_FOI80_.QUOTA_PROTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'QUOTA_PROT\' in table \'Protetti_ori (E-FOI80)\' is DBNull.", e);
}
}
set {
this[this._tableProtetti_ori__E_FOI80_.QUOTA_PROTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string NUMEROQUOTE_PROT {
get {
try {
return ((string)(this[this._tableProtetti_ori__E_FOI80_.NUMEROQUOTE_PROTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'NUMEROQUOTE_PROT\' in table \'Protetti_ori (E-FOI80)\' is DBNu" +
"ll.", e);
}
}
set {
this[this._tableProtetti_ori__E_FOI80_.NUMEROQUOTE_PROTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CONTROVALORE_PROT {
get {
try {
return ((string)(this[this._tableProtetti_ori__E_FOI80_.CONTROVALORE_PROTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONTROVALORE_PROT\' in table \'Protetti_ori (E-FOI80)\' is DBN" +
"ull.", e);
}
}
set {
this[this._tableProtetti_ori__E_FOI80_.CONTROVALORE_PROTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDES_PRODNull() {
return this.IsNull(this._tableProtetti_ori__E_FOI80_.DES_PRODColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDES_PRODNull() {
this[this._tableProtetti_ori__E_FOI80_.DES_PRODColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOD_CONFNull() {
return this.IsNull(this._tableProtetti_ori__E_FOI80_.COD_CONFColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOD_CONFNull() {
this[this._tableProtetti_ori__E_FOI80_.COD_CONFColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsQUOTANull() {
return this.IsNull(this._tableProtetti_ori__E_FOI80_.QUOTAColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetQUOTANull() {
this[this._tableProtetti_ori__E_FOI80_.QUOTAColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsNUMEROQUOTENull() {
return this.IsNull(this._tableProtetti_ori__E_FOI80_.NUMEROQUOTEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetNUMEROQUOTENull() {
this[this._tableProtetti_ori__E_FOI80_.NUMEROQUOTEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCONTROVALORENull() {
return this.IsNull(this._tableProtetti_ori__E_FOI80_.CONTROVALOREColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCONTROVALORENull() {
this[this._tableProtetti_ori__E_FOI80_.CONTROVALOREColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDATARIFNull() {
return this.IsNull(this._tableProtetti_ori__E_FOI80_.DATARIFColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDATARIFNull() {
this[this._tableProtetti_ori__E_FOI80_.DATARIFColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDES_MAXNull() {
return this.IsNull(this._tableProtetti_ori__E_FOI80_.DES_MAXColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDES_MAXNull() {
this[this._tableProtetti_ori__E_FOI80_.DES_MAXColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsQUOTA_MAXNull() {
return this.IsNull(this._tableProtetti_ori__E_FOI80_.QUOTA_MAXColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetQUOTA_MAXNull() {
this[this._tableProtetti_ori__E_FOI80_.QUOTA_MAXColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsQUOTA_MAX_PERCNull() {
return this.IsNull(this._tableProtetti_ori__E_FOI80_.QUOTA_MAX_PERCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetQUOTA_MAX_PERCNull() {
this[this._tableProtetti_ori__E_FOI80_.QUOTA_MAX_PERCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDATARIF_MAXNull() {
return this.IsNull(this._tableProtetti_ori__E_FOI80_.DATARIF_MAXColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDATARIF_MAXNull() {
this[this._tableProtetti_ori__E_FOI80_.DATARIF_MAXColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDES_PROTNull() {
return this.IsNull(this._tableProtetti_ori__E_FOI80_.DES_PROTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDES_PROTNull() {
this[this._tableProtetti_ori__E_FOI80_.DES_PROTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsQUOTA_PROTNull() {
return this.IsNull(this._tableProtetti_ori__E_FOI80_.QUOTA_PROTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetQUOTA_PROTNull() {
this[this._tableProtetti_ori__E_FOI80_.QUOTA_PROTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsNUMEROQUOTE_PROTNull() {
return this.IsNull(this._tableProtetti_ori__E_FOI80_.NUMEROQUOTE_PROTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetNUMEROQUOTE_PROTNull() {
this[this._tableProtetti_ori__E_FOI80_.NUMEROQUOTE_PROTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCONTROVALORE_PROTNull() {
return this.IsNull(this._tableProtetti_ori__E_FOI80_.CONTROVALORE_PROTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCONTROVALORE_PROTNull() {
this[this._tableProtetti_ori__E_FOI80_.CONTROVALORE_PROTColumn] = global::System.Convert.DBNull;
}
}
///
///Represents strongly named DataRow class.
///
public partial class FOI80Row : global::System.Data.DataRow {
private FOI80DataTable tableFOI80;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal FOI80Row(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableFOI80 = ((FOI80DataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DTTRIM {
get {
try {
return ((string)(this[this.tableFOI80.DTTRIMColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DTTRIM\' in table \'FOI80\' is DBNull.", e);
}
}
set {
this[this.tableFOI80.DTTRIMColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DTRIFE {
get {
try {
return ((string)(this[this.tableFOI80.DTRIFEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DTRIFE\' in table \'FOI80\' is DBNull.", e);
}
}
set {
this[this.tableFOI80.DTRIFEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string RETE {
get {
try {
return ((string)(this[this.tableFOI80.RETEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RETE\' in table \'FOI80\' is DBNull.", e);
}
}
set {
this[this.tableFOI80.RETEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CODFIS {
get {
try {
return ((string)(this[this.tableFOI80.CODFISColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CODFIS\' in table \'FOI80\' is DBNull.", e);
}
}
set {
this[this.tableFOI80.CODFISColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DESPROD {
get {
try {
return ((string)(this[this.tableFOI80.DESPRODColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DESPROD\' in table \'FOI80\' is DBNull.", e);
}
}
set {
this[this.tableFOI80.DESPRODColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CODMAN {
get {
try {
return ((string)(this[this.tableFOI80.CODMANColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CODMAN\' in table \'FOI80\' is DBNull.", e);
}
}
set {
this[this.tableFOI80.CODMANColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CODCONF {
get {
try {
return ((string)(this[this.tableFOI80.CODCONFColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CODCONF\' in table \'FOI80\' is DBNull.", e);
}
}
set {
this[this.tableFOI80.CODCONFColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CODPROD {
get {
try {
return ((string)(this[this.tableFOI80.CODPRODColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CODPROD\' in table \'FOI80\' is DBNull.", e);
}
}
set {
this[this.tableFOI80.CODPRODColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string SUBPROD {
get {
try {
return ((string)(this[this.tableFOI80.SUBPRODColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SUBPROD\' in table \'FOI80\' is DBNull.", e);
}
}
set {
this[this.tableFOI80.SUBPRODColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ISIN {
get {
try {
return ((string)(this[this.tableFOI80.ISINColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ISIN\' in table \'FOI80\' is DBNull.", e);
}
}
set {
this[this.tableFOI80.ISINColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CTV {
get {
try {
return ((string)(this[this.tableFOI80.CTVColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CTV\' in table \'FOI80\' is DBNull.", e);
}
}
set {
this[this.tableFOI80.CTVColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string PREZZO {
get {
try {
return ((string)(this[this.tableFOI80.PREZZOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PREZZO\' in table \'FOI80\' is DBNull.", e);
}
}
set {
this[this.tableFOI80.PREZZOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string QUOTE {
get {
try {
return ((string)(this[this.tableFOI80.QUOTEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'QUOTE\' in table \'FOI80\' is DBNull.", e);
}
}
set {
this[this.tableFOI80.QUOTEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string PREZZOMAX {
get {
try {
return ((string)(this[this.tableFOI80.PREZZOMAXColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PREZZOMAX\' in table \'FOI80\' is DBNull.", e);
}
}
set {
this[this.tableFOI80.PREZZOMAXColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DTPREZZOMAX {
get {
try {
return ((string)(this[this.tableFOI80.DTPREZZOMAXColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DTPREZZOMAX\' in table \'FOI80\' is DBNull.", e);
}
}
set {
this[this.tableFOI80.DTPREZZOMAXColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DESMAX {
get {
try {
return ((string)(this[this.tableFOI80.DESMAXColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DESMAX\' in table \'FOI80\' is DBNull.", e);
}
}
set {
this[this.tableFOI80.DESMAXColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string PREZZOPROT {
get {
try {
return ((string)(this[this.tableFOI80.PREZZOPROTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PREZZOPROT\' in table \'FOI80\' is DBNull.", e);
}
}
set {
this[this.tableFOI80.PREZZOPROTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CTRVIMPPROT {
get {
try {
return ((string)(this[this.tableFOI80.CTRVIMPPROTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CTRVIMPPROT\' in table \'FOI80\' is DBNull.", e);
}
}
set {
this[this.tableFOI80.CTRVIMPPROTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DESPROT {
get {
try {
return ((string)(this[this.tableFOI80.DESPROTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DESPROT\' in table \'FOI80\' is DBNull.", e);
}
}
set {
this[this.tableFOI80.DESPROTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DESPRODTIT {
get {
try {
return ((string)(this[this.tableFOI80._________________________________________________________Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DESPRODTIT\' in table \'FOI80\' is DBNull.", e);
}
}
set {
this[this.tableFOI80._________________________________________________________Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string QUOTA_MAX_PERC {
get {
try {
return ((string)(this[this.tableFOI80.QUOTA_MAX_PERCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'QUOTA_MAX_PERC\' in table \'FOI80\' is DBNull.", e);
}
}
set {
this[this.tableFOI80.QUOTA_MAX_PERCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDTTRIMNull() {
return this.IsNull(this.tableFOI80.DTTRIMColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDTTRIMNull() {
this[this.tableFOI80.DTTRIMColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDTRIFENull() {
return this.IsNull(this.tableFOI80.DTRIFEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDTRIFENull() {
this[this.tableFOI80.DTRIFEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRETENull() {
return this.IsNull(this.tableFOI80.RETEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRETENull() {
this[this.tableFOI80.RETEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCODFISNull() {
return this.IsNull(this.tableFOI80.CODFISColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCODFISNull() {
this[this.tableFOI80.CODFISColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDESPRODNull() {
return this.IsNull(this.tableFOI80.DESPRODColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDESPRODNull() {
this[this.tableFOI80.DESPRODColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCODMANNull() {
return this.IsNull(this.tableFOI80.CODMANColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCODMANNull() {
this[this.tableFOI80.CODMANColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCODCONFNull() {
return this.IsNull(this.tableFOI80.CODCONFColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCODCONFNull() {
this[this.tableFOI80.CODCONFColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCODPRODNull() {
return this.IsNull(this.tableFOI80.CODPRODColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCODPRODNull() {
this[this.tableFOI80.CODPRODColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSUBPRODNull() {
return this.IsNull(this.tableFOI80.SUBPRODColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSUBPRODNull() {
this[this.tableFOI80.SUBPRODColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsISINNull() {
return this.IsNull(this.tableFOI80.ISINColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetISINNull() {
this[this.tableFOI80.ISINColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCTVNull() {
return this.IsNull(this.tableFOI80.CTVColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCTVNull() {
this[this.tableFOI80.CTVColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPREZZONull() {
return this.IsNull(this.tableFOI80.PREZZOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPREZZONull() {
this[this.tableFOI80.PREZZOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsQUOTENull() {
return this.IsNull(this.tableFOI80.QUOTEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetQUOTENull() {
this[this.tableFOI80.QUOTEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPREZZOMAXNull() {
return this.IsNull(this.tableFOI80.PREZZOMAXColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPREZZOMAXNull() {
this[this.tableFOI80.PREZZOMAXColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDTPREZZOMAXNull() {
return this.IsNull(this.tableFOI80.DTPREZZOMAXColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDTPREZZOMAXNull() {
this[this.tableFOI80.DTPREZZOMAXColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDESMAXNull() {
return this.IsNull(this.tableFOI80.DESMAXColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDESMAXNull() {
this[this.tableFOI80.DESMAXColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPREZZOPROTNull() {
return this.IsNull(this.tableFOI80.PREZZOPROTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPREZZOPROTNull() {
this[this.tableFOI80.PREZZOPROTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCTRVIMPPROTNull() {
return this.IsNull(this.tableFOI80.CTRVIMPPROTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCTRVIMPPROTNull() {
this[this.tableFOI80.CTRVIMPPROTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDESPROTNull() {
return this.IsNull(this.tableFOI80.DESPROTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDESPROTNull() {
this[this.tableFOI80.DESPROTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDESPRODTITNull() {
return this.IsNull(this.tableFOI80._________________________________________________________Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDESPRODTITNull() {
this[this.tableFOI80._________________________________________________________Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsQUOTA_MAX_PERCNull() {
return this.IsNull(this.tableFOI80.QUOTA_MAX_PERCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetQUOTA_MAX_PERCNull() {
this[this.tableFOI80.QUOTA_MAX_PERCColumn] = global::System.Convert.DBNull;
}
}
///
///Represents strongly named DataRow class.
///
public partial class ProtettiRow : global::System.Data.DataRow {
private ProtettiDataTable tableProtetti;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal ProtettiRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableProtetti = ((ProtettiDataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DES_PROD {
get {
try {
return ((string)(this[this.tableProtetti.DES_PRODColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DES_PROD\' in table \'Protetti\' is DBNull.", e);
}
}
set {
this[this.tableProtetti.DES_PRODColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string COD_CONF {
get {
try {
return ((string)(this[this.tableProtetti.COD_CONFColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COD_CONF\' in table \'Protetti\' is DBNull.", e);
}
}
set {
this[this.tableProtetti.COD_CONFColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string QUOTA {
get {
try {
return ((string)(this[this.tableProtetti.QUOTAColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'QUOTA\' in table \'Protetti\' is DBNull.", e);
}
}
set {
this[this.tableProtetti.QUOTAColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string NUMEROQUOTE {
get {
try {
return ((string)(this[this.tableProtetti.NUMEROQUOTEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'NUMEROQUOTE\' in table \'Protetti\' is DBNull.", e);
}
}
set {
this[this.tableProtetti.NUMEROQUOTEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CONTROVALORE {
get {
try {
return ((string)(this[this.tableProtetti.CONTROVALOREColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONTROVALORE\' in table \'Protetti\' is DBNull.", e);
}
}
set {
this[this.tableProtetti.CONTROVALOREColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DATARIF {
get {
try {
return ((string)(this[this.tableProtetti.DATARIFColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DATARIF\' in table \'Protetti\' is DBNull.", e);
}
}
set {
this[this.tableProtetti.DATARIFColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DES_MAX {
get {
try {
return ((string)(this[this.tableProtetti.DES_MAXColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DES_MAX\' in table \'Protetti\' is DBNull.", e);
}
}
set {
this[this.tableProtetti.DES_MAXColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string QUOTA_MAX {
get {
try {
return ((string)(this[this.tableProtetti.QUOTA_MAXColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'QUOTA_MAX\' in table \'Protetti\' is DBNull.", e);
}
}
set {
this[this.tableProtetti.QUOTA_MAXColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string QUOTA_MAX_PERC {
get {
try {
return ((string)(this[this.tableProtetti.QUOTA_MAX_PERCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'QUOTA_MAX_PERC\' in table \'Protetti\' is DBNull.", e);
}
}
set {
this[this.tableProtetti.QUOTA_MAX_PERCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DATARIF_MAX {
get {
try {
return ((string)(this[this.tableProtetti.DATARIF_MAXColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DATARIF_MAX\' in table \'Protetti\' is DBNull.", e);
}
}
set {
this[this.tableProtetti.DATARIF_MAXColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DES_PROT {
get {
try {
return ((string)(this[this.tableProtetti.DES_PROTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DES_PROT\' in table \'Protetti\' is DBNull.", e);
}
}
set {
this[this.tableProtetti.DES_PROTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string QUOTA_PROT {
get {
try {
return ((string)(this[this.tableProtetti.QUOTA_PROTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'QUOTA_PROT\' in table \'Protetti\' is DBNull.", e);
}
}
set {
this[this.tableProtetti.QUOTA_PROTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string NUMEROQUOTE_PROT {
get {
try {
return ((string)(this[this.tableProtetti.NUMEROQUOTE_PROTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'NUMEROQUOTE_PROT\' in table \'Protetti\' is DBNull.", e);
}
}
set {
this[this.tableProtetti.NUMEROQUOTE_PROTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CONTROVALORE_PROT {
get {
try {
return ((string)(this[this.tableProtetti.CONTROVALORE_PROTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONTROVALORE_PROT\' in table \'Protetti\' is DBNull.", e);
}
}
set {
this[this.tableProtetti.CONTROVALORE_PROTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DES_PROD_TIT {
get {
try {
return ((string)(this[this.tableProtetti.DES_PROD_TITColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DES_PROD_TIT\' in table \'Protetti\' is DBNull.", e);
}
}
set {
this[this.tableProtetti.DES_PROD_TITColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDES_PRODNull() {
return this.IsNull(this.tableProtetti.DES_PRODColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDES_PRODNull() {
this[this.tableProtetti.DES_PRODColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOD_CONFNull() {
return this.IsNull(this.tableProtetti.COD_CONFColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOD_CONFNull() {
this[this.tableProtetti.COD_CONFColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsQUOTANull() {
return this.IsNull(this.tableProtetti.QUOTAColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetQUOTANull() {
this[this.tableProtetti.QUOTAColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsNUMEROQUOTENull() {
return this.IsNull(this.tableProtetti.NUMEROQUOTEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetNUMEROQUOTENull() {
this[this.tableProtetti.NUMEROQUOTEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCONTROVALORENull() {
return this.IsNull(this.tableProtetti.CONTROVALOREColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCONTROVALORENull() {
this[this.tableProtetti.CONTROVALOREColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDATARIFNull() {
return this.IsNull(this.tableProtetti.DATARIFColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDATARIFNull() {
this[this.tableProtetti.DATARIFColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDES_MAXNull() {
return this.IsNull(this.tableProtetti.DES_MAXColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDES_MAXNull() {
this[this.tableProtetti.DES_MAXColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsQUOTA_MAXNull() {
return this.IsNull(this.tableProtetti.QUOTA_MAXColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetQUOTA_MAXNull() {
this[this.tableProtetti.QUOTA_MAXColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsQUOTA_MAX_PERCNull() {
return this.IsNull(this.tableProtetti.QUOTA_MAX_PERCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetQUOTA_MAX_PERCNull() {
this[this.tableProtetti.QUOTA_MAX_PERCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDATARIF_MAXNull() {
return this.IsNull(this.tableProtetti.DATARIF_MAXColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDATARIF_MAXNull() {
this[this.tableProtetti.DATARIF_MAXColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDES_PROTNull() {
return this.IsNull(this.tableProtetti.DES_PROTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDES_PROTNull() {
this[this.tableProtetti.DES_PROTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsQUOTA_PROTNull() {
return this.IsNull(this.tableProtetti.QUOTA_PROTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetQUOTA_PROTNull() {
this[this.tableProtetti.QUOTA_PROTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsNUMEROQUOTE_PROTNull() {
return this.IsNull(this.tableProtetti.NUMEROQUOTE_PROTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetNUMEROQUOTE_PROTNull() {
this[this.tableProtetti.NUMEROQUOTE_PROTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCONTROVALORE_PROTNull() {
return this.IsNull(this.tableProtetti.CONTROVALORE_PROTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCONTROVALORE_PROTNull() {
this[this.tableProtetti.CONTROVALORE_PROTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDES_PROD_TITNull() {
return this.IsNull(this.tableProtetti.DES_PROD_TITColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDES_PROD_TITNull() {
this[this.tableProtetti.DES_PROD_TITColumn] = global::System.Convert.DBNull;
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class BonusRowChangeEvent : global::System.EventArgs {
private BonusRow eventRow;
private global::System.Data.DataRowAction eventAction;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public BonusRowChangeEvent(BonusRow row, global::System.Data.DataRowAction action) {
this.eventRow = row;
this.eventAction = action;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public BonusRow Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class _Protetti_ori__E_FOI80_RowChangeEvent : global::System.EventArgs {
private _Protetti_ori__E_FOI80_Row eventRow;
private global::System.Data.DataRowAction eventAction;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public _Protetti_ori__E_FOI80_RowChangeEvent(_Protetti_ori__E_FOI80_Row row, global::System.Data.DataRowAction action) {
this.eventRow = row;
this.eventAction = action;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public _Protetti_ori__E_FOI80_Row Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class FOI80RowChangeEvent : global::System.EventArgs {
private FOI80Row eventRow;
private global::System.Data.DataRowAction eventAction;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public FOI80RowChangeEvent(FOI80Row row, global::System.Data.DataRowAction action) {
this.eventRow = row;
this.eventAction = action;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public FOI80Row Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class ProtettiRowChangeEvent : global::System.EventArgs {
private ProtettiRow eventRow;
private global::System.Data.DataRowAction eventAction;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public ProtettiRowChangeEvent(ProtettiRow row, global::System.Data.DataRowAction action) {
this.eventRow = row;
this.eventAction = action;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public ProtettiRow Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
}
}
#pragma warning restore 1591