//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:2.0.50727.3082 // // 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.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] [global::System.Serializable()] [global::System.ComponentModel.DesignerCategoryAttribute("code")] [global::System.ComponentModel.ToolboxItem(true)] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedDataSetSchema")] [global::System.Xml.Serialization.XmlRootAttribute("DataSetS56")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")] public partial class DataSetS56 : global::System.Data.DataSet { private PatrimonioBFAreeBisognoDataTable tablePatrimonioBFAreeBisogno; private TotaleAreeBisognoDataTable tableTotaleAreeBisogno; private ContoCorrenteDataTable tableContoCorrente; private TotalePatrimonioDataTable tableTotalePatrimonio; private RisorseNonAllocateDataTable tableRisorseNonAllocate; private PartiteViaggiantiDataTable tablePartiteViaggianti; private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public DataSetS56() { 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()] protected DataSetS56(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["PatrimonioBFAreeBisogno"] != null)) { base.Tables.Add(new PatrimonioBFAreeBisognoDataTable(ds.Tables["PatrimonioBFAreeBisogno"])); } if ((ds.Tables["TotaleAreeBisogno"] != null)) { base.Tables.Add(new TotaleAreeBisognoDataTable(ds.Tables["TotaleAreeBisogno"])); } if ((ds.Tables["ContoCorrente"] != null)) { base.Tables.Add(new ContoCorrenteDataTable(ds.Tables["ContoCorrente"])); } if ((ds.Tables["TotalePatrimonio"] != null)) { base.Tables.Add(new TotalePatrimonioDataTable(ds.Tables["TotalePatrimonio"])); } if ((ds.Tables["RisorseNonAllocate"] != null)) { base.Tables.Add(new RisorseNonAllocateDataTable(ds.Tables["RisorseNonAllocate"])); } if ((ds.Tables["PartiteViaggianti"] != null)) { base.Tables.Add(new PartiteViaggiantiDataTable(ds.Tables["PartiteViaggianti"])); } 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.ComponentModel.Browsable(false)] [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] public PatrimonioBFAreeBisognoDataTable PatrimonioBFAreeBisogno { get { return this.tablePatrimonioBFAreeBisogno; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.ComponentModel.Browsable(false)] [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] public TotaleAreeBisognoDataTable TotaleAreeBisogno { get { return this.tableTotaleAreeBisogno; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.ComponentModel.Browsable(false)] [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] public ContoCorrenteDataTable ContoCorrente { get { return this.tableContoCorrente; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.ComponentModel.Browsable(false)] [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] public TotalePatrimonioDataTable TotalePatrimonio { get { return this.tableTotalePatrimonio; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.ComponentModel.Browsable(false)] [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] public RisorseNonAllocateDataTable RisorseNonAllocate { get { return this.tableRisorseNonAllocate; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.ComponentModel.Browsable(false)] [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] public PartiteViaggiantiDataTable PartiteViaggianti { get { return this.tablePartiteViaggianti; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [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.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)] public new global::System.Data.DataTableCollection Tables { get { return base.Tables; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)] public new global::System.Data.DataRelationCollection Relations { get { return base.Relations; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override void InitializeDerivedDataSet() { this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public override global::System.Data.DataSet Clone() { DataSetS56 cln = ((DataSetS56)(base.Clone())); cln.InitVars(); cln.SchemaSerializationMode = this.SchemaSerializationMode; return cln; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override bool ShouldSerializeTables() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override bool ShouldSerializeRelations() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 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["PatrimonioBFAreeBisogno"] != null)) { base.Tables.Add(new PatrimonioBFAreeBisognoDataTable(ds.Tables["PatrimonioBFAreeBisogno"])); } if ((ds.Tables["TotaleAreeBisogno"] != null)) { base.Tables.Add(new TotaleAreeBisognoDataTable(ds.Tables["TotaleAreeBisogno"])); } if ((ds.Tables["ContoCorrente"] != null)) { base.Tables.Add(new ContoCorrenteDataTable(ds.Tables["ContoCorrente"])); } if ((ds.Tables["TotalePatrimonio"] != null)) { base.Tables.Add(new TotalePatrimonioDataTable(ds.Tables["TotalePatrimonio"])); } if ((ds.Tables["RisorseNonAllocate"] != null)) { base.Tables.Add(new RisorseNonAllocateDataTable(ds.Tables["RisorseNonAllocate"])); } if ((ds.Tables["PartiteViaggianti"] != null)) { base.Tables.Add(new PartiteViaggiantiDataTable(ds.Tables["PartiteViaggianti"])); } 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()] 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()] internal void InitVars() { this.InitVars(true); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] internal void InitVars(bool initTable) { this.tablePatrimonioBFAreeBisogno = ((PatrimonioBFAreeBisognoDataTable)(base.Tables["PatrimonioBFAreeBisogno"])); if ((initTable == true)) { if ((this.tablePatrimonioBFAreeBisogno != null)) { this.tablePatrimonioBFAreeBisogno.InitVars(); } } this.tableTotaleAreeBisogno = ((TotaleAreeBisognoDataTable)(base.Tables["TotaleAreeBisogno"])); if ((initTable == true)) { if ((this.tableTotaleAreeBisogno != null)) { this.tableTotaleAreeBisogno.InitVars(); } } this.tableContoCorrente = ((ContoCorrenteDataTable)(base.Tables["ContoCorrente"])); if ((initTable == true)) { if ((this.tableContoCorrente != null)) { this.tableContoCorrente.InitVars(); } } this.tableTotalePatrimonio = ((TotalePatrimonioDataTable)(base.Tables["TotalePatrimonio"])); if ((initTable == true)) { if ((this.tableTotalePatrimonio != null)) { this.tableTotalePatrimonio.InitVars(); } } this.tableRisorseNonAllocate = ((RisorseNonAllocateDataTable)(base.Tables["RisorseNonAllocate"])); if ((initTable == true)) { if ((this.tableRisorseNonAllocate != null)) { this.tableRisorseNonAllocate.InitVars(); } } this.tablePartiteViaggianti = ((PartiteViaggiantiDataTable)(base.Tables["PartiteViaggianti"])); if ((initTable == true)) { if ((this.tablePartiteViaggianti != null)) { this.tablePartiteViaggianti.InitVars(); } } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] private void InitClass() { this.DataSetName = "DataSetS56"; this.Prefix = ""; this.Namespace = "http://tempuri.org/DataSetS56.xsd"; this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tablePatrimonioBFAreeBisogno = new PatrimonioBFAreeBisognoDataTable(); base.Tables.Add(this.tablePatrimonioBFAreeBisogno); this.tableTotaleAreeBisogno = new TotaleAreeBisognoDataTable(); base.Tables.Add(this.tableTotaleAreeBisogno); this.tableContoCorrente = new ContoCorrenteDataTable(); base.Tables.Add(this.tableContoCorrente); this.tableTotalePatrimonio = new TotalePatrimonioDataTable(); base.Tables.Add(this.tableTotalePatrimonio); this.tableRisorseNonAllocate = new RisorseNonAllocateDataTable(); base.Tables.Add(this.tableRisorseNonAllocate); this.tablePartiteViaggianti = new PartiteViaggiantiDataTable(); base.Tables.Add(this.tablePartiteViaggianti); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] private bool ShouldSerializePatrimonioBFAreeBisogno() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] private bool ShouldSerializeTotaleAreeBisogno() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] private bool ShouldSerializeContoCorrente() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] private bool ShouldSerializeTotalePatrimonio() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] private bool ShouldSerializeRisorseNonAllocate() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] private bool ShouldSerializePartiteViaggianti() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) { if ((e.Action == global::System.ComponentModel.CollectionChangeAction.Remove)) { this.InitVars(); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) { DataSetS56 ds = new DataSetS56(); 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; } public delegate void PatrimonioBFAreeBisognoRowChangeEventHandler(object sender, PatrimonioBFAreeBisognoRowChangeEvent e); public delegate void TotaleAreeBisognoRowChangeEventHandler(object sender, TotaleAreeBisognoRowChangeEvent e); public delegate void ContoCorrenteRowChangeEventHandler(object sender, ContoCorrenteRowChangeEvent e); public delegate void TotalePatrimonioRowChangeEventHandler(object sender, TotalePatrimonioRowChangeEvent e); public delegate void RisorseNonAllocateRowChangeEventHandler(object sender, RisorseNonAllocateRowChangeEvent e); public delegate void PartiteViaggiantiRowChangeEventHandler(object sender, PartiteViaggiantiRowChangeEvent e); /// ///Represents the strongly named DataTable class. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] public partial class PatrimonioBFAreeBisognoDataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable { private global::System.Data.DataColumn columnCodiceAreaBisogno; private global::System.Data.DataColumn columnDescrAreaBisogno; private global::System.Data.DataColumn columnControvalore; private global::System.Data.DataColumn columnVar; private global::System.Data.DataColumn columnGradoCopertura; private global::System.Data.DataColumn columnNota; private global::System.Data.DataColumn columnPeso; private global::System.Data.DataColumn columnRischioRelativo; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public PatrimonioBFAreeBisognoDataTable() { this.TableName = "PatrimonioBFAreeBisogno"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] internal PatrimonioBFAreeBisognoDataTable(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()] protected PatrimonioBFAreeBisognoDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context) { this.InitVars(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public global::System.Data.DataColumn CodiceAreaBisognoColumn { get { return this.columnCodiceAreaBisogno; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public global::System.Data.DataColumn DescrAreaBisognoColumn { get { return this.columnDescrAreaBisogno; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public global::System.Data.DataColumn ControvaloreColumn { get { return this.columnControvalore; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public global::System.Data.DataColumn VarColumn { get { return this.columnVar; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public global::System.Data.DataColumn GradoCoperturaColumn { get { return this.columnGradoCopertura; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public global::System.Data.DataColumn NotaColumn { get { return this.columnNota; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public global::System.Data.DataColumn PesoColumn { get { return this.columnPeso; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public global::System.Data.DataColumn RischioRelativoColumn { get { return this.columnRischioRelativo; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.ComponentModel.Browsable(false)] public int Count { get { return this.Rows.Count; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public PatrimonioBFAreeBisognoRow this[int index] { get { return ((PatrimonioBFAreeBisognoRow)(this.Rows[index])); } } public event PatrimonioBFAreeBisognoRowChangeEventHandler PatrimonioBFAreeBisognoRowChanging; public event PatrimonioBFAreeBisognoRowChangeEventHandler PatrimonioBFAreeBisognoRowChanged; public event PatrimonioBFAreeBisognoRowChangeEventHandler PatrimonioBFAreeBisognoRowDeleting; public event PatrimonioBFAreeBisognoRowChangeEventHandler PatrimonioBFAreeBisognoRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public void AddPatrimonioBFAreeBisognoRow(PatrimonioBFAreeBisognoRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public PatrimonioBFAreeBisognoRow AddPatrimonioBFAreeBisognoRow(string CodiceAreaBisogno, string DescrAreaBisogno, decimal Controvalore, string Var, string GradoCopertura, int Nota, decimal Peso, decimal RischioRelativo) { PatrimonioBFAreeBisognoRow rowPatrimonioBFAreeBisognoRow = ((PatrimonioBFAreeBisognoRow)(this.NewRow())); object[] columnValuesArray = new object[] { CodiceAreaBisogno, DescrAreaBisogno, Controvalore, Var, GradoCopertura, Nota, Peso, RischioRelativo}; rowPatrimonioBFAreeBisognoRow.ItemArray = columnValuesArray; this.Rows.Add(rowPatrimonioBFAreeBisognoRow); return rowPatrimonioBFAreeBisognoRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public virtual global::System.Collections.IEnumerator GetEnumerator() { return this.Rows.GetEnumerator(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public override global::System.Data.DataTable Clone() { PatrimonioBFAreeBisognoDataTable cln = ((PatrimonioBFAreeBisognoDataTable)(base.Clone())); cln.InitVars(); return cln; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override global::System.Data.DataTable CreateInstance() { return new PatrimonioBFAreeBisognoDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] internal void InitVars() { this.columnCodiceAreaBisogno = base.Columns["CodiceAreaBisogno"]; this.columnDescrAreaBisogno = base.Columns["DescrAreaBisogno"]; this.columnControvalore = base.Columns["Controvalore"]; this.columnVar = base.Columns["Var"]; this.columnGradoCopertura = base.Columns["GradoCopertura"]; this.columnNota = base.Columns["Nota"]; this.columnPeso = base.Columns["Peso"]; this.columnRischioRelativo = base.Columns["RischioRelativo"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] private void InitClass() { this.columnCodiceAreaBisogno = new global::System.Data.DataColumn("CodiceAreaBisogno", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCodiceAreaBisogno); this.columnDescrAreaBisogno = new global::System.Data.DataColumn("DescrAreaBisogno", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDescrAreaBisogno); this.columnControvalore = new global::System.Data.DataColumn("Controvalore", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnControvalore); this.columnVar = new global::System.Data.DataColumn("Var", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnVar); this.columnGradoCopertura = new global::System.Data.DataColumn("GradoCopertura", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnGradoCopertura); this.columnNota = new global::System.Data.DataColumn("Nota", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnNota); this.columnPeso = new global::System.Data.DataColumn("Peso", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPeso); this.columnRischioRelativo = new global::System.Data.DataColumn("RischioRelativo", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRischioRelativo); this.columnVar.Caption = "VaR
%  "; this.columnGradoCopertura.Caption = "Copertura
%      "; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public PatrimonioBFAreeBisognoRow NewPatrimonioBFAreeBisognoRow() { return ((PatrimonioBFAreeBisognoRow)(this.NewRow())); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { return new PatrimonioBFAreeBisognoRow(builder); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override global::System.Type GetRowType() { return typeof(PatrimonioBFAreeBisognoRow); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanged(e); if ((this.PatrimonioBFAreeBisognoRowChanged != null)) { this.PatrimonioBFAreeBisognoRowChanged(this, new PatrimonioBFAreeBisognoRowChangeEvent(((PatrimonioBFAreeBisognoRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanging(e); if ((this.PatrimonioBFAreeBisognoRowChanging != null)) { this.PatrimonioBFAreeBisognoRowChanging(this, new PatrimonioBFAreeBisognoRowChangeEvent(((PatrimonioBFAreeBisognoRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleted(e); if ((this.PatrimonioBFAreeBisognoRowDeleted != null)) { this.PatrimonioBFAreeBisognoRowDeleted(this, new PatrimonioBFAreeBisognoRowChangeEvent(((PatrimonioBFAreeBisognoRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleting(e); if ((this.PatrimonioBFAreeBisognoRowDeleting != null)) { this.PatrimonioBFAreeBisognoRowDeleting(this, new PatrimonioBFAreeBisognoRowChangeEvent(((PatrimonioBFAreeBisognoRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public void RemovePatrimonioBFAreeBisognoRow(PatrimonioBFAreeBisognoRow row) { this.Rows.Remove(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 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(); DataSetS56 ds = new DataSetS56(); 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 = "PatrimonioBFAreeBisognoDataTable"; 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.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] public partial class TotaleAreeBisognoDataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable { private global::System.Data.DataColumn columnDescrTotale; private global::System.Data.DataColumn columnControvalore; private global::System.Data.DataColumn columnVar; private global::System.Data.DataColumn columnGradoCopertura; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public TotaleAreeBisognoDataTable() { this.TableName = "TotaleAreeBisogno"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] internal TotaleAreeBisognoDataTable(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()] protected TotaleAreeBisognoDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context) { this.InitVars(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public global::System.Data.DataColumn DescrTotaleColumn { get { return this.columnDescrTotale; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public global::System.Data.DataColumn ControvaloreColumn { get { return this.columnControvalore; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public global::System.Data.DataColumn VarColumn { get { return this.columnVar; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public global::System.Data.DataColumn GradoCoperturaColumn { get { return this.columnGradoCopertura; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.ComponentModel.Browsable(false)] public int Count { get { return this.Rows.Count; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public TotaleAreeBisognoRow this[int index] { get { return ((TotaleAreeBisognoRow)(this.Rows[index])); } } public event TotaleAreeBisognoRowChangeEventHandler TotaleAreeBisognoRowChanging; public event TotaleAreeBisognoRowChangeEventHandler TotaleAreeBisognoRowChanged; public event TotaleAreeBisognoRowChangeEventHandler TotaleAreeBisognoRowDeleting; public event TotaleAreeBisognoRowChangeEventHandler TotaleAreeBisognoRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public void AddTotaleAreeBisognoRow(TotaleAreeBisognoRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public TotaleAreeBisognoRow AddTotaleAreeBisognoRow(string DescrTotale, decimal Controvalore, decimal Var, string GradoCopertura) { TotaleAreeBisognoRow rowTotaleAreeBisognoRow = ((TotaleAreeBisognoRow)(this.NewRow())); object[] columnValuesArray = new object[] { DescrTotale, Controvalore, Var, GradoCopertura}; rowTotaleAreeBisognoRow.ItemArray = columnValuesArray; this.Rows.Add(rowTotaleAreeBisognoRow); return rowTotaleAreeBisognoRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public virtual global::System.Collections.IEnumerator GetEnumerator() { return this.Rows.GetEnumerator(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public override global::System.Data.DataTable Clone() { TotaleAreeBisognoDataTable cln = ((TotaleAreeBisognoDataTable)(base.Clone())); cln.InitVars(); return cln; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override global::System.Data.DataTable CreateInstance() { return new TotaleAreeBisognoDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] internal void InitVars() { this.columnDescrTotale = base.Columns["DescrTotale"]; this.columnControvalore = base.Columns["Controvalore"]; this.columnVar = base.Columns["Var"]; this.columnGradoCopertura = base.Columns["GradoCopertura"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] private void InitClass() { this.columnDescrTotale = new global::System.Data.DataColumn("DescrTotale", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDescrTotale); this.columnControvalore = new global::System.Data.DataColumn("Controvalore", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnControvalore); this.columnVar = new global::System.Data.DataColumn("Var", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnVar); this.columnGradoCopertura = new global::System.Data.DataColumn("GradoCopertura", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnGradoCopertura); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public TotaleAreeBisognoRow NewTotaleAreeBisognoRow() { return ((TotaleAreeBisognoRow)(this.NewRow())); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { return new TotaleAreeBisognoRow(builder); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override global::System.Type GetRowType() { return typeof(TotaleAreeBisognoRow); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanged(e); if ((this.TotaleAreeBisognoRowChanged != null)) { this.TotaleAreeBisognoRowChanged(this, new TotaleAreeBisognoRowChangeEvent(((TotaleAreeBisognoRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanging(e); if ((this.TotaleAreeBisognoRowChanging != null)) { this.TotaleAreeBisognoRowChanging(this, new TotaleAreeBisognoRowChangeEvent(((TotaleAreeBisognoRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleted(e); if ((this.TotaleAreeBisognoRowDeleted != null)) { this.TotaleAreeBisognoRowDeleted(this, new TotaleAreeBisognoRowChangeEvent(((TotaleAreeBisognoRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleting(e); if ((this.TotaleAreeBisognoRowDeleting != null)) { this.TotaleAreeBisognoRowDeleting(this, new TotaleAreeBisognoRowChangeEvent(((TotaleAreeBisognoRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public void RemoveTotaleAreeBisognoRow(TotaleAreeBisognoRow row) { this.Rows.Remove(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 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(); DataSetS56 ds = new DataSetS56(); 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 = "TotaleAreeBisognoDataTable"; 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.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] public partial class ContoCorrenteDataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable { private global::System.Data.DataColumn columnDescrizione; private global::System.Data.DataColumn columnControvalore; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public ContoCorrenteDataTable() { this.TableName = "ContoCorrente"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] internal ContoCorrenteDataTable(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()] protected ContoCorrenteDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context) { this.InitVars(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public global::System.Data.DataColumn DescrizioneColumn { get { return this.columnDescrizione; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public global::System.Data.DataColumn ControvaloreColumn { get { return this.columnControvalore; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.ComponentModel.Browsable(false)] public int Count { get { return this.Rows.Count; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public ContoCorrenteRow this[int index] { get { return ((ContoCorrenteRow)(this.Rows[index])); } } public event ContoCorrenteRowChangeEventHandler ContoCorrenteRowChanging; public event ContoCorrenteRowChangeEventHandler ContoCorrenteRowChanged; public event ContoCorrenteRowChangeEventHandler ContoCorrenteRowDeleting; public event ContoCorrenteRowChangeEventHandler ContoCorrenteRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public void AddContoCorrenteRow(ContoCorrenteRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public ContoCorrenteRow AddContoCorrenteRow(string Descrizione, decimal Controvalore) { ContoCorrenteRow rowContoCorrenteRow = ((ContoCorrenteRow)(this.NewRow())); object[] columnValuesArray = new object[] { Descrizione, Controvalore}; rowContoCorrenteRow.ItemArray = columnValuesArray; this.Rows.Add(rowContoCorrenteRow); return rowContoCorrenteRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public virtual global::System.Collections.IEnumerator GetEnumerator() { return this.Rows.GetEnumerator(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public override global::System.Data.DataTable Clone() { ContoCorrenteDataTable cln = ((ContoCorrenteDataTable)(base.Clone())); cln.InitVars(); return cln; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override global::System.Data.DataTable CreateInstance() { return new ContoCorrenteDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] internal void InitVars() { this.columnDescrizione = base.Columns["Descrizione"]; this.columnControvalore = base.Columns["Controvalore"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] private void InitClass() { this.columnDescrizione = new global::System.Data.DataColumn("Descrizione", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDescrizione); this.columnControvalore = new global::System.Data.DataColumn("Controvalore", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnControvalore); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public ContoCorrenteRow NewContoCorrenteRow() { return ((ContoCorrenteRow)(this.NewRow())); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { return new ContoCorrenteRow(builder); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override global::System.Type GetRowType() { return typeof(ContoCorrenteRow); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanged(e); if ((this.ContoCorrenteRowChanged != null)) { this.ContoCorrenteRowChanged(this, new ContoCorrenteRowChangeEvent(((ContoCorrenteRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanging(e); if ((this.ContoCorrenteRowChanging != null)) { this.ContoCorrenteRowChanging(this, new ContoCorrenteRowChangeEvent(((ContoCorrenteRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleted(e); if ((this.ContoCorrenteRowDeleted != null)) { this.ContoCorrenteRowDeleted(this, new ContoCorrenteRowChangeEvent(((ContoCorrenteRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleting(e); if ((this.ContoCorrenteRowDeleting != null)) { this.ContoCorrenteRowDeleting(this, new ContoCorrenteRowChangeEvent(((ContoCorrenteRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public void RemoveContoCorrenteRow(ContoCorrenteRow row) { this.Rows.Remove(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 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(); DataSetS56 ds = new DataSetS56(); 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 = "ContoCorrenteDataTable"; 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.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] public partial class TotalePatrimonioDataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable { private global::System.Data.DataColumn columnDescrTotale; private global::System.Data.DataColumn columnControvalore; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public TotalePatrimonioDataTable() { this.TableName = "TotalePatrimonio"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] internal TotalePatrimonioDataTable(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()] protected TotalePatrimonioDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context) { this.InitVars(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public global::System.Data.DataColumn DescrTotaleColumn { get { return this.columnDescrTotale; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public global::System.Data.DataColumn ControvaloreColumn { get { return this.columnControvalore; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.ComponentModel.Browsable(false)] public int Count { get { return this.Rows.Count; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public TotalePatrimonioRow this[int index] { get { return ((TotalePatrimonioRow)(this.Rows[index])); } } public event TotalePatrimonioRowChangeEventHandler TotalePatrimonioRowChanging; public event TotalePatrimonioRowChangeEventHandler TotalePatrimonioRowChanged; public event TotalePatrimonioRowChangeEventHandler TotalePatrimonioRowDeleting; public event TotalePatrimonioRowChangeEventHandler TotalePatrimonioRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public void AddTotalePatrimonioRow(TotalePatrimonioRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public TotalePatrimonioRow AddTotalePatrimonioRow(string DescrTotale, decimal Controvalore) { TotalePatrimonioRow rowTotalePatrimonioRow = ((TotalePatrimonioRow)(this.NewRow())); object[] columnValuesArray = new object[] { DescrTotale, Controvalore}; rowTotalePatrimonioRow.ItemArray = columnValuesArray; this.Rows.Add(rowTotalePatrimonioRow); return rowTotalePatrimonioRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public virtual global::System.Collections.IEnumerator GetEnumerator() { return this.Rows.GetEnumerator(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public override global::System.Data.DataTable Clone() { TotalePatrimonioDataTable cln = ((TotalePatrimonioDataTable)(base.Clone())); cln.InitVars(); return cln; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override global::System.Data.DataTable CreateInstance() { return new TotalePatrimonioDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] internal void InitVars() { this.columnDescrTotale = base.Columns["DescrTotale"]; this.columnControvalore = base.Columns["Controvalore"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] private void InitClass() { this.columnDescrTotale = new global::System.Data.DataColumn("DescrTotale", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDescrTotale); this.columnControvalore = new global::System.Data.DataColumn("Controvalore", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnControvalore); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public TotalePatrimonioRow NewTotalePatrimonioRow() { return ((TotalePatrimonioRow)(this.NewRow())); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { return new TotalePatrimonioRow(builder); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override global::System.Type GetRowType() { return typeof(TotalePatrimonioRow); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanged(e); if ((this.TotalePatrimonioRowChanged != null)) { this.TotalePatrimonioRowChanged(this, new TotalePatrimonioRowChangeEvent(((TotalePatrimonioRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanging(e); if ((this.TotalePatrimonioRowChanging != null)) { this.TotalePatrimonioRowChanging(this, new TotalePatrimonioRowChangeEvent(((TotalePatrimonioRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleted(e); if ((this.TotalePatrimonioRowDeleted != null)) { this.TotalePatrimonioRowDeleted(this, new TotalePatrimonioRowChangeEvent(((TotalePatrimonioRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleting(e); if ((this.TotalePatrimonioRowDeleting != null)) { this.TotalePatrimonioRowDeleting(this, new TotalePatrimonioRowChangeEvent(((TotalePatrimonioRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public void RemoveTotalePatrimonioRow(TotalePatrimonioRow row) { this.Rows.Remove(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 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(); DataSetS56 ds = new DataSetS56(); 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 = "TotalePatrimonioDataTable"; 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.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] public partial class RisorseNonAllocateDataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable { private global::System.Data.DataColumn columnDescrizione; private global::System.Data.DataColumn columnControvalore; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public RisorseNonAllocateDataTable() { this.TableName = "RisorseNonAllocate"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] internal RisorseNonAllocateDataTable(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()] protected RisorseNonAllocateDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context) { this.InitVars(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public global::System.Data.DataColumn DescrizioneColumn { get { return this.columnDescrizione; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public global::System.Data.DataColumn ControvaloreColumn { get { return this.columnControvalore; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.ComponentModel.Browsable(false)] public int Count { get { return this.Rows.Count; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public RisorseNonAllocateRow this[int index] { get { return ((RisorseNonAllocateRow)(this.Rows[index])); } } public event RisorseNonAllocateRowChangeEventHandler RisorseNonAllocateRowChanging; public event RisorseNonAllocateRowChangeEventHandler RisorseNonAllocateRowChanged; public event RisorseNonAllocateRowChangeEventHandler RisorseNonAllocateRowDeleting; public event RisorseNonAllocateRowChangeEventHandler RisorseNonAllocateRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public void AddRisorseNonAllocateRow(RisorseNonAllocateRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public RisorseNonAllocateRow AddRisorseNonAllocateRow(string Descrizione, decimal Controvalore) { RisorseNonAllocateRow rowRisorseNonAllocateRow = ((RisorseNonAllocateRow)(this.NewRow())); object[] columnValuesArray = new object[] { Descrizione, Controvalore}; rowRisorseNonAllocateRow.ItemArray = columnValuesArray; this.Rows.Add(rowRisorseNonAllocateRow); return rowRisorseNonAllocateRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public virtual global::System.Collections.IEnumerator GetEnumerator() { return this.Rows.GetEnumerator(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public override global::System.Data.DataTable Clone() { RisorseNonAllocateDataTable cln = ((RisorseNonAllocateDataTable)(base.Clone())); cln.InitVars(); return cln; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override global::System.Data.DataTable CreateInstance() { return new RisorseNonAllocateDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] internal void InitVars() { this.columnDescrizione = base.Columns["Descrizione"]; this.columnControvalore = base.Columns["Controvalore"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] private void InitClass() { this.columnDescrizione = new global::System.Data.DataColumn("Descrizione", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDescrizione); this.columnControvalore = new global::System.Data.DataColumn("Controvalore", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnControvalore); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public RisorseNonAllocateRow NewRisorseNonAllocateRow() { return ((RisorseNonAllocateRow)(this.NewRow())); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { return new RisorseNonAllocateRow(builder); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override global::System.Type GetRowType() { return typeof(RisorseNonAllocateRow); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanged(e); if ((this.RisorseNonAllocateRowChanged != null)) { this.RisorseNonAllocateRowChanged(this, new RisorseNonAllocateRowChangeEvent(((RisorseNonAllocateRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanging(e); if ((this.RisorseNonAllocateRowChanging != null)) { this.RisorseNonAllocateRowChanging(this, new RisorseNonAllocateRowChangeEvent(((RisorseNonAllocateRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleted(e); if ((this.RisorseNonAllocateRowDeleted != null)) { this.RisorseNonAllocateRowDeleted(this, new RisorseNonAllocateRowChangeEvent(((RisorseNonAllocateRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleting(e); if ((this.RisorseNonAllocateRowDeleting != null)) { this.RisorseNonAllocateRowDeleting(this, new RisorseNonAllocateRowChangeEvent(((RisorseNonAllocateRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public void RemoveRisorseNonAllocateRow(RisorseNonAllocateRow row) { this.Rows.Remove(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 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(); DataSetS56 ds = new DataSetS56(); 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 = "RisorseNonAllocateDataTable"; 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.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] public partial class PartiteViaggiantiDataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable { private global::System.Data.DataColumn columnDescrizione; private global::System.Data.DataColumn columnControValore; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public PartiteViaggiantiDataTable() { this.TableName = "PartiteViaggianti"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] internal PartiteViaggiantiDataTable(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()] protected PartiteViaggiantiDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context) { this.InitVars(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public global::System.Data.DataColumn DescrizioneColumn { get { return this.columnDescrizione; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public global::System.Data.DataColumn ControValoreColumn { get { return this.columnControValore; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.ComponentModel.Browsable(false)] public int Count { get { return this.Rows.Count; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public PartiteViaggiantiRow this[int index] { get { return ((PartiteViaggiantiRow)(this.Rows[index])); } } public event PartiteViaggiantiRowChangeEventHandler PartiteViaggiantiRowChanging; public event PartiteViaggiantiRowChangeEventHandler PartiteViaggiantiRowChanged; public event PartiteViaggiantiRowChangeEventHandler PartiteViaggiantiRowDeleting; public event PartiteViaggiantiRowChangeEventHandler PartiteViaggiantiRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public void AddPartiteViaggiantiRow(PartiteViaggiantiRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public PartiteViaggiantiRow AddPartiteViaggiantiRow(string Descrizione, decimal ControValore) { PartiteViaggiantiRow rowPartiteViaggiantiRow = ((PartiteViaggiantiRow)(this.NewRow())); object[] columnValuesArray = new object[] { Descrizione, ControValore}; rowPartiteViaggiantiRow.ItemArray = columnValuesArray; this.Rows.Add(rowPartiteViaggiantiRow); return rowPartiteViaggiantiRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public virtual global::System.Collections.IEnumerator GetEnumerator() { return this.Rows.GetEnumerator(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public override global::System.Data.DataTable Clone() { PartiteViaggiantiDataTable cln = ((PartiteViaggiantiDataTable)(base.Clone())); cln.InitVars(); return cln; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override global::System.Data.DataTable CreateInstance() { return new PartiteViaggiantiDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] internal void InitVars() { this.columnDescrizione = base.Columns["Descrizione"]; this.columnControValore = base.Columns["ControValore"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] private void InitClass() { this.columnDescrizione = new global::System.Data.DataColumn("Descrizione", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDescrizione); this.columnControValore = new global::System.Data.DataColumn("ControValore", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnControValore); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public PartiteViaggiantiRow NewPartiteViaggiantiRow() { return ((PartiteViaggiantiRow)(this.NewRow())); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { return new PartiteViaggiantiRow(builder); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override global::System.Type GetRowType() { return typeof(PartiteViaggiantiRow); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanged(e); if ((this.PartiteViaggiantiRowChanged != null)) { this.PartiteViaggiantiRowChanged(this, new PartiteViaggiantiRowChangeEvent(((PartiteViaggiantiRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanging(e); if ((this.PartiteViaggiantiRowChanging != null)) { this.PartiteViaggiantiRowChanging(this, new PartiteViaggiantiRowChangeEvent(((PartiteViaggiantiRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleted(e); if ((this.PartiteViaggiantiRowDeleted != null)) { this.PartiteViaggiantiRowDeleted(this, new PartiteViaggiantiRowChangeEvent(((PartiteViaggiantiRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleting(e); if ((this.PartiteViaggiantiRowDeleting != null)) { this.PartiteViaggiantiRowDeleting(this, new PartiteViaggiantiRowChangeEvent(((PartiteViaggiantiRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public void RemovePartiteViaggiantiRow(PartiteViaggiantiRow row) { this.Rows.Remove(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 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(); DataSetS56 ds = new DataSetS56(); 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 = "PartiteViaggiantiDataTable"; 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. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] public partial class PatrimonioBFAreeBisognoRow : global::System.Data.DataRow { private PatrimonioBFAreeBisognoDataTable tablePatrimonioBFAreeBisogno; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] internal PatrimonioBFAreeBisognoRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tablePatrimonioBFAreeBisogno = ((PatrimonioBFAreeBisognoDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public string CodiceAreaBisogno { get { try { return ((string)(this[this.tablePatrimonioBFAreeBisogno.CodiceAreaBisognoColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CodiceAreaBisogno\' in table \'PatrimonioBFAreeBisogno\' is DB" + "Null.", e); } } set { this[this.tablePatrimonioBFAreeBisogno.CodiceAreaBisognoColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public string DescrAreaBisogno { get { try { return ((string)(this[this.tablePatrimonioBFAreeBisogno.DescrAreaBisognoColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DescrAreaBisogno\' in table \'PatrimonioBFAreeBisogno\' is DBN" + "ull.", e); } } set { this[this.tablePatrimonioBFAreeBisogno.DescrAreaBisognoColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public decimal Controvalore { get { try { return ((decimal)(this[this.tablePatrimonioBFAreeBisogno.ControvaloreColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Controvalore\' in table \'PatrimonioBFAreeBisogno\' is DBNull." + "", e); } } set { this[this.tablePatrimonioBFAreeBisogno.ControvaloreColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public string Var { get { try { return ((string)(this[this.tablePatrimonioBFAreeBisogno.VarColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Var\' in table \'PatrimonioBFAreeBisogno\' is DBNull.", e); } } set { this[this.tablePatrimonioBFAreeBisogno.VarColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public string GradoCopertura { get { try { return ((string)(this[this.tablePatrimonioBFAreeBisogno.GradoCoperturaColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'GradoCopertura\' in table \'PatrimonioBFAreeBisogno\' is DBNul" + "l.", e); } } set { this[this.tablePatrimonioBFAreeBisogno.GradoCoperturaColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public int Nota { get { try { return ((int)(this[this.tablePatrimonioBFAreeBisogno.NotaColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Nota\' in table \'PatrimonioBFAreeBisogno\' is DBNull.", e); } } set { this[this.tablePatrimonioBFAreeBisogno.NotaColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public decimal Peso { get { try { return ((decimal)(this[this.tablePatrimonioBFAreeBisogno.PesoColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Peso\' in table \'PatrimonioBFAreeBisogno\' is DBNull.", e); } } set { this[this.tablePatrimonioBFAreeBisogno.PesoColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public decimal RischioRelativo { get { try { return ((decimal)(this[this.tablePatrimonioBFAreeBisogno.RischioRelativoColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'RischioRelativo\' in table \'PatrimonioBFAreeBisogno\' is DBNu" + "ll.", e); } } set { this[this.tablePatrimonioBFAreeBisogno.RischioRelativoColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public bool IsCodiceAreaBisognoNull() { return this.IsNull(this.tablePatrimonioBFAreeBisogno.CodiceAreaBisognoColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public void SetCodiceAreaBisognoNull() { this[this.tablePatrimonioBFAreeBisogno.CodiceAreaBisognoColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public bool IsDescrAreaBisognoNull() { return this.IsNull(this.tablePatrimonioBFAreeBisogno.DescrAreaBisognoColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public void SetDescrAreaBisognoNull() { this[this.tablePatrimonioBFAreeBisogno.DescrAreaBisognoColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public bool IsControvaloreNull() { return this.IsNull(this.tablePatrimonioBFAreeBisogno.ControvaloreColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public void SetControvaloreNull() { this[this.tablePatrimonioBFAreeBisogno.ControvaloreColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public bool IsVarNull() { return this.IsNull(this.tablePatrimonioBFAreeBisogno.VarColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public void SetVarNull() { this[this.tablePatrimonioBFAreeBisogno.VarColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public bool IsGradoCoperturaNull() { return this.IsNull(this.tablePatrimonioBFAreeBisogno.GradoCoperturaColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public void SetGradoCoperturaNull() { this[this.tablePatrimonioBFAreeBisogno.GradoCoperturaColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public bool IsNotaNull() { return this.IsNull(this.tablePatrimonioBFAreeBisogno.NotaColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public void SetNotaNull() { this[this.tablePatrimonioBFAreeBisogno.NotaColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public bool IsPesoNull() { return this.IsNull(this.tablePatrimonioBFAreeBisogno.PesoColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public void SetPesoNull() { this[this.tablePatrimonioBFAreeBisogno.PesoColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public bool IsRischioRelativoNull() { return this.IsNull(this.tablePatrimonioBFAreeBisogno.RischioRelativoColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public void SetRischioRelativoNull() { this[this.tablePatrimonioBFAreeBisogno.RischioRelativoColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] public partial class TotaleAreeBisognoRow : global::System.Data.DataRow { private TotaleAreeBisognoDataTable tableTotaleAreeBisogno; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] internal TotaleAreeBisognoRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableTotaleAreeBisogno = ((TotaleAreeBisognoDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public string DescrTotale { get { try { return ((string)(this[this.tableTotaleAreeBisogno.DescrTotaleColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DescrTotale\' in table \'TotaleAreeBisogno\' is DBNull.", e); } } set { this[this.tableTotaleAreeBisogno.DescrTotaleColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public decimal Controvalore { get { try { return ((decimal)(this[this.tableTotaleAreeBisogno.ControvaloreColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Controvalore\' in table \'TotaleAreeBisogno\' is DBNull.", e); } } set { this[this.tableTotaleAreeBisogno.ControvaloreColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public decimal Var { get { try { return ((decimal)(this[this.tableTotaleAreeBisogno.VarColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Var\' in table \'TotaleAreeBisogno\' is DBNull.", e); } } set { this[this.tableTotaleAreeBisogno.VarColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public string GradoCopertura { get { try { return ((string)(this[this.tableTotaleAreeBisogno.GradoCoperturaColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'GradoCopertura\' in table \'TotaleAreeBisogno\' is DBNull.", e); } } set { this[this.tableTotaleAreeBisogno.GradoCoperturaColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public bool IsDescrTotaleNull() { return this.IsNull(this.tableTotaleAreeBisogno.DescrTotaleColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public void SetDescrTotaleNull() { this[this.tableTotaleAreeBisogno.DescrTotaleColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public bool IsControvaloreNull() { return this.IsNull(this.tableTotaleAreeBisogno.ControvaloreColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public void SetControvaloreNull() { this[this.tableTotaleAreeBisogno.ControvaloreColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public bool IsVarNull() { return this.IsNull(this.tableTotaleAreeBisogno.VarColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public void SetVarNull() { this[this.tableTotaleAreeBisogno.VarColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public bool IsGradoCoperturaNull() { return this.IsNull(this.tableTotaleAreeBisogno.GradoCoperturaColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public void SetGradoCoperturaNull() { this[this.tableTotaleAreeBisogno.GradoCoperturaColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] public partial class ContoCorrenteRow : global::System.Data.DataRow { private ContoCorrenteDataTable tableContoCorrente; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] internal ContoCorrenteRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableContoCorrente = ((ContoCorrenteDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public string Descrizione { get { try { return ((string)(this[this.tableContoCorrente.DescrizioneColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Descrizione\' in table \'ContoCorrente\' is DBNull.", e); } } set { this[this.tableContoCorrente.DescrizioneColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public decimal Controvalore { get { try { return ((decimal)(this[this.tableContoCorrente.ControvaloreColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Controvalore\' in table \'ContoCorrente\' is DBNull.", e); } } set { this[this.tableContoCorrente.ControvaloreColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public bool IsDescrizioneNull() { return this.IsNull(this.tableContoCorrente.DescrizioneColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public void SetDescrizioneNull() { this[this.tableContoCorrente.DescrizioneColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public bool IsControvaloreNull() { return this.IsNull(this.tableContoCorrente.ControvaloreColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public void SetControvaloreNull() { this[this.tableContoCorrente.ControvaloreColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] public partial class TotalePatrimonioRow : global::System.Data.DataRow { private TotalePatrimonioDataTable tableTotalePatrimonio; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] internal TotalePatrimonioRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableTotalePatrimonio = ((TotalePatrimonioDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public string DescrTotale { get { try { return ((string)(this[this.tableTotalePatrimonio.DescrTotaleColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DescrTotale\' in table \'TotalePatrimonio\' is DBNull.", e); } } set { this[this.tableTotalePatrimonio.DescrTotaleColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public decimal Controvalore { get { try { return ((decimal)(this[this.tableTotalePatrimonio.ControvaloreColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Controvalore\' in table \'TotalePatrimonio\' is DBNull.", e); } } set { this[this.tableTotalePatrimonio.ControvaloreColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public bool IsDescrTotaleNull() { return this.IsNull(this.tableTotalePatrimonio.DescrTotaleColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public void SetDescrTotaleNull() { this[this.tableTotalePatrimonio.DescrTotaleColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public bool IsControvaloreNull() { return this.IsNull(this.tableTotalePatrimonio.ControvaloreColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public void SetControvaloreNull() { this[this.tableTotalePatrimonio.ControvaloreColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] public partial class RisorseNonAllocateRow : global::System.Data.DataRow { private RisorseNonAllocateDataTable tableRisorseNonAllocate; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] internal RisorseNonAllocateRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableRisorseNonAllocate = ((RisorseNonAllocateDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public string Descrizione { get { try { return ((string)(this[this.tableRisorseNonAllocate.DescrizioneColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Descrizione\' in table \'RisorseNonAllocate\' is DBNull.", e); } } set { this[this.tableRisorseNonAllocate.DescrizioneColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public decimal Controvalore { get { try { return ((decimal)(this[this.tableRisorseNonAllocate.ControvaloreColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Controvalore\' in table \'RisorseNonAllocate\' is DBNull.", e); } } set { this[this.tableRisorseNonAllocate.ControvaloreColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public bool IsDescrizioneNull() { return this.IsNull(this.tableRisorseNonAllocate.DescrizioneColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public void SetDescrizioneNull() { this[this.tableRisorseNonAllocate.DescrizioneColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public bool IsControvaloreNull() { return this.IsNull(this.tableRisorseNonAllocate.ControvaloreColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public void SetControvaloreNull() { this[this.tableRisorseNonAllocate.ControvaloreColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] public partial class PartiteViaggiantiRow : global::System.Data.DataRow { private PartiteViaggiantiDataTable tablePartiteViaggianti; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] internal PartiteViaggiantiRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tablePartiteViaggianti = ((PartiteViaggiantiDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public string Descrizione { get { try { return ((string)(this[this.tablePartiteViaggianti.DescrizioneColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Descrizione\' in table \'PartiteViaggianti\' is DBNull.", e); } } set { this[this.tablePartiteViaggianti.DescrizioneColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public decimal ControValore { get { try { return ((decimal)(this[this.tablePartiteViaggianti.ControValoreColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ControValore\' in table \'PartiteViaggianti\' is DBNull.", e); } } set { this[this.tablePartiteViaggianti.ControValoreColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public bool IsDescrizioneNull() { return this.IsNull(this.tablePartiteViaggianti.DescrizioneColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public void SetDescrizioneNull() { this[this.tablePartiteViaggianti.DescrizioneColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public bool IsControValoreNull() { return this.IsNull(this.tablePartiteViaggianti.ControValoreColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public void SetControValoreNull() { this[this.tablePartiteViaggianti.ControValoreColumn] = global::System.Convert.DBNull; } } /// ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] public class PatrimonioBFAreeBisognoRowChangeEvent : global::System.EventArgs { private PatrimonioBFAreeBisognoRow eventRow; private global::System.Data.DataRowAction eventAction; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public PatrimonioBFAreeBisognoRowChangeEvent(PatrimonioBFAreeBisognoRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public PatrimonioBFAreeBisognoRow Row { get { return this.eventRow; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public global::System.Data.DataRowAction Action { get { return this.eventAction; } } } /// ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] public class TotaleAreeBisognoRowChangeEvent : global::System.EventArgs { private TotaleAreeBisognoRow eventRow; private global::System.Data.DataRowAction eventAction; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public TotaleAreeBisognoRowChangeEvent(TotaleAreeBisognoRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public TotaleAreeBisognoRow Row { get { return this.eventRow; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public global::System.Data.DataRowAction Action { get { return this.eventAction; } } } /// ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] public class ContoCorrenteRowChangeEvent : global::System.EventArgs { private ContoCorrenteRow eventRow; private global::System.Data.DataRowAction eventAction; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public ContoCorrenteRowChangeEvent(ContoCorrenteRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public ContoCorrenteRow Row { get { return this.eventRow; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public global::System.Data.DataRowAction Action { get { return this.eventAction; } } } /// ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] public class TotalePatrimonioRowChangeEvent : global::System.EventArgs { private TotalePatrimonioRow eventRow; private global::System.Data.DataRowAction eventAction; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public TotalePatrimonioRowChangeEvent(TotalePatrimonioRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public TotalePatrimonioRow Row { get { return this.eventRow; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public global::System.Data.DataRowAction Action { get { return this.eventAction; } } } /// ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] public class RisorseNonAllocateRowChangeEvent : global::System.EventArgs { private RisorseNonAllocateRow eventRow; private global::System.Data.DataRowAction eventAction; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public RisorseNonAllocateRowChangeEvent(RisorseNonAllocateRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public RisorseNonAllocateRow Row { get { return this.eventRow; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public global::System.Data.DataRowAction Action { get { return this.eventAction; } } } /// ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] public class PartiteViaggiantiRowChangeEvent : global::System.EventArgs { private PartiteViaggiantiRow eventRow; private global::System.Data.DataRowAction eventAction; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public PartiteViaggiantiRowChangeEvent(PartiteViaggiantiRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public PartiteViaggiantiRow Row { get { return this.eventRow; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public global::System.Data.DataRowAction Action { get { return this.eventAction; } } } } } #pragma warning restore 1591