aggiunta preliminare elenco ACTS

This commit is contained in:
Samuele E. Locatelli
2018-07-28 12:45:08 +02:00
parent bae788bf26
commit 0fddabedbc
11 changed files with 1078 additions and 51 deletions
+783
View File
@@ -48,6 +48,8 @@ namespace Data {
private AnagPriorDataTable tableAnagPrior;
private ER_ActsDataTable tableER_Acts;
private global::System.Data.DataRelation relationFK_AnagCondomini_AnagAmministratori;
private global::System.Data.DataRelation relationRelFornitore2Area_AnagFornitori;
@@ -124,6 +126,9 @@ namespace Data {
if ((ds.Tables["AnagPrior"] != null)) {
base.Tables.Add(new AnagPriorDataTable(ds.Tables["AnagPrior"]));
}
if ((ds.Tables["ER_Acts"] != null)) {
base.Tables.Add(new ER_ActsDataTable(ds.Tables["ER_Acts"]));
}
this.DataSetName = ds.DataSetName;
this.Prefix = ds.Prefix;
this.Namespace = ds.Namespace;
@@ -262,6 +267,16 @@ namespace Data {
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public ER_ActsDataTable ER_Acts {
get {
return this.tableER_Acts;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
[global::System.ComponentModel.BrowsableAttribute(true)]
@@ -365,6 +380,9 @@ namespace Data {
if ((ds.Tables["AnagPrior"] != null)) {
base.Tables.Add(new AnagPriorDataTable(ds.Tables["AnagPrior"]));
}
if ((ds.Tables["ER_Acts"] != null)) {
base.Tables.Add(new ER_ActsDataTable(ds.Tables["ER_Acts"]));
}
this.DataSetName = ds.DataSetName;
this.Prefix = ds.Prefix;
this.Namespace = ds.Namespace;
@@ -470,6 +488,12 @@ namespace Data {
this.tableAnagPrior.InitVars();
}
}
this.tableER_Acts = ((ER_ActsDataTable)(base.Tables["ER_Acts"]));
if ((initTable == true)) {
if ((this.tableER_Acts != null)) {
this.tableER_Acts.InitVars();
}
}
this.relationFK_AnagCondomini_AnagAmministratori = this.Relations["FK_AnagCondomini_AnagAmministratori"];
this.relationRelFornitore2Area_AnagFornitori = this.Relations["RelFornitore2Area_AnagFornitori"];
this.relationAnagAree_RelFornitore2Area = this.Relations["AnagAree_RelFornitore2Area"];
@@ -510,6 +534,8 @@ namespace Data {
base.Tables.Add(this.tablePAM_DashStats);
this.tableAnagPrior = new AnagPriorDataTable();
base.Tables.Add(this.tableAnagPrior);
this.tableER_Acts = new ER_ActsDataTable();
base.Tables.Add(this.tableER_Acts);
this.relationFK_AnagCondomini_AnagAmministratori = new global::System.Data.DataRelation("FK_AnagCondomini_AnagAmministratori", new global::System.Data.DataColumn[] {
this.tableAnagAmministratori.idxAmmColumn}, new global::System.Data.DataColumn[] {
this.tableAnagCondomini.idxAmmColumn}, false);
@@ -608,6 +634,12 @@ namespace Data {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
private bool ShouldSerializeER_Acts() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) {
@@ -699,6 +731,9 @@ namespace Data {
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public delegate void AnagPriorRowChangeEventHandler(object sender, AnagPriorRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public delegate void ER_ActsRowChangeEventHandler(object sender, ER_ActsRowChangeEvent e);
/// <summary>
///Represents the strongly named DataTable class.
///</summary>
@@ -5408,6 +5443,390 @@ namespace Data {
}
}
/// <summary>
///Represents the strongly named DataTable class.
///</summary>
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class ER_ActsDataTable : global::System.Data.TypedTableBase<ER_ActsRow> {
private global::System.Data.DataColumn columnidxAzione;
private global::System.Data.DataColumn columnidxRichiesta;
private global::System.Data.DataColumn columndataRif;
private global::System.Data.DataColumn columncodAzione;
private global::System.Data.DataColumn columnattore;
private global::System.Data.DataColumn columngenAttore;
private global::System.Data.DataColumn columnmessaggio;
private global::System.Data.DataColumn columnclasse;
private global::System.Data.DataColumn columncssIcon;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public ER_ActsDataTable() {
this.TableName = "ER_Acts";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
internal ER_ActsDataTable(global::System.Data.DataTable table) {
this.TableName = table.TableName;
if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
this.CaseSensitive = table.CaseSensitive;
}
if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
this.Locale = table.Locale;
}
if ((table.Namespace != table.DataSet.Namespace)) {
this.Namespace = table.Namespace;
}
this.Prefix = table.Prefix;
this.MinimumCapacity = table.MinimumCapacity;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected ER_ActsDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn idxAzioneColumn {
get {
return this.columnidxAzione;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn idxRichiestaColumn {
get {
return this.columnidxRichiesta;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn dataRifColumn {
get {
return this.columndataRif;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn codAzioneColumn {
get {
return this.columncodAzione;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn attoreColumn {
get {
return this.columnattore;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn genAttoreColumn {
get {
return this.columngenAttore;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn messaggioColumn {
get {
return this.columnmessaggio;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn classeColumn {
get {
return this.columnclasse;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataColumn cssIconColumn {
get {
return this.columncssIcon;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public int Count {
get {
return this.Rows.Count;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public ER_ActsRow this[int index] {
get {
return ((ER_ActsRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event ER_ActsRowChangeEventHandler ER_ActsRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event ER_ActsRowChangeEventHandler ER_ActsRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event ER_ActsRowChangeEventHandler ER_ActsRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public event ER_ActsRowChangeEventHandler ER_ActsRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void AddER_ActsRow(ER_ActsRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public ER_ActsRow AddER_ActsRow(int idxAzione, int idxRichiesta, System.DateTime dataRif, string codAzione, string attore, string genAttore, string messaggio, string classe, string cssIcon) {
ER_ActsRow rowER_ActsRow = ((ER_ActsRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
idxAzione,
idxRichiesta,
dataRif,
codAzione,
attore,
genAttore,
messaggio,
classe,
cssIcon};
rowER_ActsRow.ItemArray = columnValuesArray;
this.Rows.Add(rowER_ActsRow);
return rowER_ActsRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public ER_ActsRow FindByidxAzione(int idxAzione) {
return ((ER_ActsRow)(this.Rows.Find(new object[] {
idxAzione})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public override global::System.Data.DataTable Clone() {
ER_ActsDataTable cln = ((ER_ActsDataTable)(base.Clone()));
cln.InitVars();
return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override global::System.Data.DataTable CreateInstance() {
return new ER_ActsDataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
internal void InitVars() {
this.columnidxAzione = base.Columns["idxAzione"];
this.columnidxRichiesta = base.Columns["idxRichiesta"];
this.columndataRif = base.Columns["dataRif"];
this.columncodAzione = base.Columns["codAzione"];
this.columnattore = base.Columns["attore"];
this.columngenAttore = base.Columns["genAttore"];
this.columnmessaggio = base.Columns["messaggio"];
this.columnclasse = base.Columns["classe"];
this.columncssIcon = base.Columns["cssIcon"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
private void InitClass() {
this.columnidxAzione = new global::System.Data.DataColumn("idxAzione", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnidxAzione);
this.columnidxRichiesta = new global::System.Data.DataColumn("idxRichiesta", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnidxRichiesta);
this.columndataRif = new global::System.Data.DataColumn("dataRif", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columndataRif);
this.columncodAzione = new global::System.Data.DataColumn("codAzione", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncodAzione);
this.columnattore = new global::System.Data.DataColumn("attore", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnattore);
this.columngenAttore = new global::System.Data.DataColumn("genAttore", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columngenAttore);
this.columnmessaggio = new global::System.Data.DataColumn("messaggio", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnmessaggio);
this.columnclasse = new global::System.Data.DataColumn("classe", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnclasse);
this.columncssIcon = new global::System.Data.DataColumn("cssIcon", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncssIcon);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnidxAzione}, true));
this.columnidxAzione.AllowDBNull = false;
this.columnidxAzione.Unique = true;
this.columnidxRichiesta.AllowDBNull = false;
this.columndataRif.AllowDBNull = false;
this.columncodAzione.AllowDBNull = false;
this.columncodAzione.MaxLength = 50;
this.columnattore.AllowDBNull = false;
this.columnattore.MaxLength = 250;
this.columngenAttore.ReadOnly = true;
this.columngenAttore.MaxLength = 501;
this.columnmessaggio.AllowDBNull = false;
this.columnmessaggio.MaxLength = 2147483647;
this.columnclasse.AllowDBNull = false;
this.columnclasse.MaxLength = 50;
this.columncssIcon.AllowDBNull = false;
this.columncssIcon.MaxLength = 50;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public ER_ActsRow NewER_ActsRow() {
return ((ER_ActsRow)(this.NewRow()));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
return new ER_ActsRow(builder);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override global::System.Type GetRowType() {
return typeof(ER_ActsRow);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.ER_ActsRowChanged != null)) {
this.ER_ActsRowChanged(this, new ER_ActsRowChangeEvent(((ER_ActsRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
if ((this.ER_ActsRowChanging != null)) {
this.ER_ActsRowChanging(this, new ER_ActsRowChangeEvent(((ER_ActsRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
if ((this.ER_ActsRowDeleted != null)) {
this.ER_ActsRowDeleted(this, new ER_ActsRowChangeEvent(((ER_ActsRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
if ((this.ER_ActsRowDeleting != null)) {
this.ER_ActsRowDeleting(this, new ER_ActsRowChangeEvent(((ER_ActsRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void RemoveER_ActsRow(ER_ActsRow row) {
this.Rows.Remove(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
DS_app ds = new DS_app();
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 = "ER_ActsDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
}
/// <summary>
///Represents strongly named DataRow class.
///</summary>
@@ -7764,6 +8183,137 @@ namespace Data {
}
}
/// <summary>
///Represents strongly named DataRow class.
///</summary>
public partial class ER_ActsRow : global::System.Data.DataRow {
private ER_ActsDataTable tableER_Acts;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
internal ER_ActsRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableER_Acts = ((ER_ActsDataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public int idxAzione {
get {
return ((int)(this[this.tableER_Acts.idxAzioneColumn]));
}
set {
this[this.tableER_Acts.idxAzioneColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public int idxRichiesta {
get {
return ((int)(this[this.tableER_Acts.idxRichiestaColumn]));
}
set {
this[this.tableER_Acts.idxRichiestaColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public System.DateTime dataRif {
get {
return ((global::System.DateTime)(this[this.tableER_Acts.dataRifColumn]));
}
set {
this[this.tableER_Acts.dataRifColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public string codAzione {
get {
return ((string)(this[this.tableER_Acts.codAzioneColumn]));
}
set {
this[this.tableER_Acts.codAzioneColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public string attore {
get {
return ((string)(this[this.tableER_Acts.attoreColumn]));
}
set {
this[this.tableER_Acts.attoreColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public string genAttore {
get {
try {
return ((string)(this[this.tableER_Acts.genAttoreColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("Il valore della colonna \'genAttore\' nella tabella \'ER_Acts\' è DBNull.", e);
}
}
set {
this[this.tableER_Acts.genAttoreColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public string messaggio {
get {
return ((string)(this[this.tableER_Acts.messaggioColumn]));
}
set {
this[this.tableER_Acts.messaggioColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public string classe {
get {
return ((string)(this[this.tableER_Acts.classeColumn]));
}
set {
this[this.tableER_Acts.classeColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public string cssIcon {
get {
return ((string)(this[this.tableER_Acts.cssIconColumn]));
}
set {
this[this.tableER_Acts.cssIconColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public bool IsgenAttoreNull() {
return this.IsNull(this.tableER_Acts.genAttoreColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public void SetgenAttoreNull() {
this[this.tableER_Acts.genAttoreColumn] = global::System.Convert.DBNull;
}
}
/// <summary>
///Row event argument class
///</summary>
@@ -8171,6 +8721,40 @@ namespace Data {
}
}
}
/// <summary>
///Row event argument class
///</summary>
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public class ER_ActsRowChangeEvent : global::System.EventArgs {
private ER_ActsRow eventRow;
private global::System.Data.DataRowAction eventAction;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public ER_ActsRowChangeEvent(ER_ActsRow row, global::System.Data.DataRowAction action) {
this.eventRow = row;
this.eventAction = action;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public ER_ActsRow Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
}
}
namespace Data.DS_appTableAdapters {
@@ -12095,6 +12679,205 @@ SELECT idxPriorita, descrPriorita, scadenzaGg FROM AnagPrior WHERE (idxPriorita
}
}
/// <summary>
///Represents the connection and commands used to retrieve and save data.
///</summary>
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
[global::System.ComponentModel.ToolboxItem(true)]
[global::System.ComponentModel.DataObjectAttribute(true)]
[global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public partial class ER_ActsTableAdapter : global::System.ComponentModel.Component {
private global::System.Data.SqlClient.SqlDataAdapter _adapter;
private global::System.Data.SqlClient.SqlConnection _connection;
private global::System.Data.SqlClient.SqlTransaction _transaction;
private global::System.Data.SqlClient.SqlCommand[] _commandCollection;
private bool _clearBeforeFill;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public ER_ActsTableAdapter() {
this.ClearBeforeFill = true;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected internal global::System.Data.SqlClient.SqlDataAdapter Adapter {
get {
if ((this._adapter == null)) {
this.InitAdapter();
}
return this._adapter;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
internal global::System.Data.SqlClient.SqlConnection Connection {
get {
if ((this._connection == null)) {
this.InitConnection();
}
return this._connection;
}
set {
this._connection = value;
if ((this.Adapter.InsertCommand != null)) {
this.Adapter.InsertCommand.Connection = value;
}
if ((this.Adapter.DeleteCommand != null)) {
this.Adapter.DeleteCommand.Connection = value;
}
if ((this.Adapter.UpdateCommand != null)) {
this.Adapter.UpdateCommand.Connection = value;
}
for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
if ((this.CommandCollection[i] != null)) {
((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value;
}
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
internal global::System.Data.SqlClient.SqlTransaction Transaction {
get {
return this._transaction;
}
set {
this._transaction = value;
for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
this.CommandCollection[i].Transaction = this._transaction;
}
if (((this.Adapter != null)
&& (this.Adapter.DeleteCommand != null))) {
this.Adapter.DeleteCommand.Transaction = this._transaction;
}
if (((this.Adapter != null)
&& (this.Adapter.InsertCommand != null))) {
this.Adapter.InsertCommand.Transaction = this._transaction;
}
if (((this.Adapter != null)
&& (this.Adapter.UpdateCommand != null))) {
this.Adapter.UpdateCommand.Transaction = this._transaction;
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
protected global::System.Data.SqlClient.SqlCommand[] CommandCollection {
get {
if ((this._commandCollection == null)) {
this.InitCommandCollection();
}
return this._commandCollection;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public bool ClearBeforeFill {
get {
return this._clearBeforeFill;
}
set {
this._clearBeforeFill = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
private void InitAdapter() {
this._adapter = new global::System.Data.SqlClient.SqlDataAdapter();
global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
tableMapping.SourceTable = "Table";
tableMapping.DataSetTable = "ER_Acts";
tableMapping.ColumnMappings.Add("idxAzione", "idxAzione");
tableMapping.ColumnMappings.Add("idxRichiesta", "idxRichiesta");
tableMapping.ColumnMappings.Add("dataRif", "dataRif");
tableMapping.ColumnMappings.Add("codAzione", "codAzione");
tableMapping.ColumnMappings.Add("attore", "attore");
tableMapping.ColumnMappings.Add("genAttore", "genAttore");
tableMapping.ColumnMappings.Add("messaggio", "messaggio");
tableMapping.ColumnMappings.Add("classe", "classe");
tableMapping.ColumnMappings.Add("cssIcon", "cssIcon");
this._adapter.TableMappings.Add(tableMapping);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
private void InitConnection() {
this._connection = new global::System.Data.SqlClient.SqlConnection();
this._connection.ConnectionString = global::Data.Properties.Settings.Default.B2BCondConnectionString;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
private void InitCommandCollection() {
this._commandCollection = new global::System.Data.SqlClient.SqlCommand[2];
this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = "SELECT idxAzione, idxRichiesta, dataRif, codAzione, attore, genAttore, messaggio," +
" classe, cssIcon FROM dbo.v_ER_Acts";
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand();
this._commandCollection[1].Connection = this.Connection;
this._commandCollection[1].CommandText = "dbo.stp_ER_Acts_getByIdxRich";
this._commandCollection[1].CommandType = global::System.Data.CommandType.StoredProcedure;
this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idxRichiesta", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)]
public virtual int Fill(DS_app.ER_ActsDataTable dataTable) {
this.Adapter.SelectCommand = this.CommandCollection[0];
if ((this.ClearBeforeFill == true)) {
dataTable.Clear();
}
int returnValue = this.Adapter.Fill(dataTable);
return returnValue;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
public virtual DS_app.ER_ActsDataTable GetData() {
this.Adapter.SelectCommand = this.CommandCollection[0];
DS_app.ER_ActsDataTable dataTable = new DS_app.ER_ActsDataTable();
this.Adapter.Fill(dataTable);
return dataTable;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
public virtual DS_app.ER_ActsDataTable getByIdxRich(global::System.Nullable<int> idxRichiesta) {
this.Adapter.SelectCommand = this.CommandCollection[1];
if ((idxRichiesta.HasValue == true)) {
this.Adapter.SelectCommand.Parameters[1].Value = ((int)(idxRichiesta.Value));
}
else {
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
}
DS_app.ER_ActsDataTable dataTable = new DS_app.ER_ActsDataTable();
this.Adapter.Fill(dataTable);
return dataTable;
}
}
/// <summary>
///TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios
///</summary>
+109 -18
View File
@@ -737,6 +737,42 @@ SELECT idxPriorita, descrPriorita, scadenzaGg FROM AnagPrior WHERE (idxPriorita
</Mappings>
<Sources />
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ER_ActsTableAdapter" GeneratorDataComponentClassName="ER_ActsTableAdapter" Name="ER_Acts" UserDataComponentName="ER_ActsTableAdapter">
<MainSource>
<DbSource ConnectionRef="B2BCondConnectionString (Settings)" DbObjectName="B2BCond.dbo.v_ER_Acts" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT idxAzione, idxRichiesta, dataRif, codAzione, attore, genAttore, messaggio, classe, cssIcon FROM dbo.v_ER_Acts</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="idxAzione" DataSetColumn="idxAzione" />
<Mapping SourceColumn="idxRichiesta" DataSetColumn="idxRichiesta" />
<Mapping SourceColumn="dataRif" DataSetColumn="dataRif" />
<Mapping SourceColumn="codAzione" DataSetColumn="codAzione" />
<Mapping SourceColumn="attore" DataSetColumn="attore" />
<Mapping SourceColumn="genAttore" DataSetColumn="genAttore" />
<Mapping SourceColumn="messaggio" DataSetColumn="messaggio" />
<Mapping SourceColumn="classe" DataSetColumn="classe" />
<Mapping SourceColumn="cssIcon" DataSetColumn="cssIcon" />
</Mappings>
<Sources>
<DbSource ConnectionRef="B2BCondConnectionString (Settings)" DbObjectName="B2BCond.dbo.stp_ER_Acts_getByIdxRich" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByIdxRich" GetMethodModifier="Public" GetMethodName="getByIdxRich" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByIdxRich" UserSourceName="getByIdxRich">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_ER_Acts_getByIdxRich</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@idxRichiesta" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
</Sources>
</TableAdapter>
</Tables>
<Sources />
</DataSource>
@@ -745,7 +781,7 @@ SELECT idxPriorita, descrPriorita, scadenzaGg FROM AnagPrior WHERE (idxPriorita
<xs:element name="DS_app" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="DS_app" msprop:Generator_UserDSName="DS_app">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="AnagAmministratori" msprop:Generator_TableClassName="AnagAmministratoriDataTable" msprop:Generator_TableVarName="tableAnagAmministratori" msprop:Generator_RowChangedName="AnagAmministratoriRowChanged" msprop:Generator_TablePropName="AnagAmministratori" msprop:Generator_RowDeletingName="AnagAmministratoriRowDeleting" msprop:Generator_RowChangingName="AnagAmministratoriRowChanging" msprop:Generator_RowEvHandlerName="AnagAmministratoriRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagAmministratoriRowDeleted" msprop:Generator_RowClassName="AnagAmministratoriRow" msprop:Generator_UserTableName="AnagAmministratori" msprop:Generator_RowEvArgName="AnagAmministratoriRowChangeEvent">
<xs:element name="AnagAmministratori" msprop:Generator_TableClassName="AnagAmministratoriDataTable" msprop:Generator_TableVarName="tableAnagAmministratori" msprop:Generator_TablePropName="AnagAmministratori" msprop:Generator_RowDeletingName="AnagAmministratoriRowDeleting" msprop:Generator_RowChangingName="AnagAmministratoriRowChanging" msprop:Generator_RowEvHandlerName="AnagAmministratoriRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagAmministratoriRowDeleted" msprop:Generator_UserTableName="AnagAmministratori" msprop:Generator_RowChangedName="AnagAmministratoriRowChanged" msprop:Generator_RowEvArgName="AnagAmministratoriRowChangeEvent" msprop:Generator_RowClassName="AnagAmministratoriRow">
<xs:complexType>
<xs:sequence>
<xs:element name="idxAmm" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnidxAmm" msprop:Generator_ColumnPropNameInRow="idxAmm" msprop:Generator_ColumnPropNameInTable="idxAmmColumn" msprop:Generator_UserColumnName="idxAmm" type="xs:int" />
@@ -772,7 +808,7 @@ SELECT idxPriorita, descrPriorita, scadenzaGg FROM AnagPrior WHERE (idxPriorita
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="AnagCondomini" msprop:Generator_TableClassName="AnagCondominiDataTable" msprop:Generator_TableVarName="tableAnagCondomini" msprop:Generator_RowChangedName="AnagCondominiRowChanged" msprop:Generator_TablePropName="AnagCondomini" msprop:Generator_RowDeletingName="AnagCondominiRowDeleting" msprop:Generator_RowChangingName="AnagCondominiRowChanging" msprop:Generator_RowEvHandlerName="AnagCondominiRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagCondominiRowDeleted" msprop:Generator_RowClassName="AnagCondominiRow" msprop:Generator_UserTableName="AnagCondomini" msprop:Generator_RowEvArgName="AnagCondominiRowChangeEvent">
<xs:element name="AnagCondomini" msprop:Generator_TableClassName="AnagCondominiDataTable" msprop:Generator_TableVarName="tableAnagCondomini" msprop:Generator_TablePropName="AnagCondomini" msprop:Generator_RowDeletingName="AnagCondominiRowDeleting" msprop:Generator_RowChangingName="AnagCondominiRowChanging" msprop:Generator_RowEvHandlerName="AnagCondominiRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagCondominiRowDeleted" msprop:Generator_UserTableName="AnagCondomini" msprop:Generator_RowChangedName="AnagCondominiRowChanged" msprop:Generator_RowEvArgName="AnagCondominiRowChangeEvent" msprop:Generator_RowClassName="AnagCondominiRow">
<xs:complexType>
<xs:sequence>
<xs:element name="idxCond" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnidxCond" msprop:Generator_ColumnPropNameInRow="idxCond" msprop:Generator_ColumnPropNameInTable="idxCondColumn" msprop:Generator_UserColumnName="idxCond" type="xs:int" />
@@ -823,7 +859,7 @@ SELECT idxPriorita, descrPriorita, scadenzaGg FROM AnagPrior WHERE (idxPriorita
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="AnagAree" msprop:Generator_TableClassName="AnagAreeDataTable" msprop:Generator_TableVarName="tableAnagAree" msprop:Generator_TablePropName="AnagAree" msprop:Generator_RowDeletingName="AnagAreeRowDeleting" msprop:Generator_RowChangingName="AnagAreeRowChanging" msprop:Generator_RowEvHandlerName="AnagAreeRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagAreeRowDeleted" msprop:Generator_UserTableName="AnagAree" msprop:Generator_RowChangedName="AnagAreeRowChanged" msprop:Generator_RowEvArgName="AnagAreeRowChangeEvent" msprop:Generator_RowClassName="AnagAreeRow">
<xs:element name="AnagAree" msprop:Generator_TableClassName="AnagAreeDataTable" msprop:Generator_TableVarName="tableAnagAree" msprop:Generator_RowChangedName="AnagAreeRowChanged" msprop:Generator_TablePropName="AnagAree" msprop:Generator_RowDeletingName="AnagAreeRowDeleting" msprop:Generator_RowChangingName="AnagAreeRowChanging" msprop:Generator_RowEvHandlerName="AnagAreeRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagAreeRowDeleted" msprop:Generator_RowClassName="AnagAreeRow" msprop:Generator_UserTableName="AnagAree" msprop:Generator_RowEvArgName="AnagAreeRowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="idxArea" msprop:Generator_ColumnVarNameInTable="columnidxArea" msprop:Generator_ColumnPropNameInRow="idxArea" msprop:Generator_ColumnPropNameInTable="idxAreaColumn" msprop:Generator_UserColumnName="idxArea" type="xs:int" />
@@ -852,7 +888,7 @@ SELECT idxPriorita, descrPriorita, scadenzaGg FROM AnagPrior WHERE (idxPriorita
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="AnagFornitori" msprop:Generator_TableClassName="AnagFornitoriDataTable" msprop:Generator_TableVarName="tableAnagFornitori" msprop:Generator_TablePropName="AnagFornitori" msprop:Generator_RowDeletingName="AnagFornitoriRowDeleting" msprop:Generator_RowChangingName="AnagFornitoriRowChanging" msprop:Generator_RowEvHandlerName="AnagFornitoriRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagFornitoriRowDeleted" msprop:Generator_UserTableName="AnagFornitori" msprop:Generator_RowChangedName="AnagFornitoriRowChanged" msprop:Generator_RowEvArgName="AnagFornitoriRowChangeEvent" msprop:Generator_RowClassName="AnagFornitoriRow">
<xs:element name="AnagFornitori" msprop:Generator_TableClassName="AnagFornitoriDataTable" msprop:Generator_TableVarName="tableAnagFornitori" msprop:Generator_RowChangedName="AnagFornitoriRowChanged" msprop:Generator_TablePropName="AnagFornitori" msprop:Generator_RowDeletingName="AnagFornitoriRowDeleting" msprop:Generator_RowChangingName="AnagFornitoriRowChanging" msprop:Generator_RowEvHandlerName="AnagFornitoriRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagFornitoriRowDeleted" msprop:Generator_RowClassName="AnagFornitoriRow" msprop:Generator_UserTableName="AnagFornitori" msprop:Generator_RowEvArgName="AnagFornitoriRowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="idxFornitore" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnidxFornitore" msprop:Generator_ColumnPropNameInRow="idxFornitore" msprop:Generator_ColumnPropNameInTable="idxFornitoreColumn" msprop:Generator_UserColumnName="idxFornitore" type="xs:int" />
@@ -916,7 +952,7 @@ SELECT idxPriorita, descrPriorita, scadenzaGg FROM AnagPrior WHERE (idxPriorita
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="AssF2A" msprop:Generator_TableClassName="AssF2ADataTable" msprop:Generator_TableVarName="tableAssF2A" msprop:Generator_TablePropName="AssF2A" msprop:Generator_RowDeletingName="AssF2ARowDeleting" msprop:Generator_RowChangingName="AssF2ARowChanging" msprop:Generator_RowEvHandlerName="AssF2ARowChangeEventHandler" msprop:Generator_RowDeletedName="AssF2ARowDeleted" msprop:Generator_UserTableName="AssF2A" msprop:Generator_RowChangedName="AssF2ARowChanged" msprop:Generator_RowEvArgName="AssF2ARowChangeEvent" msprop:Generator_RowClassName="AssF2ARow">
<xs:element name="AssF2A" msprop:Generator_TableClassName="AssF2ADataTable" msprop:Generator_TableVarName="tableAssF2A" msprop:Generator_RowChangedName="AssF2ARowChanged" msprop:Generator_TablePropName="AssF2A" msprop:Generator_RowDeletingName="AssF2ARowDeleting" msprop:Generator_RowChangingName="AssF2ARowChanging" msprop:Generator_RowEvHandlerName="AssF2ARowChangeEventHandler" msprop:Generator_RowDeletedName="AssF2ARowDeleted" msprop:Generator_RowClassName="AssF2ARow" msprop:Generator_UserTableName="AssF2A" msprop:Generator_RowEvArgName="AssF2ARowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="idxFornitore" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnidxFornitore" msprop:Generator_ColumnPropNameInRow="idxFornitore" msprop:Generator_ColumnPropNameInTable="idxFornitoreColumn" msprop:Generator_UserColumnName="idxFornitore" type="xs:int" />
@@ -925,7 +961,7 @@ SELECT idxPriorita, descrPriorita, scadenzaGg FROM AnagPrior WHERE (idxPriorita
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="AssF2C" msprop:Generator_TableClassName="AssF2CDataTable" msprop:Generator_TableVarName="tableAssF2C" msprop:Generator_RowChangedName="AssF2CRowChanged" msprop:Generator_TablePropName="AssF2C" msprop:Generator_RowDeletingName="AssF2CRowDeleting" msprop:Generator_RowChangingName="AssF2CRowChanging" msprop:Generator_RowEvHandlerName="AssF2CRowChangeEventHandler" msprop:Generator_RowDeletedName="AssF2CRowDeleted" msprop:Generator_RowClassName="AssF2CRow" msprop:Generator_UserTableName="AssF2C" msprop:Generator_RowEvArgName="AssF2CRowChangeEvent">
<xs:element name="AssF2C" msprop:Generator_TableClassName="AssF2CDataTable" msprop:Generator_TableVarName="tableAssF2C" msprop:Generator_TablePropName="AssF2C" msprop:Generator_RowDeletingName="AssF2CRowDeleting" msprop:Generator_RowChangingName="AssF2CRowChanging" msprop:Generator_RowEvHandlerName="AssF2CRowChangeEventHandler" msprop:Generator_RowDeletedName="AssF2CRowDeleted" msprop:Generator_UserTableName="AssF2C" msprop:Generator_RowChangedName="AssF2CRowChanged" msprop:Generator_RowEvArgName="AssF2CRowChangeEvent" msprop:Generator_RowClassName="AssF2CRow">
<xs:complexType>
<xs:sequence>
<xs:element name="idxCond" msprop:Generator_ColumnVarNameInTable="columnidxCond" msprop:Generator_ColumnPropNameInRow="idxCond" msprop:Generator_ColumnPropNameInTable="idxCondColumn" msprop:Generator_UserColumnName="idxCond" type="xs:int" />
@@ -1007,7 +1043,7 @@ SELECT idxPriorita, descrPriorita, scadenzaGg FROM AnagPrior WHERE (idxPriorita
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="PBO_DashStats" msprop:Generator_TableClassName="PBO_DashStatsDataTable" msprop:Generator_TableVarName="tablePBO_DashStats" msprop:Generator_RowChangedName="PBO_DashStatsRowChanged" msprop:Generator_TablePropName="PBO_DashStats" msprop:Generator_RowDeletingName="PBO_DashStatsRowDeleting" msprop:Generator_RowChangingName="PBO_DashStatsRowChanging" msprop:Generator_RowEvHandlerName="PBO_DashStatsRowChangeEventHandler" msprop:Generator_RowDeletedName="PBO_DashStatsRowDeleted" msprop:Generator_RowClassName="PBO_DashStatsRow" msprop:Generator_UserTableName="PBO_DashStats" msprop:Generator_RowEvArgName="PBO_DashStatsRowChangeEvent">
<xs:element name="PBO_DashStats" msprop:Generator_TableClassName="PBO_DashStatsDataTable" msprop:Generator_TableVarName="tablePBO_DashStats" msprop:Generator_TablePropName="PBO_DashStats" msprop:Generator_RowDeletingName="PBO_DashStatsRowDeleting" msprop:Generator_RowChangingName="PBO_DashStatsRowChanging" msprop:Generator_RowEvHandlerName="PBO_DashStatsRowChangeEventHandler" msprop:Generator_RowDeletedName="PBO_DashStatsRowDeleted" msprop:Generator_UserTableName="PBO_DashStats" msprop:Generator_RowChangedName="PBO_DashStatsRowChanged" msprop:Generator_RowEvArgName="PBO_DashStatsRowChangeEvent" msprop:Generator_RowClassName="PBO_DashStatsRow">
<xs:complexType>
<xs:sequence>
<xs:element name="numUsers" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnnumUsers" msprop:Generator_ColumnPropNameInRow="numUsers" msprop:Generator_ColumnPropNameInTable="numUsersColumn" msprop:Generator_UserColumnName="numUsers" type="xs:int" minOccurs="0" />
@@ -1021,7 +1057,7 @@ SELECT idxPriorita, descrPriorita, scadenzaGg FROM AnagPrior WHERE (idxPriorita
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="ElencolRich" msprop:Generator_TableClassName="ElencolRichDataTable" msprop:Generator_TableVarName="tableElencolRich" msprop:Generator_TablePropName="ElencolRich" msprop:Generator_RowDeletingName="ElencolRichRowDeleting" msprop:Generator_RowChangingName="ElencolRichRowChanging" msprop:Generator_RowEvHandlerName="ElencolRichRowChangeEventHandler" msprop:Generator_RowDeletedName="ElencolRichRowDeleted" msprop:Generator_UserTableName="ElencolRich" msprop:Generator_RowChangedName="ElencolRichRowChanged" msprop:Generator_RowEvArgName="ElencolRichRowChangeEvent" msprop:Generator_RowClassName="ElencolRichRow">
<xs:element name="ElencolRich" msprop:Generator_TableClassName="ElencolRichDataTable" msprop:Generator_TableVarName="tableElencolRich" msprop:Generator_RowChangedName="ElencolRichRowChanged" msprop:Generator_TablePropName="ElencolRich" msprop:Generator_RowDeletingName="ElencolRichRowDeleting" msprop:Generator_RowChangingName="ElencolRichRowChanging" msprop:Generator_RowEvHandlerName="ElencolRichRowChangeEventHandler" msprop:Generator_RowDeletedName="ElencolRichRowDeleted" msprop:Generator_RowClassName="ElencolRichRow" msprop:Generator_UserTableName="ElencolRich" msprop:Generator_RowEvArgName="ElencolRichRowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="idxRichiesta" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnidxRichiesta" msprop:Generator_ColumnPropNameInRow="idxRichiesta" msprop:Generator_ColumnPropNameInTable="idxRichiestaColumn" msprop:Generator_UserColumnName="idxRichiesta" type="xs:int" />
@@ -1126,7 +1162,7 @@ SELECT idxPriorita, descrPriorita, scadenzaGg FROM AnagPrior WHERE (idxPriorita
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="AnagStati" msprop:Generator_TableClassName="AnagStatiDataTable" msprop:Generator_TableVarName="tableAnagStati" msprop:Generator_TablePropName="AnagStati" msprop:Generator_RowDeletingName="AnagStatiRowDeleting" msprop:Generator_RowChangingName="AnagStatiRowChanging" msprop:Generator_RowEvHandlerName="AnagStatiRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagStatiRowDeleted" msprop:Generator_UserTableName="AnagStati" msprop:Generator_RowChangedName="AnagStatiRowChanged" msprop:Generator_RowEvArgName="AnagStatiRowChangeEvent" msprop:Generator_RowClassName="AnagStatiRow">
<xs:element name="AnagStati" msprop:Generator_TableClassName="AnagStatiDataTable" msprop:Generator_TableVarName="tableAnagStati" msprop:Generator_RowChangedName="AnagStatiRowChanged" msprop:Generator_TablePropName="AnagStati" msprop:Generator_RowDeletingName="AnagStatiRowDeleting" msprop:Generator_RowChangingName="AnagStatiRowChanging" msprop:Generator_RowEvHandlerName="AnagStatiRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagStatiRowDeleted" msprop:Generator_RowClassName="AnagStatiRow" msprop:Generator_UserTableName="AnagStati" msprop:Generator_RowEvArgName="AnagStatiRowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="idxStato" msprop:Generator_ColumnVarNameInTable="columnidxStato" msprop:Generator_ColumnPropNameInRow="idxStato" msprop:Generator_ColumnPropNameInTable="idxStatoColumn" msprop:Generator_UserColumnName="idxStato" type="xs:int" />
@@ -1154,7 +1190,7 @@ SELECT idxPriorita, descrPriorita, scadenzaGg FROM AnagPrior WHERE (idxPriorita
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="StatoRich" msprop:Generator_TableClassName="StatoRichDataTable" msprop:Generator_TableVarName="tableStatoRich" msprop:Generator_TablePropName="StatoRich" msprop:Generator_RowDeletingName="StatoRichRowDeleting" msprop:Generator_RowChangingName="StatoRichRowChanging" msprop:Generator_RowEvHandlerName="StatoRichRowChangeEventHandler" msprop:Generator_RowDeletedName="StatoRichRowDeleted" msprop:Generator_UserTableName="StatoRich" msprop:Generator_RowChangedName="StatoRichRowChanged" msprop:Generator_RowEvArgName="StatoRichRowChangeEvent" msprop:Generator_RowClassName="StatoRichRow">
<xs:element name="StatoRich" msprop:Generator_TableClassName="StatoRichDataTable" msprop:Generator_TableVarName="tableStatoRich" msprop:Generator_RowChangedName="StatoRichRowChanged" msprop:Generator_TablePropName="StatoRich" msprop:Generator_RowDeletingName="StatoRichRowDeleting" msprop:Generator_RowChangingName="StatoRichRowChanging" msprop:Generator_RowEvHandlerName="StatoRichRowChangeEventHandler" msprop:Generator_RowDeletedName="StatoRichRowDeleted" msprop:Generator_RowClassName="StatoRichRow" msprop:Generator_UserTableName="StatoRich" msprop:Generator_RowEvArgName="StatoRichRowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="cod_cond" msprop:Generator_ColumnVarNameInTable="columncod_cond" msprop:Generator_ColumnPropNameInRow="cod_cond" msprop:Generator_ColumnPropNameInTable="cod_condColumn" msprop:Generator_UserColumnName="cod_cond">
@@ -1179,7 +1215,7 @@ SELECT idxPriorita, descrPriorita, scadenzaGg FROM AnagPrior WHERE (idxPriorita
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="PAM_DashStats" msprop:Generator_TableClassName="PAM_DashStatsDataTable" msprop:Generator_TableVarName="tablePAM_DashStats" msprop:Generator_TablePropName="PAM_DashStats" msprop:Generator_RowDeletingName="PAM_DashStatsRowDeleting" msprop:Generator_RowChangingName="PAM_DashStatsRowChanging" msprop:Generator_RowEvHandlerName="PAM_DashStatsRowChangeEventHandler" msprop:Generator_RowDeletedName="PAM_DashStatsRowDeleted" msprop:Generator_UserTableName="PAM_DashStats" msprop:Generator_RowChangedName="PAM_DashStatsRowChanged" msprop:Generator_RowEvArgName="PAM_DashStatsRowChangeEvent" msprop:Generator_RowClassName="PAM_DashStatsRow">
<xs:element name="PAM_DashStats" msprop:Generator_TableClassName="PAM_DashStatsDataTable" msprop:Generator_TableVarName="tablePAM_DashStats" msprop:Generator_RowChangedName="PAM_DashStatsRowChanged" msprop:Generator_TablePropName="PAM_DashStats" msprop:Generator_RowDeletingName="PAM_DashStatsRowDeleting" msprop:Generator_RowChangingName="PAM_DashStatsRowChanging" msprop:Generator_RowEvHandlerName="PAM_DashStatsRowChangeEventHandler" msprop:Generator_RowDeletedName="PAM_DashStatsRowDeleted" msprop:Generator_RowClassName="PAM_DashStatsRow" msprop:Generator_UserTableName="PAM_DashStats" msprop:Generator_RowEvArgName="PAM_DashStatsRowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="numUsers" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnnumUsers" msprop:Generator_ColumnPropNameInRow="numUsers" msprop:Generator_ColumnPropNameInTable="numUsersColumn" msprop:Generator_UserColumnName="numUsers" type="xs:int" minOccurs="0" />
@@ -1192,7 +1228,7 @@ SELECT idxPriorita, descrPriorita, scadenzaGg FROM AnagPrior WHERE (idxPriorita
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="AnagPrior" msprop:Generator_TableClassName="AnagPriorDataTable" msprop:Generator_TableVarName="tableAnagPrior" msprop:Generator_TablePropName="AnagPrior" msprop:Generator_RowDeletingName="AnagPriorRowDeleting" msprop:Generator_RowChangingName="AnagPriorRowChanging" msprop:Generator_RowEvHandlerName="AnagPriorRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagPriorRowDeleted" msprop:Generator_UserTableName="AnagPrior" msprop:Generator_RowChangedName="AnagPriorRowChanged" msprop:Generator_RowEvArgName="AnagPriorRowChangeEvent" msprop:Generator_RowClassName="AnagPriorRow">
<xs:element name="AnagPrior" msprop:Generator_TableClassName="AnagPriorDataTable" msprop:Generator_TableVarName="tableAnagPrior" msprop:Generator_RowChangedName="AnagPriorRowChanged" msprop:Generator_TablePropName="AnagPrior" msprop:Generator_RowDeletingName="AnagPriorRowDeleting" msprop:Generator_RowChangingName="AnagPriorRowChanging" msprop:Generator_RowEvHandlerName="AnagPriorRowChangeEventHandler" msprop:Generator_RowDeletedName="AnagPriorRowDeleted" msprop:Generator_RowClassName="AnagPriorRow" msprop:Generator_UserTableName="AnagPrior" msprop:Generator_RowEvArgName="AnagPriorRowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="idxPriorita" msprop:Generator_ColumnVarNameInTable="columnidxPriorita" msprop:Generator_ColumnPropNameInRow="idxPriorita" msprop:Generator_ColumnPropNameInTable="idxPrioritaColumn" msprop:Generator_UserColumnName="idxPriorita" type="xs:int" />
@@ -1207,6 +1243,57 @@ SELECT idxPriorita, descrPriorita, scadenzaGg FROM AnagPrior WHERE (idxPriorita
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="ER_Acts" msprop:Generator_TableClassName="ER_ActsDataTable" msprop:Generator_TableVarName="tableER_Acts" msprop:Generator_TablePropName="ER_Acts" msprop:Generator_RowDeletingName="ER_ActsRowDeleting" msprop:Generator_RowChangingName="ER_ActsRowChanging" msprop:Generator_RowEvHandlerName="ER_ActsRowChangeEventHandler" msprop:Generator_RowDeletedName="ER_ActsRowDeleted" msprop:Generator_UserTableName="ER_Acts" msprop:Generator_RowChangedName="ER_ActsRowChanged" msprop:Generator_RowEvArgName="ER_ActsRowChangeEvent" msprop:Generator_RowClassName="ER_ActsRow">
<xs:complexType>
<xs:sequence>
<xs:element name="idxAzione" msprop:Generator_ColumnVarNameInTable="columnidxAzione" msprop:Generator_ColumnPropNameInRow="idxAzione" msprop:Generator_ColumnPropNameInTable="idxAzioneColumn" msprop:Generator_UserColumnName="idxAzione" type="xs:int" />
<xs:element name="idxRichiesta" msprop:Generator_ColumnVarNameInTable="columnidxRichiesta" msprop:Generator_ColumnPropNameInRow="idxRichiesta" msprop:Generator_ColumnPropNameInTable="idxRichiestaColumn" msprop:Generator_UserColumnName="idxRichiesta" type="xs:int" />
<xs:element name="dataRif" msprop:Generator_ColumnVarNameInTable="columndataRif" msprop:Generator_ColumnPropNameInRow="dataRif" msprop:Generator_ColumnPropNameInTable="dataRifColumn" msprop:Generator_UserColumnName="dataRif" type="xs:dateTime" />
<xs:element name="codAzione" msprop:Generator_ColumnVarNameInTable="columncodAzione" msprop:Generator_ColumnPropNameInRow="codAzione" msprop:Generator_ColumnPropNameInTable="codAzioneColumn" msprop:Generator_UserColumnName="codAzione">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="attore" msprop:Generator_ColumnVarNameInTable="columnattore" msprop:Generator_ColumnPropNameInRow="attore" msprop:Generator_ColumnPropNameInTable="attoreColumn" msprop:Generator_UserColumnName="attore">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="genAttore" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columngenAttore" msprop:Generator_ColumnPropNameInRow="genAttore" msprop:Generator_ColumnPropNameInTable="genAttoreColumn" msprop:Generator_UserColumnName="genAttore" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="501" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="messaggio" msprop:Generator_ColumnVarNameInTable="columnmessaggio" msprop:Generator_ColumnPropNameInRow="messaggio" msprop:Generator_ColumnPropNameInTable="messaggioColumn" msprop:Generator_UserColumnName="messaggio">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="2147483647" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="classe" msprop:Generator_ColumnVarNameInTable="columnclasse" msprop:Generator_ColumnPropNameInRow="classe" msprop:Generator_ColumnPropNameInTable="classeColumn" msprop:Generator_UserColumnName="classe">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="cssIcon" msprop:Generator_ColumnVarNameInTable="columncssIcon" msprop:Generator_ColumnPropNameInRow="cssIcon" msprop:Generator_ColumnPropNameInTable="cssIconColumn" msprop:Generator_UserColumnName="cssIcon">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
<xs:unique name="Constraint1" msdata:PrimaryKey="true">
@@ -1248,15 +1335,19 @@ SELECT idxPriorita, descrPriorita, scadenzaGg FROM AnagPrior WHERE (idxPriorita
<xs:selector xpath=".//mstns:AnagPrior" />
<xs:field xpath="mstns:idxPriorita" />
</xs:unique>
<xs:unique name="ER_Acts_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:ER_Acts" />
<xs:field xpath="mstns:idxAzione" />
</xs:unique>
</xs:element>
<xs:annotation>
<xs:appinfo>
<msdata:Relationship name="FK_AnagCondomini_AnagAmministratori" msdata:parent="AnagAmministratori" msdata:child="AnagCondomini" msdata:parentkey="idxAmm" msdata:childkey="idxAmm" msprop:Generator_UserChildTable="AnagCondomini" msprop:Generator_ChildPropName="GetAnagCondominiRows" msprop:Generator_UserRelationName="FK_AnagCondomini_AnagAmministratori" msprop:Generator_RelationVarName="relationFK_AnagCondomini_AnagAmministratori" msprop:Generator_UserParentTable="AnagAmministratori" msprop:Generator_ParentPropName="AnagAmministratoriRow" />
<msdata:Relationship name="RelFornitore2Area_AnagFornitori" msdata:parent="AssF2A" msdata:child="AnagFornitori" msdata:parentkey="idxFornitore" msdata:childkey="idxFornitore" msprop:Generator_UserChildTable="AnagFornitori" msprop:Generator_ChildPropName="GetAnagFornitoriRows" msprop:Generator_UserRelationName="RelFornitore2Area_AnagFornitori" msprop:Generator_RelationVarName="relationRelFornitore2Area_AnagFornitori" msprop:Generator_UserParentTable="AssF2A" msprop:Generator_ParentPropName="AssF2ARow" />
<msdata:Relationship name="AnagAree_RelFornitore2Area" msdata:parent="AnagAree" msdata:child="AssF2A" msdata:parentkey="idxArea" msdata:childkey="idxArea" msprop:Generator_UserChildTable="AssF2A" msprop:Generator_ChildPropName="GetAssF2ARows" msprop:Generator_UserRelationName="AnagAree_RelFornitore2Area" msprop:Generator_ParentPropName="AnagAreeRow" msprop:Generator_RelationVarName="relationAnagAree_RelFornitore2Area" msprop:Generator_UserParentTable="AnagAree" />
<msdata:Relationship name="FK_RelFornitore2Condominio_AnagCondomini" msdata:parent="AnagCondomini" msdata:child="AssF2C" msdata:parentkey="idxCond" msdata:childkey="idxCond" msprop:Generator_UserChildTable="AssF2C" msprop:Generator_ChildPropName="GetAssF2CRows" msprop:Generator_UserRelationName="FK_RelFornitore2Condominio_AnagCondomini" msprop:Generator_RelationVarName="relationFK_RelFornitore2Condominio_AnagCondomini" msprop:Generator_UserParentTable="AnagCondomini" msprop:Generator_ParentPropName="AnagCondominiRow" />
<msdata:Relationship name="FK_RelFornitore2Condominio_AnagFornitori" msdata:parent="AnagFornitori" msdata:child="AssF2C" msdata:parentkey="idxFornitore" msdata:childkey="idxFornitore" msprop:Generator_UserChildTable="AssF2C" msprop:Generator_ChildPropName="GetAssF2CRows" msprop:Generator_UserRelationName="FK_RelFornitore2Condominio_AnagFornitori" msprop:Generator_RelationVarName="relationFK_RelFornitore2Condominio_AnagFornitori" msprop:Generator_UserParentTable="AnagFornitori" msprop:Generator_ParentPropName="AnagFornitoriRow" />
<msdata:Relationship name="FK_AssF2A_AnagFornitori" msdata:parent="AnagFornitori" msdata:child="AssF2A" msdata:parentkey="idxFornitore" msdata:childkey="idxFornitore" msprop:Generator_UserChildTable="AssF2A" msprop:Generator_ChildPropName="GetAssF2ARows" msprop:Generator_UserRelationName="FK_AssF2A_AnagFornitori" msprop:Generator_ParentPropName="AnagFornitoriRow" msprop:Generator_RelationVarName="relationFK_AssF2A_AnagFornitori" msprop:Generator_UserParentTable="AnagFornitori" />
<msdata:Relationship name="FK_AnagCondomini_AnagAmministratori" msdata:parent="AnagAmministratori" msdata:child="AnagCondomini" msdata:parentkey="idxAmm" msdata:childkey="idxAmm" msprop:Generator_UserChildTable="AnagCondomini" msprop:Generator_ChildPropName="GetAnagCondominiRows" msprop:Generator_UserRelationName="FK_AnagCondomini_AnagAmministratori" msprop:Generator_ParentPropName="AnagAmministratoriRow" msprop:Generator_RelationVarName="relationFK_AnagCondomini_AnagAmministratori" msprop:Generator_UserParentTable="AnagAmministratori" />
<msdata:Relationship name="RelFornitore2Area_AnagFornitori" msdata:parent="AssF2A" msdata:child="AnagFornitori" msdata:parentkey="idxFornitore" msdata:childkey="idxFornitore" msprop:Generator_UserChildTable="AnagFornitori" msprop:Generator_ChildPropName="GetAnagFornitoriRows" msprop:Generator_UserRelationName="RelFornitore2Area_AnagFornitori" msprop:Generator_ParentPropName="AssF2ARow" msprop:Generator_RelationVarName="relationRelFornitore2Area_AnagFornitori" msprop:Generator_UserParentTable="AssF2A" />
<msdata:Relationship name="AnagAree_RelFornitore2Area" msdata:parent="AnagAree" msdata:child="AssF2A" msdata:parentkey="idxArea" msdata:childkey="idxArea" msprop:Generator_UserChildTable="AssF2A" msprop:Generator_ChildPropName="GetAssF2ARows" msprop:Generator_UserRelationName="AnagAree_RelFornitore2Area" msprop:Generator_RelationVarName="relationAnagAree_RelFornitore2Area" msprop:Generator_UserParentTable="AnagAree" msprop:Generator_ParentPropName="AnagAreeRow" />
<msdata:Relationship name="FK_RelFornitore2Condominio_AnagCondomini" msdata:parent="AnagCondomini" msdata:child="AssF2C" msdata:parentkey="idxCond" msdata:childkey="idxCond" msprop:Generator_UserChildTable="AssF2C" msprop:Generator_ChildPropName="GetAssF2CRows" msprop:Generator_UserRelationName="FK_RelFornitore2Condominio_AnagCondomini" msprop:Generator_ParentPropName="AnagCondominiRow" msprop:Generator_RelationVarName="relationFK_RelFornitore2Condominio_AnagCondomini" msprop:Generator_UserParentTable="AnagCondomini" />
<msdata:Relationship name="FK_RelFornitore2Condominio_AnagFornitori" msdata:parent="AnagFornitori" msdata:child="AssF2C" msdata:parentkey="idxFornitore" msdata:childkey="idxFornitore" msprop:Generator_UserChildTable="AssF2C" msprop:Generator_ChildPropName="GetAssF2CRows" msprop:Generator_UserRelationName="FK_RelFornitore2Condominio_AnagFornitori" msprop:Generator_ParentPropName="AnagFornitoriRow" msprop:Generator_RelationVarName="relationFK_RelFornitore2Condominio_AnagFornitori" msprop:Generator_UserParentTable="AnagFornitori" />
<msdata:Relationship name="FK_AssF2A_AnagFornitori" msdata:parent="AnagFornitori" msdata:child="AssF2A" msdata:parentkey="idxFornitore" msdata:childkey="idxFornitore" msprop:Generator_UserChildTable="AssF2A" msprop:Generator_ChildPropName="GetAssF2ARows" msprop:Generator_UserRelationName="FK_AssF2A_AnagFornitori" msprop:Generator_RelationVarName="relationFK_AssF2A_AnagFornitori" msprop:Generator_UserParentTable="AnagFornitori" msprop:Generator_ParentPropName="AnagFornitoriRow" />
</xs:appinfo>
</xs:annotation>
</xs:schema>
+42 -16
View File
@@ -4,30 +4,36 @@
Changes to this file may cause incorrect behavior and will be lost if
the code is regenerated.
</autogenerated>-->
<DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="36" ViewPortY="13" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
<DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="-10" ViewPortY="-47" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
<Shapes>
<Shape ID="DesignTable:AnagAmministratori" ZOrder="12" X="70" Y="70" Height="296" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="237" />
<Shape ID="DesignTable:AnagCondomini" ZOrder="11" X="440" Y="70" Height="319" Width="283" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="237" />
<Shape ID="DesignTable:AnagAree" ZOrder="6" X="802" Y="1133" Height="273" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="145" />
<Shape ID="DesignTable:AnagFornitori" ZOrder="9" X="811" Y="495" Height="365" Width="292" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="260" />
<Shape ID="DesignTable:AssF2A" ZOrder="3" X="807" Y="913" Height="181" Width="298" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="99" />
<Shape ID="DesignTable:AssF2C" ZOrder="2" X="815" Y="36" Height="388" Width="268" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="306" />
<Shape ID="DesignTable:PBO_DashStats" ZOrder="1" X="90" Y="465" Height="273" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="214" />
<Shape ID="DesignTable:AnagAmministratori" ZOrder="19" X="30" Y="75" Height="296" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="237" />
<Shape ID="DesignTable:AnagCondomini" ZOrder="18" X="440" Y="70" Height="319" Width="283" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="237" />
<Shape ID="DesignTable:AnagAree" ZOrder="13" X="802" Y="1133" Height="273" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="145" />
<Shape ID="DesignTable:AnagFornitori" ZOrder="16" X="811" Y="495" Height="365" Width="292" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="260" />
<Shape ID="DesignTable:AssF2A" ZOrder="10" X="807" Y="913" Height="181" Width="298" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="99" />
<Shape ID="DesignTable:AssF2C" ZOrder="9" X="815" Y="36" Height="388" Width="268" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="306" />
<Shape ID="DesignTable:PBO_DashStats" ZOrder="8" X="90" Y="465" Height="273" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="214" />
<Shape ID="DesignTable:ElencolRich" ZOrder="7" X="183" Y="1096" Height="274" Width="316" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="102" />
<Shape ID="DesignTable:AnagStati" ZOrder="6" X="230" Y="815" Height="230" Width="158" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="140" />
<Shape ID="DesignTable:StatoRich" ZOrder="5" X="520" Y="784" Height="184" Width="158" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="94" />
<Shape ID="DesignTable:PAM_DashStats" ZOrder="4" X="519" Y="594" Height="184" Width="158" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="94" />
<Shape ID="DesignTable:AnagPrior" ZOrder="3" X="479" Y="422" Height="184" Width="158" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="94" />
<Shape ID="DesignTable:ER_Acts" ZOrder="1" X="459" Y="1414" Height="319" Width="244" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="237" />
</Shapes>
<Connectors>
<Connector ID="DesignRelation:FK_AnagCondomini_AnagAmministratori" ZOrder="10" LineWidth="11">
<Connector ID="DesignRelation:FK_AnagCondomini_AnagAmministratori" ZOrder="17" LineWidth="11">
<RoutePoints>
<Point>
<X>370</X>
<Y>149</Y>
<X>330</X>
<Y>154</Y>
</Point>
<Point>
<X>440</X>
<Y>149</Y>
<Y>154</Y>
</Point>
</RoutePoints>
</Connector>
<Connector ID="DesignRelation:RelFornitore2Area_AnagFornitori" ZOrder="8" LineWidth="11">
<Connector ID="DesignRelation:RelFornitore2Area_AnagFornitori" ZOrder="15" LineWidth="11">
<RoutePoints>
<Point>
<X>900</X>
@@ -39,7 +45,7 @@
</Point>
</RoutePoints>
</Connector>
<Connector ID="DesignRelation:AnagAree_RelFornitore2Area" ZOrder="7" LineWidth="11">
<Connector ID="DesignRelation:AnagAree_RelFornitore2Area" ZOrder="14" LineWidth="11">
<RoutePoints>
<Point>
<X>933</X>
@@ -51,7 +57,7 @@
</Point>
</RoutePoints>
</Connector>
<Connector ID="DesignRelation:FK_RelFornitore2Condominio_AnagCondomini" ZOrder="5" LineWidth="11">
<Connector ID="DesignRelation:FK_RelFornitore2Condominio_AnagCondomini" ZOrder="12" LineWidth="11">
<RoutePoints>
<Point>
<X>723</X>
@@ -63,7 +69,7 @@
</Point>
</RoutePoints>
</Connector>
<Connector ID="DesignRelation:FK_RelFornitore2Condominio_AnagFornitori" ZOrder="4" LineWidth="11">
<Connector ID="DesignRelation:FK_RelFornitore2Condominio_AnagFornitori" ZOrder="11" LineWidth="11">
<RoutePoints>
<Point>
<X>976</X>
@@ -75,5 +81,25 @@
</Point>
</RoutePoints>
</Connector>
<Connector ID="DesignRelation:FK_AssF2A_AnagFornitori" ZOrder="2" LineWidth="11">
<RoutePoints>
<Point>
<X>151</X>
<Y>0</Y>
</Point>
<Point>
<X>151</X>
<Y>-30</Y>
</Point>
<Point>
<X>110</X>
<Y>-30</Y>
</Point>
<Point>
<X>110</X>
<Y>0</Y>
</Point>
</RoutePoints>
</Connector>
</Connectors>
</DiagramLayout>
Vendored
+1 -1
View File
@@ -17,7 +17,7 @@ pipeline {
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
script {
withEnv(['NEXT_BUILD_NUMBER=98']) {
withEnv(['NEXT_BUILD_NUMBER=101']) {
// env.versionNumber = VersionNumber(versionNumberString : '0.9.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true)
env.versionNumber = VersionNumber(versionNumberString : '0.9.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')
env.APP_NAME = 'SOSCONDOMINI'
+8
View File
@@ -222,6 +222,7 @@
<Content Include="WebUserContols\mod_enrollByAuthKey.ascx" />
<Content Include="WebUserContols\mod_enrollByEmail.ascx" />
<Content Include="WebUserContols\mod_enrollByJumperAuthKey.ascx" />
<Content Include="WebUserContols\mod_ER_acts.ascx" />
<Content Include="WebUserContols\mod_ER_conclusi.ascx" />
<Content Include="WebUserContols\mod_ER_detail.ascx" />
<Content Include="WebUserContols\mod_ER_grid.ascx" />
@@ -627,6 +628,13 @@
<Compile Include="WebUserContols\mod_enrollByJumperAuthKey.ascx.designer.cs">
<DependentUpon>mod_enrollByJumperAuthKey.ascx</DependentUpon>
</Compile>
<Compile Include="WebUserContols\mod_ER_acts.ascx.cs">
<DependentUpon>mod_ER_acts.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="WebUserContols\mod_ER_acts.ascx.designer.cs">
<DependentUpon>mod_ER_acts.ascx</DependentUpon>
</Compile>
<Compile Include="WebUserContols\mod_ER_conclusi.ascx.cs">
<DependentUpon>mod_ER_conclusi.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
+27
View File
@@ -0,0 +1,27 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_ER_acts.ascx.cs" Inherits="PUB.WebUserContols.mod_ER_acts" %>
<asp:HiddenField runat="server" ID="hfIdxRichiesta" />
<asp:Repeater ID="repActs" runat="server" DataSourceID="ods">
<ItemTemplate>
<div class="row">
<div class="col-6 text-left strong">
<i class='<%# Eval("cssIcon") %>'></i> | <%# Eval("classe") %>
</div>
<div class="col-6 text-right">
<%# Eval("dataRif","{0:ddd dd.MM.yyyy, HH:mm:ss}") %>
</div>
<div class="col-6 text-left">
<%# Eval("attore") %>
</div>
<div class="col-6 text-right">
<%# Eval("messaggio") %>
</div>
</div>
</ItemTemplate>
</asp:Repeater>
<asp:ObjectDataSource ID="ods" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByIdxRich" TypeName="Data.DS_appTableAdapters.ER_ActsTableAdapter">
<SelectParameters>
<asp:ControlParameter ControlID="hfIdxRichiesta" DefaultValue="0" Name="idxRichiesta" PropertyName="Value" Type="Int32" />
</SelectParameters>
</asp:ObjectDataSource>
+33
View File
@@ -0,0 +1,33 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace PUB.WebUserContols
{
public partial class mod_ER_acts : System.Web.UI.UserControl
{
protected void Page_Load(object sender, EventArgs e)
{
}
/// <summary>
/// Richiesta di cui mostrare la history
/// </summary>
public int IdxRichiesta
{
get
{
int answ = 0;
int.TryParse(hfIdxRichiesta.Value, out answ);
return answ;
}
set
{
hfIdxRichiesta.Value = value.ToString();
}
}
}
}
+42
View File
@@ -0,0 +1,42 @@
//------------------------------------------------------------------------------
// <generato automaticamente>
// Codice generato da uno strumento.
//
// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
// il codice viene rigenerato.
// </generato automaticamente>
//------------------------------------------------------------------------------
namespace PUB.WebUserContols {
public partial class mod_ER_acts {
/// <summary>
/// Controllo hfIdxRichiesta.
/// </summary>
/// <remarks>
/// Campo generato automaticamente.
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
/// </remarks>
protected global::System.Web.UI.WebControls.HiddenField hfIdxRichiesta;
/// <summary>
/// Controllo repActs.
/// </summary>
/// <remarks>
/// Campo generato automaticamente.
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
/// </remarks>
protected global::System.Web.UI.WebControls.Repeater repActs;
/// <summary>
/// Controllo ods.
/// </summary>
/// <remarks>
/// Campo generato automaticamente.
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
/// </remarks>
protected global::System.Web.UI.WebControls.ObjectDataSource ods;
}
}
+19 -14
View File
@@ -1,4 +1,6 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_ER_detail.ascx.cs" Inherits="PUB.WebUserContols.mod_ER_detail" %>
<%@ Register Src="~/WebUserContols/mod_ER_acts.ascx" TagPrefix="uc1" TagName="mod_ER_acts" %>
<asp:ObjectDataSource ID="odsPrior" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="GetData" TypeName="Data.DS_appTableAdapters.AnagPriorTableAdapter"></asp:ObjectDataSource>
@@ -216,7 +218,7 @@
<h5>Dettaglio richiesta #<%# Eval("IdxRichiesta") %></h5>
</div>
<div class="col text-center">
<i class='<%# Eval("cssStato") %>'></i> <%# Eval("stato") %>
<i class='<%# Eval("cssStato") %>'></i><%# Eval("stato") %>
</div>
<div class="col text-right">
condominio <b><%# Eval("nom_cond") %></b> (<%# Eval("cod_cond") %>)
@@ -226,22 +228,22 @@
<div class="card-body mw-100">
<div class="row">
<div class="col-12">
<div class="row mb-2">
<div class="row mb-2">
<div class="col">
<asp:LinkButton runat="server" ID="lbtPreventivo" CssClass="btn btn-sm btn-info btn-block"><i class="far fa-envelope"></i> Richiesta Preventivo</asp:LinkButton>
</div>
</div>
<div class="col">
<asp:LinkButton runat="server" ID="lbtScadenza" CssClass="btn btn-sm btn-warning btn-block"><i class="fas fa-bell"></i> Imposta Scadenza</asp:LinkButton>
</div>
</div>
<div class="col">
<asp:LinkButton runat="server" ID="lbtCambiaForn" CssClass="btn btn-sm btn-info btn-block"><i class="far fa-envelope"></i> Sollecito Fornitore</asp:LinkButton>
</div>
</div>
<div class="col">
<asp:LinkButton runat="server" ID="lbtUrgenza" CssClass="btn btn-sm btn-danger btn-block"><i class="fas fa-sync"></i> Cambia Urgenza</asp:LinkButton>
</div>
</div>
<div class="col">
<asp:LinkButton runat="server" ID="lbtFornitore" CssClass="btn btn-sm btn-danger btn-block"><i class="fas fa-sync"></i> Cambia Fornitore</asp:LinkButton>
</div>
</div>
<div class="col">
<asp:LinkButton runat="server" ID="lbtMessaggio" CssClass="btn btn-sm btn-success btn-block"><i class="fas fa-pencil-alt"></i> Modifica Messaggio</asp:LinkButton>
</div>
@@ -278,13 +280,10 @@
<asp:DropDownList runat="server" ID="ddlFornitore" DataSourceID="odsForn" DataTextField="nome" DataValueField="idxFornitore" SelectedValue='<%# Eval("idxFornitore") %>' Enabled="false" CssClass="form-control form-control-sm"></asp:DropDownList>
</div>
</div>
</div>
<div class="col-6">
<div class="row">
<div class="row small my-2">
<div class="col-12 small">
<i class="far fa-bell"></i>Messaggio
<asp:Label ID="lblmessaggio" runat="server" CssClass="form-control" Text='<%# Eval("messaggio") %>' />
<asp:Label ID="lblmessaggio" runat="server" CssClass="form-control" Text='<%# Eval("messaggio") %>' />
</div>
<div class="col-12 small my-3 text-right">
<i class="fas fa-phone"></i>
@@ -293,9 +292,15 @@
<div class="col-12 text-warning small">
<i class="far fa-comment"></i>Note
<div class="form-control mw-100"><%# Data.utils.parseNote(Eval("note")) %></div>
</div>
</div>
</div>
</div>
<div class="col-6">
<div class="row">
<div class="col-12 small my-3 text-right">
inserire storico azioni... svuotando note
<h5>Registro attività</h5>
<uc1:mod_ER_acts runat="server" id="mod_ER_acts" IdxRichiesta='<%# Eval("IdxRichiesta") %>' />
</div>
</div>
</div>
+14 -2
View File
@@ -4,6 +4,19 @@ Progetto SOS Condomini
## Architettura generale
L'obiettivo è tracciare, semplificare e veicolare il marketplace degli interventi sul aptrimonio condominiale tramite il sito terzo di b2bcondomini.it.
Gli interventi sono creati sulla piattaforma poi controllati per avanzamento e infine viene fatturata una quota da b2bc alle azienti aderenti in cambio del fatturato generato (se aderenti).
B2BC seleziona sul marketplace i fornitori (e amministratori possono indicare regole e/o interventire insieme a B2BC se necessario).
Gli interventi sono controllati per il loro stato secondo 3 indicatori:
* INFO: tutte le azioni di tipo informativo
* CHECK: tutte le azioni di controllo
* TASK: tutte le operazioni fisiche di intervento
* BILL: le operazioni finali di billing, pagamento (amm -_> azienda) e infine maturazione provvigioni per B2BC
### AREA PBO (Primary BackOffice) - gestione B2BC
### AREA PAM - Amministratori
@@ -12,7 +25,6 @@ Progetto SOS Condomini
### AREA PCO - Condòmini
## To Do's
Da rivedere la gestione dell'intervento:
@@ -29,7 +41,7 @@ Da rivedere la gestione dell'intervento:
* Ricezione preventivo
* Accettazione preventivo
* Caricamento allegato
* Accettazione intervento
* Accettazione task (richiesta intervento)
* Inizio Intervento
* Fine intervento
* Intervento Sospeso
BIN
View File
Binary file not shown.