//------------------------------------------------------------------------------
//
// 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.
//
//------------------------------------------------------------------------------
using System.Xml.Serialization;
//
// This source code was auto-generated by xsd, Version=4.7.3081.0.
//
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.7.3081.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
[System.Xml.Serialization.XmlRootAttribute(Namespace="", IsNullable=false)]
public partial class TransactionOperation {
private object gradeConfirmField;
private string nozzleNoField;
private int trxIdField;
private OpType opTypeField;
///
public object GradeConfirm {
get {
return this.gradeConfirmField;
}
set {
this.gradeConfirmField = value;
}
}
///
public string NozzleNo {
get {
return this.nozzleNoField;
}
set {
this.nozzleNoField = value;
}
}
///
public int TrxId {
get {
return this.trxIdField;
}
set {
this.trxIdField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public OpType OpType {
get {
return this.opTypeField;
}
set {
this.opTypeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.7.3081.0")]
[System.SerializableAttribute()]
public enum OpType {
///
Delete,
///
NozzleSelect,
}