Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dbeattie71/8efae93d7e1e5d31df0de6dea671256a to your computer and use it in GitHub Desktop.
Save dbeattie71/8efae93d7e1e5d31df0de6dea671256a to your computer and use it in GitHub Desktop.
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://tempuri.org/DataConnectRQ")]
[System.Xml.Serialization.XmlRootAttribute(Namespace="http://tempuri.org/DataConnectRQ", IsNullable=false)]
public partial class DATACONNECTRQ {
private string vERSIONField;
private string aPPIDField;
private LOGINRQ lOGINRQField;
private object itemField;
/// <remarks/>
public string VERSION {
get {
return this.vERSIONField;
}
set {
this.vERSIONField = value;
}
}
/// <remarks/>
public string APPID {
get {
return this.aPPIDField;
}
set {
this.aPPIDField = value;
}
}
/// <remarks/>
public LOGINRQ LOGINRQ {
get {
return this.lOGINRQField;
}
set {
this.lOGINRQField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute("ACCTADDRQ", typeof(ACCTADDRQ))]
[System.Xml.Serialization.XmlElementAttribute("ACCTCREDADDRQ", typeof(ACCTCREDADDRQ))]
[System.Xml.Serialization.XmlElementAttribute("ACCTCREDDELRQ", typeof(ACCTCREDDELRQ))]
[System.Xml.Serialization.XmlElementAttribute("ACCTCREDMODRQ", typeof(ACCTCREDMODRQ))]
[System.Xml.Serialization.XmlElementAttribute("ACCTCREDTESTRQ_A", typeof(ACCTCREDTESTRQ_A))]
[System.Xml.Serialization.XmlElementAttribute("ACCTDELRQ", typeof(ACCTDELRQ))]
[System.Xml.Serialization.XmlElementAttribute("ACCTDISCRQ_A", typeof(ACCTDISCRQ_A))]
[System.Xml.Serialization.XmlElementAttribute("ACCTMODRQ", typeof(ACCTMODRQ))]
[System.Xml.Serialization.XmlElementAttribute("ACCTTESTRQ_A", typeof(ACCTTESTRQ_A))]
[System.Xml.Serialization.XmlElementAttribute("ACCTUPDRQ_A", typeof(ACCTUPDRQ_A))]
[System.Xml.Serialization.XmlElementAttribute("ACCTUPDTAXLOTRQ", typeof(ACCTUPDTAXLOTRQ))]
[System.Xml.Serialization.XmlElementAttribute("DATAACKRQ", typeof(DATAACKRQ))]
[System.Xml.Serialization.XmlElementAttribute("DATACLAIMRQ", typeof(DATACLAIMRQ))]
[System.Xml.Serialization.XmlElementAttribute("DATAEXPORT2FILELISTRQ", typeof(DATAEXPORT2FILELISTRQ))]
[System.Xml.Serialization.XmlElementAttribute("DATAEXPORT2RQ_A", typeof(DATAEXPORT2RQ_A))]
[System.Xml.Serialization.XmlElementAttribute("DATAEXPORTRQ_A", typeof(DATAEXPORTRQ_A))]
[System.Xml.Serialization.XmlElementAttribute("DATAGETRQ", typeof(DATAGETRQ))]
[System.Xml.Serialization.XmlElementAttribute("DATAGETRQ_A", typeof(DATAGETRQ_A))]
[System.Xml.Serialization.XmlElementAttribute("DATAIMPORTRQ_A", typeof(DATAIMPORTRQ_A))]
[System.Xml.Serialization.XmlElementAttribute("EXPORTCONFIGGETRQ_A", typeof(EXPORTCONFIGGETRQ_A))]
[System.Xml.Serialization.XmlElementAttribute("EXPORTCONFIGMODRQ", typeof(EXPORTCONFIGMODRQ))]
[System.Xml.Serialization.XmlElementAttribute("FIGETRQ", typeof(FIGETRQ))]
[System.Xml.Serialization.XmlElementAttribute("FILECLAIMRQ", typeof(FILECLAIMRQ))]
[System.Xml.Serialization.XmlElementAttribute("FILISTGETRQ", typeof(FILISTGETRQ))]
[System.Xml.Serialization.XmlElementAttribute("MULTIRQ_A", typeof(MULTIRQ_A))]
[System.Xml.Serialization.XmlElementAttribute("PORTADDRQ", typeof(PORTADDRQ))]
[System.Xml.Serialization.XmlElementAttribute("PORTDELRQ", typeof(PORTDELRQ))]
[System.Xml.Serialization.XmlElementAttribute("PORTMODRQ", typeof(PORTMODRQ))]
[System.Xml.Serialization.XmlElementAttribute("PROFMODRQ", typeof(PROFMODRQ))]
[System.Xml.Serialization.XmlElementAttribute("SESSIONAUTHRQ", typeof(SESSIONAUTHRQ))]
[System.Xml.Serialization.XmlElementAttribute("SESSIONEXPIRERQ", typeof(SESSIONEXPIRERQ))]
[System.Xml.Serialization.XmlElementAttribute("TXTRANSSETRQ", typeof(TXTRANSSETRQ))]
[System.Xml.Serialization.XmlElementAttribute("USERADDRQ", typeof(USERADDRQ))]
[System.Xml.Serialization.XmlElementAttribute("USERINPUTRESULTRQ", typeof(USERINPUTRESULTRQ))]
[System.Xml.Serialization.XmlElementAttribute("USERMODRQ", typeof(USERMODRQ))]
[System.Xml.Serialization.XmlElementAttribute("USERUNSUBSCRIBERQ", typeof(USERUNSUBSCRIBERQ))]
public object Item {
get {
return this.itemField;
}
set {
this.itemField = value;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment