Files
Emmanuele Sassi c36390f183 - primo rilascio
2025-03-19 10:40:03 +01:00

190 lines
5.8 KiB
VB.net

'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.42000
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict Off
Option Explicit On
Imports System.Xml.Serialization
'
'This source code was auto-generated by xsd, Version=4.8.3928.0.
'
'''<remarks/>
<System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0"), _
System.SerializableAttribute(), _
System.Diagnostics.DebuggerStepThroughAttribute(), _
System.ComponentModel.DesignerCategoryAttribute("code"), _
System.Xml.Serialization.XmlTypeAttribute(AnonymousType:=true), _
System.Xml.Serialization.XmlRootAttribute([Namespace]:="", IsNullable:=false)> _
Partial Public Class ParametriOpzioni
Private itemsField() As ParametriOpzioniParametri
'''<remarks/>
<System.Xml.Serialization.XmlElementAttribute("Parametri", Form:=System.Xml.Schema.XmlSchemaForm.Unqualified)> _
Public Property Items() As ParametriOpzioniParametri()
Get
Return Me.itemsField
End Get
Set
Me.itemsField = value
End Set
End Property
End Class
'''<remarks/>
<System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0"), _
System.SerializableAttribute(), _
System.Diagnostics.DebuggerStepThroughAttribute(), _
System.ComponentModel.DesignerCategoryAttribute("code"), _
System.Xml.Serialization.XmlTypeAttribute(AnonymousType:=true)> _
Partial Public Class ParametriOpzioniParametri
Private nomeParametroField As String
Private descrizioneParametroField As String
Private valoreCorrenteField As String
Private tipoField As String
Private visibleField As String
Private ricalcolaSeModificatoField As String
Private opzioniField() As ParametriOpzioniParametriOpzioni
'''<remarks/>
<System.Xml.Serialization.XmlElementAttribute(Form:=System.Xml.Schema.XmlSchemaForm.Unqualified)> _
Public Property NomeParametro() As String
Get
Return Me.nomeParametroField
End Get
Set
Me.nomeParametroField = value
End Set
End Property
'''<remarks/>
<System.Xml.Serialization.XmlElementAttribute(Form:=System.Xml.Schema.XmlSchemaForm.Unqualified)> _
Public Property DescrizioneParametro() As String
Get
Return Me.descrizioneParametroField
End Get
Set
Me.descrizioneParametroField = value
End Set
End Property
'''<remarks/>
<System.Xml.Serialization.XmlElementAttribute(Form:=System.Xml.Schema.XmlSchemaForm.Unqualified)> _
Public Property ValoreCorrente() As String
Get
Return Me.valoreCorrenteField
End Get
Set
Me.valoreCorrenteField = value
End Set
End Property
'''<remarks/>
<System.Xml.Serialization.XmlElementAttribute(Form:=System.Xml.Schema.XmlSchemaForm.Unqualified)> _
Public Property Tipo() As String
Get
Return Me.tipoField
End Get
Set
Me.tipoField = value
End Set
End Property
'''<remarks/>
<System.Xml.Serialization.XmlElementAttribute(Form:=System.Xml.Schema.XmlSchemaForm.Unqualified)> _
Public Property Visible() As String
Get
Return Me.visibleField
End Get
Set
Me.visibleField = value
End Set
End Property
'''<remarks/>
<System.Xml.Serialization.XmlElementAttribute(Form:=System.Xml.Schema.XmlSchemaForm.Unqualified)> _
Public Property RicalcolaSeModificato() As String
Get
Return Me.ricalcolaSeModificatoField
End Get
Set
Me.ricalcolaSeModificatoField = value
End Set
End Property
'''<remarks/>
<System.Xml.Serialization.XmlElementAttribute("Opzioni", Form:=System.Xml.Schema.XmlSchemaForm.Unqualified)> _
Public Property Opzioni() As ParametriOpzioniParametriOpzioni()
Get
Return Me.opzioniField
End Get
Set
Me.opzioniField = value
End Set
End Property
End Class
'''<remarks/>
<System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0"), _
System.SerializableAttribute(), _
System.Diagnostics.DebuggerStepThroughAttribute(), _
System.ComponentModel.DesignerCategoryAttribute("code"), _
System.Xml.Serialization.XmlTypeAttribute(AnonymousType:=true)> _
Partial Public Class ParametriOpzioniParametriOpzioni
Private nomeParametroField As String
Private descrizioneOpzioneField As String
Private valoreField As String
'''<remarks/>
<System.Xml.Serialization.XmlElementAttribute(Form:=System.Xml.Schema.XmlSchemaForm.Unqualified)> _
Public Property NomeParametro() As String
Get
Return Me.nomeParametroField
End Get
Set
Me.nomeParametroField = value
End Set
End Property
'''<remarks/>
<System.Xml.Serialization.XmlElementAttribute(Form:=System.Xml.Schema.XmlSchemaForm.Unqualified)> _
Public Property DescrizioneOpzione() As String
Get
Return Me.descrizioneOpzioneField
End Get
Set
Me.descrizioneOpzioneField = value
End Set
End Property
'''<remarks/>
<System.Xml.Serialization.XmlElementAttribute(Form:=System.Xml.Schema.XmlSchemaForm.Unqualified)> _
Public Property Valore() As String
Get
Return Me.valoreField
End Get
Set
Me.valoreField = value
End Set
End Property
End Class