Reference.cs
上传用户:jxqhsy
上传日期:2020-12-31
资源大小:1793k
文件大小:185k
源码类别:

SilverLight

开发平台:

HTML/CSS

  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. //     此代码由工具生成。
  4. //     运行时版本:2.0.50727.3053
  5. //
  6. //     对此文件的更改可能会导致不正确的行为,并且如果
  7. //     重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. // 
  11. // This code was auto-generated by Microsoft.Silverlight.ServiceReference, version 2.0.5.0
  12. // 
  13. namespace SFGS.WebServiceProxy {
  14.     
  15.     
  16.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  17.     [System.ServiceModel.ServiceContractAttribute(ConfigurationName="WebServiceProxy.UserManageSoap")]
  18.     public interface UserManageSoap {
  19.         
  20.         [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/AddUser", ReplyAction="*")]
  21.         System.IAsyncResult BeginAddUser(SFGS.WebServiceProxy.AddUserRequest request, System.AsyncCallback callback, object asyncState);
  22.         
  23.         SFGS.WebServiceProxy.AddUserResponse EndAddUser(System.IAsyncResult result);
  24.         
  25.         [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/LoginAdmin", ReplyAction="*")]
  26.         System.IAsyncResult BeginLoginAdmin(SFGS.WebServiceProxy.LoginAdminRequest request, System.AsyncCallback callback, object asyncState);
  27.         
  28.         SFGS.WebServiceProxy.LoginAdminResponse EndLoginAdmin(System.IAsyncResult result);
  29.         
  30.         [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/UpdateUser", ReplyAction="*")]
  31.         System.IAsyncResult BeginUpdateUser(SFGS.WebServiceProxy.UpdateUserRequest request, System.AsyncCallback callback, object asyncState);
  32.         
  33.         SFGS.WebServiceProxy.UpdateUserResponse EndUpdateUser(System.IAsyncResult result);
  34.         
  35.         [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/DeleteUser", ReplyAction="*")]
  36.         System.IAsyncResult BeginDeleteUser(SFGS.WebServiceProxy.DeleteUserRequest request, System.AsyncCallback callback, object asyncState);
  37.         
  38.         SFGS.WebServiceProxy.DeleteUserResponse EndDeleteUser(System.IAsyncResult result);
  39.         
  40.         [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/UpdateQuestion", ReplyAction="*")]
  41.         System.IAsyncResult BeginUpdateQuestion(SFGS.WebServiceProxy.UpdateQuestionRequest request, System.AsyncCallback callback, object asyncState);
  42.         
  43.         SFGS.WebServiceProxy.UpdateQuestionResponse EndUpdateQuestion(System.IAsyncResult result);
  44.         
  45.         [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/AddQuestion", ReplyAction="*")]
  46.         System.IAsyncResult BeginAddQuestion(SFGS.WebServiceProxy.AddQuestionRequest request, System.AsyncCallback callback, object asyncState);
  47.         
  48.         SFGS.WebServiceProxy.AddQuestionResponse EndAddQuestion(System.IAsyncResult result);
  49.         
  50.         [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/DeleteQuestion", ReplyAction="*")]
  51.         System.IAsyncResult BeginDeleteQuestion(SFGS.WebServiceProxy.DeleteQuestionRequest request, System.AsyncCallback callback, object asyncState);
  52.         
  53.         SFGS.WebServiceProxy.DeleteQuestionResponse EndDeleteQuestion(System.IAsyncResult result);
  54.         
  55.         [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/ReadQuestion", ReplyAction="*")]
  56.         System.IAsyncResult BeginReadQuestion(SFGS.WebServiceProxy.ReadQuestionRequest request, System.AsyncCallback callback, object asyncState);
  57.         
  58.         SFGS.WebServiceProxy.ReadQuestionResponse EndReadQuestion(System.IAsyncResult result);
  59.         
  60.         [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/UpdateSurvey", ReplyAction="*")]
  61.         System.IAsyncResult BeginUpdateSurvey(SFGS.WebServiceProxy.UpdateSurveyRequest request, System.AsyncCallback callback, object asyncState);
  62.         
  63.         SFGS.WebServiceProxy.UpdateSurveyResponse EndUpdateSurvey(System.IAsyncResult result);
  64.         
  65.         [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/AddSurvey", ReplyAction="*")]
  66.         System.IAsyncResult BeginAddSurvey(SFGS.WebServiceProxy.AddSurveyRequest request, System.AsyncCallback callback, object asyncState);
  67.         
  68.         SFGS.WebServiceProxy.AddSurveyResponse EndAddSurvey(System.IAsyncResult result);
  69.         
  70.         [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/DeleteSurvey", ReplyAction="*")]
  71.         System.IAsyncResult BeginDeleteSurvey(SFGS.WebServiceProxy.DeleteSurveyRequest request, System.AsyncCallback callback, object asyncState);
  72.         
  73.         SFGS.WebServiceProxy.DeleteSurveyResponse EndDeleteSurvey(System.IAsyncResult result);
  74.         
  75.         [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/ReadSurvey", ReplyAction="*")]
  76.         System.IAsyncResult BeginReadSurvey(SFGS.WebServiceProxy.ReadSurveyRequest request, System.AsyncCallback callback, object asyncState);
  77.         
  78.         SFGS.WebServiceProxy.ReadSurveyResponse EndReadSurvey(System.IAsyncResult result);
  79.         
  80.         [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/ReadAllSurvey", ReplyAction="*")]
  81.         System.IAsyncResult BeginReadAllSurvey(SFGS.WebServiceProxy.ReadAllSurveyRequest request, System.AsyncCallback callback, object asyncState);
  82.         
  83.         SFGS.WebServiceProxy.ReadAllSurveyResponse EndReadAllSurvey(System.IAsyncResult result);
  84.         
  85.         [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/UpdateResponse", ReplyAction="*")]
  86.         System.IAsyncResult BeginUpdateResponse(System.AsyncCallback callback, object asyncState);
  87.         
  88.         bool EndUpdateResponse(System.IAsyncResult result);
  89.         
  90.         [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/AddResponse", ReplyAction="*")]
  91.         System.IAsyncResult BeginAddResponse(SFGS.WebServiceProxy.AddResponseRequest request, System.AsyncCallback callback, object asyncState);
  92.         
  93.         SFGS.WebServiceProxy.AddResponseResponse EndAddResponse(System.IAsyncResult result);
  94.         
  95.         [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/DeleteResponse", ReplyAction="*")]
  96.         System.IAsyncResult BeginDeleteResponse(SFGS.WebServiceProxy.DeleteResponseRequest request, System.AsyncCallback callback, object asyncState);
  97.         
  98.         SFGS.WebServiceProxy.DeleteResponseResponse EndDeleteResponse(System.IAsyncResult result);
  99.         
  100.         [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/PercentResponse", ReplyAction="*")]
  101.         System.IAsyncResult BeginPercentResponse(SFGS.WebServiceProxy.PercentResponseRequest request, System.AsyncCallback callback, object asyncState);
  102.         
  103.         SFGS.WebServiceProxy.PercentResponseResponse EndPercentResponse(System.IAsyncResult result);
  104.         
  105.         [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/ReadCurrentSurvey", ReplyAction="*")]
  106.         System.IAsyncResult BeginReadCurrentSurvey(SFGS.WebServiceProxy.ReadCurrentSurveyRequest request, System.AsyncCallback callback, object asyncState);
  107.         
  108.         SFGS.WebServiceProxy.ReadCurrentSurveyResponse EndReadCurrentSurvey(System.IAsyncResult result);
  109.         
  110.         [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/WriteCurrentSurvey", ReplyAction="*")]
  111.         System.IAsyncResult BeginWriteCurrentSurvey(SFGS.WebServiceProxy.WriteCurrentSurveyRequest request, System.AsyncCallback callback, object asyncState);
  112.         
  113.         SFGS.WebServiceProxy.WriteCurrentSurveyResponse EndWriteCurrentSurvey(System.IAsyncResult result);
  114.         
  115.         [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/ContactUS", ReplyAction="*")]
  116.         System.IAsyncResult BeginContactUS(SFGS.WebServiceProxy.ContactUSRequest request, System.AsyncCallback callback, object asyncState);
  117.         
  118.         SFGS.WebServiceProxy.ContactUSResponse EndContactUS(System.IAsyncResult result);
  119.         
  120.         [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/ReadMaxSurvey", ReplyAction="*")]
  121.         System.IAsyncResult BeginReadMaxSurvey(SFGS.WebServiceProxy.ReadMaxSurveyRequest request, System.AsyncCallback callback, object asyncState);
  122.         
  123.         SFGS.WebServiceProxy.ReadMaxSurveyResponse EndReadMaxSurvey(System.IAsyncResult result);
  124.     }
  125.     
  126.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  127.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  128.     [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  129.     public partial class AddUserRequest {
  130.         
  131.         [System.ServiceModel.MessageBodyMemberAttribute(Name="AddUser", Namespace="http://tempuri.org/", Order=0)]
  132.         public SFGS.WebServiceProxy.AddUserRequestBody Body;
  133.         
  134.         public AddUserRequest() {
  135.         }
  136.         
  137.         public AddUserRequest(SFGS.WebServiceProxy.AddUserRequestBody Body) {
  138.             this.Body = Body;
  139.         }
  140.     }
  141.     
  142.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  143.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  144.     [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  145.     public partial class AddUserRequestBody {
  146.         
  147.         [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  148.         public string userName;
  149.         
  150.         [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
  151.         public string userPwd;
  152.         
  153.         [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
  154.         public string beizhu;
  155.         
  156.         public AddUserRequestBody() {
  157.         }
  158.         
  159.         public AddUserRequestBody(string userName, string userPwd, string beizhu) {
  160.             this.userName = userName;
  161.             this.userPwd = userPwd;
  162.             this.beizhu = beizhu;
  163.         }
  164.     }
  165.     
  166.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  167.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  168.     [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  169.     public partial class AddUserResponse {
  170.         
  171.         [System.ServiceModel.MessageBodyMemberAttribute(Name="AddUserResponse", Namespace="http://tempuri.org/", Order=0)]
  172.         public SFGS.WebServiceProxy.AddUserResponseBody Body;
  173.         
  174.         public AddUserResponse() {
  175.         }
  176.         
  177.         public AddUserResponse(SFGS.WebServiceProxy.AddUserResponseBody Body) {
  178.             this.Body = Body;
  179.         }
  180.     }
  181.     
  182.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  183.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  184.     [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  185.     public partial class AddUserResponseBody {
  186.         
  187.         [System.Runtime.Serialization.DataMemberAttribute(Order=0)]
  188.         public bool AddUserResult;
  189.         
  190.         public AddUserResponseBody() {
  191.         }
  192.         
  193.         public AddUserResponseBody(bool AddUserResult) {
  194.             this.AddUserResult = AddUserResult;
  195.         }
  196.     }
  197.     
  198.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  199.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  200.     [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  201.     public partial class LoginAdminRequest {
  202.         
  203.         [System.ServiceModel.MessageBodyMemberAttribute(Name="LoginAdmin", Namespace="http://tempuri.org/", Order=0)]
  204.         public SFGS.WebServiceProxy.LoginAdminRequestBody Body;
  205.         
  206.         public LoginAdminRequest() {
  207.         }
  208.         
  209.         public LoginAdminRequest(SFGS.WebServiceProxy.LoginAdminRequestBody Body) {
  210.             this.Body = Body;
  211.         }
  212.     }
  213.     
  214.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  215.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  216.     [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  217.     public partial class LoginAdminRequestBody {
  218.         
  219.         [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  220.         public string userName;
  221.         
  222.         [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
  223.         public string userPwd;
  224.         
  225.         public LoginAdminRequestBody() {
  226.         }
  227.         
  228.         public LoginAdminRequestBody(string userName, string userPwd) {
  229.             this.userName = userName;
  230.             this.userPwd = userPwd;
  231.         }
  232.     }
  233.     
  234.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  235.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  236.     [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  237.     public partial class LoginAdminResponse {
  238.         
  239.         [System.ServiceModel.MessageBodyMemberAttribute(Name="LoginAdminResponse", Namespace="http://tempuri.org/", Order=0)]
  240.         public SFGS.WebServiceProxy.LoginAdminResponseBody Body;
  241.         
  242.         public LoginAdminResponse() {
  243.         }
  244.         
  245.         public LoginAdminResponse(SFGS.WebServiceProxy.LoginAdminResponseBody Body) {
  246.             this.Body = Body;
  247.         }
  248.     }
  249.     
  250.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  251.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  252.     [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  253.     public partial class LoginAdminResponseBody {
  254.         
  255.         [System.Runtime.Serialization.DataMemberAttribute(Order=0)]
  256.         public bool LoginAdminResult;
  257.         
  258.         public LoginAdminResponseBody() {
  259.         }
  260.         
  261.         public LoginAdminResponseBody(bool LoginAdminResult) {
  262.             this.LoginAdminResult = LoginAdminResult;
  263.         }
  264.     }
  265.     
  266.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  267.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  268.     [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  269.     public partial class UpdateUserRequest {
  270.         
  271.         [System.ServiceModel.MessageBodyMemberAttribute(Name="UpdateUser", Namespace="http://tempuri.org/", Order=0)]
  272.         public SFGS.WebServiceProxy.UpdateUserRequestBody Body;
  273.         
  274.         public UpdateUserRequest() {
  275.         }
  276.         
  277.         public UpdateUserRequest(SFGS.WebServiceProxy.UpdateUserRequestBody Body) {
  278.             this.Body = Body;
  279.         }
  280.     }
  281.     
  282.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  283.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  284.     [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  285.     public partial class UpdateUserRequestBody {
  286.         
  287.         [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  288.         public string userName;
  289.         
  290.         [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
  291.         public string userPwd;
  292.         
  293.         public UpdateUserRequestBody() {
  294.         }
  295.         
  296.         public UpdateUserRequestBody(string userName, string userPwd) {
  297.             this.userName = userName;
  298.             this.userPwd = userPwd;
  299.         }
  300.     }
  301.     
  302.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  303.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  304.     [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  305.     public partial class UpdateUserResponse {
  306.         
  307.         [System.ServiceModel.MessageBodyMemberAttribute(Name="UpdateUserResponse", Namespace="http://tempuri.org/", Order=0)]
  308.         public SFGS.WebServiceProxy.UpdateUserResponseBody Body;
  309.         
  310.         public UpdateUserResponse() {
  311.         }
  312.         
  313.         public UpdateUserResponse(SFGS.WebServiceProxy.UpdateUserResponseBody Body) {
  314.             this.Body = Body;
  315.         }
  316.     }
  317.     
  318.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  319.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  320.     [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  321.     public partial class UpdateUserResponseBody {
  322.         
  323.         [System.Runtime.Serialization.DataMemberAttribute(Order=0)]
  324.         public bool UpdateUserResult;
  325.         
  326.         public UpdateUserResponseBody() {
  327.         }
  328.         
  329.         public UpdateUserResponseBody(bool UpdateUserResult) {
  330.             this.UpdateUserResult = UpdateUserResult;
  331.         }
  332.     }
  333.     
  334.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  335.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  336.     [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  337.     public partial class DeleteUserRequest {
  338.         
  339.         [System.ServiceModel.MessageBodyMemberAttribute(Name="DeleteUser", Namespace="http://tempuri.org/", Order=0)]
  340.         public SFGS.WebServiceProxy.DeleteUserRequestBody Body;
  341.         
  342.         public DeleteUserRequest() {
  343.         }
  344.         
  345.         public DeleteUserRequest(SFGS.WebServiceProxy.DeleteUserRequestBody Body) {
  346.             this.Body = Body;
  347.         }
  348.     }
  349.     
  350.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  351.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  352.     [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  353.     public partial class DeleteUserRequestBody {
  354.         
  355.         [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  356.         public string userName;
  357.         
  358.         public DeleteUserRequestBody() {
  359.         }
  360.         
  361.         public DeleteUserRequestBody(string userName) {
  362.             this.userName = userName;
  363.         }
  364.     }
  365.     
  366.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  367.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  368.     [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  369.     public partial class DeleteUserResponse {
  370.         
  371.         [System.ServiceModel.MessageBodyMemberAttribute(Name="DeleteUserResponse", Namespace="http://tempuri.org/", Order=0)]
  372.         public SFGS.WebServiceProxy.DeleteUserResponseBody Body;
  373.         
  374.         public DeleteUserResponse() {
  375.         }
  376.         
  377.         public DeleteUserResponse(SFGS.WebServiceProxy.DeleteUserResponseBody Body) {
  378.             this.Body = Body;
  379.         }
  380.     }
  381.     
  382.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  383.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  384.     [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  385.     public partial class DeleteUserResponseBody {
  386.         
  387.         [System.Runtime.Serialization.DataMemberAttribute(Order=0)]
  388.         public bool DeleteUserResult;
  389.         
  390.         public DeleteUserResponseBody() {
  391.         }
  392.         
  393.         public DeleteUserResponseBody(bool DeleteUserResult) {
  394.             this.DeleteUserResult = DeleteUserResult;
  395.         }
  396.     }
  397.     
  398.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  399.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  400.     [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  401.     public partial class UpdateQuestionRequest {
  402.         
  403.         [System.ServiceModel.MessageBodyMemberAttribute(Name="UpdateQuestion", Namespace="http://tempuri.org/", Order=0)]
  404.         public SFGS.WebServiceProxy.UpdateQuestionRequestBody Body;
  405.         
  406.         public UpdateQuestionRequest() {
  407.         }
  408.         
  409.         public UpdateQuestionRequest(SFGS.WebServiceProxy.UpdateQuestionRequestBody Body) {
  410.             this.Body = Body;
  411.         }
  412.     }
  413.     
  414.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  415.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  416.     [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  417.     public partial class UpdateQuestionRequestBody {
  418.         
  419.         [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  420.         public string ID;
  421.         
  422.         [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
  423.         public string SurveyID;
  424.         
  425.         [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
  426.         public string text;
  427.         
  428.         [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
  429.         public string OptionA;
  430.         
  431.         [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
  432.         public string OptionB;
  433.         
  434.         [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
  435.         public string OptionC;
  436.         
  437.         [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
  438.         public string OptionD;
  439.         
  440.         public UpdateQuestionRequestBody() {
  441.         }
  442.         
  443.         public UpdateQuestionRequestBody(string ID, string SurveyID, string text, string OptionA, string OptionB, string OptionC, string OptionD) {
  444.             this.ID = ID;
  445.             this.SurveyID = SurveyID;
  446.             this.text = text;
  447.             this.OptionA = OptionA;
  448.             this.OptionB = OptionB;
  449.             this.OptionC = OptionC;
  450.             this.OptionD = OptionD;
  451.         }
  452.     }
  453.     
  454.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  455.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  456.     [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  457.     public partial class UpdateQuestionResponse {
  458.         
  459.         [System.ServiceModel.MessageBodyMemberAttribute(Name="UpdateQuestionResponse", Namespace="http://tempuri.org/", Order=0)]
  460.         public SFGS.WebServiceProxy.UpdateQuestionResponseBody Body;
  461.         
  462.         public UpdateQuestionResponse() {
  463.         }
  464.         
  465.         public UpdateQuestionResponse(SFGS.WebServiceProxy.UpdateQuestionResponseBody Body) {
  466.             this.Body = Body;
  467.         }
  468.     }
  469.     
  470.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  471.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  472.     [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  473.     public partial class UpdateQuestionResponseBody {
  474.         
  475.         [System.Runtime.Serialization.DataMemberAttribute(Order=0)]
  476.         public bool UpdateQuestionResult;
  477.         
  478.         public UpdateQuestionResponseBody() {
  479.         }
  480.         
  481.         public UpdateQuestionResponseBody(bool UpdateQuestionResult) {
  482.             this.UpdateQuestionResult = UpdateQuestionResult;
  483.         }
  484.     }
  485.     
  486.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  487.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  488.     [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  489.     public partial class AddQuestionRequest {
  490.         
  491.         [System.ServiceModel.MessageBodyMemberAttribute(Name="AddQuestion", Namespace="http://tempuri.org/", Order=0)]
  492.         public SFGS.WebServiceProxy.AddQuestionRequestBody Body;
  493.         
  494.         public AddQuestionRequest() {
  495.         }
  496.         
  497.         public AddQuestionRequest(SFGS.WebServiceProxy.AddQuestionRequestBody Body) {
  498.             this.Body = Body;
  499.         }
  500.     }
  501.     
  502.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  503.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  504.     [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  505.     public partial class AddQuestionRequestBody {
  506.         
  507.         [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  508.         public string SurveyID;
  509.         
  510.         [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
  511.         public string text;
  512.         
  513.         [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
  514.         public string OptionA;
  515.         
  516.         [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
  517.         public string OptionB;
  518.         
  519.         [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
  520.         public string OptionC;
  521.         
  522.         [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
  523.         public string OptionD;
  524.         
  525.         public AddQuestionRequestBody() {
  526.         }
  527.         
  528.         public AddQuestionRequestBody(string SurveyID, string text, string OptionA, string OptionB, string OptionC, string OptionD) {
  529.             this.SurveyID = SurveyID;
  530.             this.text = text;
  531.             this.OptionA = OptionA;
  532.             this.OptionB = OptionB;
  533.             this.OptionC = OptionC;
  534.             this.OptionD = OptionD;
  535.         }
  536.     }
  537.     
  538.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  539.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  540.     [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  541.     public partial class AddQuestionResponse {
  542.         
  543.         [System.ServiceModel.MessageBodyMemberAttribute(Name="AddQuestionResponse", Namespace="http://tempuri.org/", Order=0)]
  544.         public SFGS.WebServiceProxy.AddQuestionResponseBody Body;
  545.         
  546.         public AddQuestionResponse() {
  547.         }
  548.         
  549.         public AddQuestionResponse(SFGS.WebServiceProxy.AddQuestionResponseBody Body) {
  550.             this.Body = Body;
  551.         }
  552.     }
  553.     
  554.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  555.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  556.     [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  557.     public partial class AddQuestionResponseBody {
  558.         
  559.         [System.Runtime.Serialization.DataMemberAttribute(Order=0)]
  560.         public bool AddQuestionResult;
  561.         
  562.         public AddQuestionResponseBody() {
  563.         }
  564.         
  565.         public AddQuestionResponseBody(bool AddQuestionResult) {
  566.             this.AddQuestionResult = AddQuestionResult;
  567.         }
  568.     }
  569.     
  570.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  571.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  572.     [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  573.     public partial class DeleteQuestionRequest {
  574.         
  575.         [System.ServiceModel.MessageBodyMemberAttribute(Name="DeleteQuestion", Namespace="http://tempuri.org/", Order=0)]
  576.         public SFGS.WebServiceProxy.DeleteQuestionRequestBody Body;
  577.         
  578.         public DeleteQuestionRequest() {
  579.         }
  580.         
  581.         public DeleteQuestionRequest(SFGS.WebServiceProxy.DeleteQuestionRequestBody Body) {
  582.             this.Body = Body;
  583.         }
  584.     }
  585.     
  586.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  587.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  588.     [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  589.     public partial class DeleteQuestionRequestBody {
  590.         
  591.         [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  592.         public string ID;
  593.         
  594.         public DeleteQuestionRequestBody() {
  595.         }
  596.         
  597.         public DeleteQuestionRequestBody(string ID) {
  598.             this.ID = ID;
  599.         }
  600.     }
  601.     
  602.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  603.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  604.     [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  605.     public partial class DeleteQuestionResponse {
  606.         
  607.         [System.ServiceModel.MessageBodyMemberAttribute(Name="DeleteQuestionResponse", Namespace="http://tempuri.org/", Order=0)]
  608.         public SFGS.WebServiceProxy.DeleteQuestionResponseBody Body;
  609.         
  610.         public DeleteQuestionResponse() {
  611.         }
  612.         
  613.         public DeleteQuestionResponse(SFGS.WebServiceProxy.DeleteQuestionResponseBody Body) {
  614.             this.Body = Body;
  615.         }
  616.     }
  617.     
  618.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  619.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  620.     [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  621.     public partial class DeleteQuestionResponseBody {
  622.         
  623.         [System.Runtime.Serialization.DataMemberAttribute(Order=0)]
  624.         public bool DeleteQuestionResult;
  625.         
  626.         public DeleteQuestionResponseBody() {
  627.         }
  628.         
  629.         public DeleteQuestionResponseBody(bool DeleteQuestionResult) {
  630.             this.DeleteQuestionResult = DeleteQuestionResult;
  631.         }
  632.     }
  633.     
  634.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  635.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  636.     [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  637.     public partial class ReadQuestionRequest {
  638.         
  639.         [System.ServiceModel.MessageBodyMemberAttribute(Name="ReadQuestion", Namespace="http://tempuri.org/", Order=0)]
  640.         public SFGS.WebServiceProxy.ReadQuestionRequestBody Body;
  641.         
  642.         public ReadQuestionRequest() {
  643.         }
  644.         
  645.         public ReadQuestionRequest(SFGS.WebServiceProxy.ReadQuestionRequestBody Body) {
  646.             this.Body = Body;
  647.         }
  648.     }
  649.     
  650.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  651.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  652.     [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  653.     public partial class ReadQuestionRequestBody {
  654.         
  655.         [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  656.         public string SurveyID;
  657.         
  658.         public ReadQuestionRequestBody() {
  659.         }
  660.         
  661.         public ReadQuestionRequestBody(string SurveyID) {
  662.             this.SurveyID = SurveyID;
  663.         }
  664.     }
  665.     
  666.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  667.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  668.     [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  669.     public partial class ReadQuestionResponse {
  670.         
  671.         [System.ServiceModel.MessageBodyMemberAttribute(Name="ReadQuestionResponse", Namespace="http://tempuri.org/", Order=0)]
  672.         public SFGS.WebServiceProxy.ReadQuestionResponseBody Body;
  673.         
  674.         public ReadQuestionResponse() {
  675.         }
  676.         
  677.         public ReadQuestionResponse(SFGS.WebServiceProxy.ReadQuestionResponseBody Body) {
  678.             this.Body = Body;
  679.         }
  680.     }
  681.     
  682.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  683.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  684.     [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  685.     public partial class ReadQuestionResponseBody {
  686.         
  687.         [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  688.         public string ReadQuestionResult;
  689.         
  690.         public ReadQuestionResponseBody() {
  691.         }
  692.         
  693.         public ReadQuestionResponseBody(string ReadQuestionResult) {
  694.             this.ReadQuestionResult = ReadQuestionResult;
  695.         }
  696.     }
  697.     
  698.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  699.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  700.     [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  701.     public partial class UpdateSurveyRequest {
  702.         
  703.         [System.ServiceModel.MessageBodyMemberAttribute(Name="UpdateSurvey", Namespace="http://tempuri.org/", Order=0)]
  704.         public SFGS.WebServiceProxy.UpdateSurveyRequestBody Body;
  705.         
  706.         public UpdateSurveyRequest() {
  707.         }
  708.         
  709.         public UpdateSurveyRequest(SFGS.WebServiceProxy.UpdateSurveyRequestBody Body) {
  710.             this.Body = Body;
  711.         }
  712.     }
  713.     
  714.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  715.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  716.     [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  717.     public partial class UpdateSurveyRequestBody {
  718.         
  719.         [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  720.         public string ID;
  721.         
  722.         [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
  723.         public string Name;
  724.         
  725.         [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
  726.         public string Description;
  727.         
  728.         [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
  729.         public string Date;
  730.         
  731.         [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
  732.         public string IsCurrentSurvey;
  733.         
  734.         public UpdateSurveyRequestBody() {
  735.         }
  736.         
  737.         public UpdateSurveyRequestBody(string ID, string Name, string Description, string Date, string IsCurrentSurvey) {
  738.             this.ID = ID;
  739.             this.Name = Name;
  740.             this.Description = Description;
  741.             this.Date = Date;
  742.             this.IsCurrentSurvey = IsCurrentSurvey;
  743.         }
  744.     }
  745.     
  746.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  747.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  748.     [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  749.     public partial class UpdateSurveyResponse {
  750.         
  751.         [System.ServiceModel.MessageBodyMemberAttribute(Name="UpdateSurveyResponse", Namespace="http://tempuri.org/", Order=0)]
  752.         public SFGS.WebServiceProxy.UpdateSurveyResponseBody Body;
  753.         
  754.         public UpdateSurveyResponse() {
  755.         }
  756.         
  757.         public UpdateSurveyResponse(SFGS.WebServiceProxy.UpdateSurveyResponseBody Body) {
  758.             this.Body = Body;
  759.         }
  760.     }
  761.     
  762.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  763.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  764.     [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  765.     public partial class UpdateSurveyResponseBody {
  766.         
  767.         [System.Runtime.Serialization.DataMemberAttribute(Order=0)]
  768.         public bool UpdateSurveyResult;
  769.         
  770.         public UpdateSurveyResponseBody() {
  771.         }
  772.         
  773.         public UpdateSurveyResponseBody(bool UpdateSurveyResult) {
  774.             this.UpdateSurveyResult = UpdateSurveyResult;
  775.         }
  776.     }
  777.     
  778.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  779.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  780.     [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  781.     public partial class AddSurveyRequest {
  782.         
  783.         [System.ServiceModel.MessageBodyMemberAttribute(Name="AddSurvey", Namespace="http://tempuri.org/", Order=0)]
  784.         public SFGS.WebServiceProxy.AddSurveyRequestBody Body;
  785.         
  786.         public AddSurveyRequest() {
  787.         }
  788.         
  789.         public AddSurveyRequest(SFGS.WebServiceProxy.AddSurveyRequestBody Body) {
  790.             this.Body = Body;
  791.         }
  792.     }
  793.     
  794.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  795.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  796.     [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  797.     public partial class AddSurveyRequestBody {
  798.         
  799.         [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  800.         public string Name;
  801.         
  802.         [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
  803.         public string Description;
  804.         
  805.         [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
  806.         public string Date;
  807.         
  808.         [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
  809.         public string IsCurrentSurvey;
  810.         
  811.         public AddSurveyRequestBody() {
  812.         }
  813.         
  814.         public AddSurveyRequestBody(string Name, string Description, string Date, string IsCurrentSurvey) {
  815.             this.Name = Name;
  816.             this.Description = Description;
  817.             this.Date = Date;
  818.             this.IsCurrentSurvey = IsCurrentSurvey;
  819.         }
  820.     }
  821.     
  822.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  823.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  824.     [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  825.     public partial class AddSurveyResponse {
  826.         
  827.         [System.ServiceModel.MessageBodyMemberAttribute(Name="AddSurveyResponse", Namespace="http://tempuri.org/", Order=0)]
  828.         public SFGS.WebServiceProxy.AddSurveyResponseBody Body;
  829.         
  830.         public AddSurveyResponse() {
  831.         }
  832.         
  833.         public AddSurveyResponse(SFGS.WebServiceProxy.AddSurveyResponseBody Body) {
  834.             this.Body = Body;
  835.         }
  836.     }
  837.     
  838.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  839.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  840.     [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  841.     public partial class AddSurveyResponseBody {
  842.         
  843.         [System.Runtime.Serialization.DataMemberAttribute(Order=0)]
  844.         public bool AddSurveyResult;
  845.         
  846.         public AddSurveyResponseBody() {
  847.         }
  848.         
  849.         public AddSurveyResponseBody(bool AddSurveyResult) {
  850.             this.AddSurveyResult = AddSurveyResult;
  851.         }
  852.     }
  853.     
  854.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  855.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  856.     [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  857.     public partial class DeleteSurveyRequest {
  858.         
  859.         [System.ServiceModel.MessageBodyMemberAttribute(Name="DeleteSurvey", Namespace="http://tempuri.org/", Order=0)]
  860.         public SFGS.WebServiceProxy.DeleteSurveyRequestBody Body;
  861.         
  862.         public DeleteSurveyRequest() {
  863.         }
  864.         
  865.         public DeleteSurveyRequest(SFGS.WebServiceProxy.DeleteSurveyRequestBody Body) {
  866.             this.Body = Body;
  867.         }
  868.     }
  869.     
  870.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  871.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  872.     [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  873.     public partial class DeleteSurveyRequestBody {
  874.         
  875.         [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  876.         public string ID;
  877.         
  878.         public DeleteSurveyRequestBody() {
  879.         }
  880.         
  881.         public DeleteSurveyRequestBody(string ID) {
  882.             this.ID = ID;
  883.         }
  884.     }
  885.     
  886.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  887.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  888.     [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  889.     public partial class DeleteSurveyResponse {
  890.         
  891.         [System.ServiceModel.MessageBodyMemberAttribute(Name="DeleteSurveyResponse", Namespace="http://tempuri.org/", Order=0)]
  892.         public SFGS.WebServiceProxy.DeleteSurveyResponseBody Body;
  893.         
  894.         public DeleteSurveyResponse() {
  895.         }
  896.         
  897.         public DeleteSurveyResponse(SFGS.WebServiceProxy.DeleteSurveyResponseBody Body) {
  898.             this.Body = Body;
  899.         }
  900.     }
  901.     
  902.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  903.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  904.     [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  905.     public partial class DeleteSurveyResponseBody {
  906.         
  907.         [System.Runtime.Serialization.DataMemberAttribute(Order=0)]
  908.         public bool DeleteSurveyResult;
  909.         
  910.         public DeleteSurveyResponseBody() {
  911.         }
  912.         
  913.         public DeleteSurveyResponseBody(bool DeleteSurveyResult) {
  914.             this.DeleteSurveyResult = DeleteSurveyResult;
  915.         }
  916.     }
  917.     
  918.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  919.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  920.     [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  921.     public partial class ReadSurveyRequest {
  922.         
  923.         [System.ServiceModel.MessageBodyMemberAttribute(Name="ReadSurvey", Namespace="http://tempuri.org/", Order=0)]
  924.         public SFGS.WebServiceProxy.ReadSurveyRequestBody Body;
  925.         
  926.         public ReadSurveyRequest() {
  927.         }
  928.         
  929.         public ReadSurveyRequest(SFGS.WebServiceProxy.ReadSurveyRequestBody Body) {
  930.             this.Body = Body;
  931.         }
  932.     }
  933.     
  934.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  935.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  936.     [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  937.     public partial class ReadSurveyRequestBody {
  938.         
  939.         [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  940.         public string ID;
  941.         
  942.         public ReadSurveyRequestBody() {
  943.         }
  944.         
  945.         public ReadSurveyRequestBody(string ID) {
  946.             this.ID = ID;
  947.         }
  948.     }
  949.     
  950.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  951.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  952.     [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  953.     public partial class ReadSurveyResponse {
  954.         
  955.         [System.ServiceModel.MessageBodyMemberAttribute(Name="ReadSurveyResponse", Namespace="http://tempuri.org/", Order=0)]
  956.         public SFGS.WebServiceProxy.ReadSurveyResponseBody Body;
  957.         
  958.         public ReadSurveyResponse() {
  959.         }
  960.         
  961.         public ReadSurveyResponse(SFGS.WebServiceProxy.ReadSurveyResponseBody Body) {
  962.             this.Body = Body;
  963.         }
  964.     }
  965.     
  966.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  967.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  968.     [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  969.     public partial class ReadSurveyResponseBody {
  970.         
  971.         [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  972.         public string ReadSurveyResult;
  973.         
  974.         public ReadSurveyResponseBody() {
  975.         }
  976.         
  977.         public ReadSurveyResponseBody(string ReadSurveyResult) {
  978.             this.ReadSurveyResult = ReadSurveyResult;
  979.         }
  980.     }
  981.     
  982.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  983.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  984.     [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  985.     public partial class ReadAllSurveyRequest {
  986.         
  987.         [System.ServiceModel.MessageBodyMemberAttribute(Name="ReadAllSurvey", Namespace="http://tempuri.org/", Order=0)]
  988.         public SFGS.WebServiceProxy.ReadAllSurveyRequestBody Body;
  989.         
  990.         public ReadAllSurveyRequest() {
  991.         }
  992.         
  993.         public ReadAllSurveyRequest(SFGS.WebServiceProxy.ReadAllSurveyRequestBody Body) {
  994.             this.Body = Body;
  995.         }
  996.     }
  997.     
  998.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  999.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1000.     [System.Runtime.Serialization.DataContractAttribute()]
  1001.     public partial class ReadAllSurveyRequestBody {
  1002.         
  1003.         public ReadAllSurveyRequestBody() {
  1004.         }
  1005.     }
  1006.     
  1007.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1008.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1009.     [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  1010.     public partial class ReadAllSurveyResponse {
  1011.         
  1012.         [System.ServiceModel.MessageBodyMemberAttribute(Name="ReadAllSurveyResponse", Namespace="http://tempuri.org/", Order=0)]
  1013.         public SFGS.WebServiceProxy.ReadAllSurveyResponseBody Body;
  1014.         
  1015.         public ReadAllSurveyResponse() {
  1016.         }
  1017.         
  1018.         public ReadAllSurveyResponse(SFGS.WebServiceProxy.ReadAllSurveyResponseBody Body) {
  1019.             this.Body = Body;
  1020.         }
  1021.     }
  1022.     
  1023.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1024.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1025.     [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  1026.     public partial class ReadAllSurveyResponseBody {
  1027.         
  1028.         [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  1029.         public string ReadAllSurveyResult;
  1030.         
  1031.         public ReadAllSurveyResponseBody() {
  1032.         }
  1033.         
  1034.         public ReadAllSurveyResponseBody(string ReadAllSurveyResult) {
  1035.             this.ReadAllSurveyResult = ReadAllSurveyResult;
  1036.         }
  1037.     }
  1038.     
  1039.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1040.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1041.     [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  1042.     public partial class AddResponseRequest {
  1043.         
  1044.         [System.ServiceModel.MessageBodyMemberAttribute(Name="AddResponse", Namespace="http://tempuri.org/", Order=0)]
  1045.         public SFGS.WebServiceProxy.AddResponseRequestBody Body;
  1046.         
  1047.         public AddResponseRequest() {
  1048.         }
  1049.         
  1050.         public AddResponseRequest(SFGS.WebServiceProxy.AddResponseRequestBody Body) {
  1051.             this.Body = Body;
  1052.         }
  1053.     }
  1054.     
  1055.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1056.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1057.     [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  1058.     public partial class AddResponseRequestBody {
  1059.         
  1060.         [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  1061.         public string QuestionID;
  1062.         
  1063.         [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
  1064.         public string Selection;
  1065.         
  1066.         public AddResponseRequestBody() {
  1067.         }
  1068.         
  1069.         public AddResponseRequestBody(string QuestionID, string Selection) {
  1070.             this.QuestionID = QuestionID;
  1071.             this.Selection = Selection;
  1072.         }
  1073.     }
  1074.     
  1075.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1076.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1077.     [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  1078.     public partial class AddResponseResponse {
  1079.         
  1080.         [System.ServiceModel.MessageBodyMemberAttribute(Name="AddResponseResponse", Namespace="http://tempuri.org/", Order=0)]
  1081.         public SFGS.WebServiceProxy.AddResponseResponseBody Body;
  1082.         
  1083.         public AddResponseResponse() {
  1084.         }
  1085.         
  1086.         public AddResponseResponse(SFGS.WebServiceProxy.AddResponseResponseBody Body) {
  1087.             this.Body = Body;
  1088.         }
  1089.     }
  1090.     
  1091.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1092.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1093.     [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  1094.     public partial class AddResponseResponseBody {
  1095.         
  1096.         [System.Runtime.Serialization.DataMemberAttribute(Order=0)]
  1097.         public bool AddResponseResult;
  1098.         
  1099.         public AddResponseResponseBody() {
  1100.         }
  1101.         
  1102.         public AddResponseResponseBody(bool AddResponseResult) {
  1103.             this.AddResponseResult = AddResponseResult;
  1104.         }
  1105.     }
  1106.     
  1107.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1108.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1109.     [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  1110.     public partial class DeleteResponseRequest {
  1111.         
  1112.         [System.ServiceModel.MessageBodyMemberAttribute(Name="DeleteResponse", Namespace="http://tempuri.org/", Order=0)]
  1113.         public SFGS.WebServiceProxy.DeleteResponseRequestBody Body;
  1114.         
  1115.         public DeleteResponseRequest() {
  1116.         }
  1117.         
  1118.         public DeleteResponseRequest(SFGS.WebServiceProxy.DeleteResponseRequestBody Body) {
  1119.             this.Body = Body;
  1120.         }
  1121.     }
  1122.     
  1123.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1124.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1125.     [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  1126.     public partial class DeleteResponseRequestBody {
  1127.         
  1128.         [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  1129.         public string ID;
  1130.         
  1131.         public DeleteResponseRequestBody() {
  1132.         }
  1133.         
  1134.         public DeleteResponseRequestBody(string ID) {
  1135.             this.ID = ID;
  1136.         }
  1137.     }
  1138.     
  1139.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1140.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1141.     [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  1142.     public partial class DeleteResponseResponse {
  1143.         
  1144.         [System.ServiceModel.MessageBodyMemberAttribute(Name="DeleteResponseResponse", Namespace="http://tempuri.org/", Order=0)]
  1145.         public SFGS.WebServiceProxy.DeleteResponseResponseBody Body;
  1146.         
  1147.         public DeleteResponseResponse() {
  1148.         }
  1149.         
  1150.         public DeleteResponseResponse(SFGS.WebServiceProxy.DeleteResponseResponseBody Body) {
  1151.             this.Body = Body;
  1152.         }
  1153.     }
  1154.     
  1155.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1156.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1157.     [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  1158.     public partial class DeleteResponseResponseBody {
  1159.         
  1160.         [System.Runtime.Serialization.DataMemberAttribute(Order=0)]
  1161.         public bool DeleteResponseResult;
  1162.         
  1163.         public DeleteResponseResponseBody() {
  1164.         }
  1165.         
  1166.         public DeleteResponseResponseBody(bool DeleteResponseResult) {
  1167.             this.DeleteResponseResult = DeleteResponseResult;
  1168.         }
  1169.     }
  1170.     
  1171.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1172.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1173.     [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  1174.     public partial class PercentResponseRequest {
  1175.         
  1176.         [System.ServiceModel.MessageBodyMemberAttribute(Name="PercentResponse", Namespace="http://tempuri.org/", Order=0)]
  1177.         public SFGS.WebServiceProxy.PercentResponseRequestBody Body;
  1178.         
  1179.         public PercentResponseRequest() {
  1180.         }
  1181.         
  1182.         public PercentResponseRequest(SFGS.WebServiceProxy.PercentResponseRequestBody Body) {
  1183.             this.Body = Body;
  1184.         }
  1185.     }
  1186.     
  1187.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1188.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1189.     [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  1190.     public partial class PercentResponseRequestBody {
  1191.         
  1192.         [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  1193.         public string SurveyID;
  1194.         
  1195.         public PercentResponseRequestBody() {
  1196.         }
  1197.         
  1198.         public PercentResponseRequestBody(string SurveyID) {
  1199.             this.SurveyID = SurveyID;
  1200.         }
  1201.     }
  1202.     
  1203.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1204.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1205.     [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  1206.     public partial class PercentResponseResponse {
  1207.         
  1208.         [System.ServiceModel.MessageBodyMemberAttribute(Name="PercentResponseResponse", Namespace="http://tempuri.org/", Order=0)]
  1209.         public SFGS.WebServiceProxy.PercentResponseResponseBody Body;
  1210.         
  1211.         public PercentResponseResponse() {
  1212.         }
  1213.         
  1214.         public PercentResponseResponse(SFGS.WebServiceProxy.PercentResponseResponseBody Body) {
  1215.             this.Body = Body;
  1216.         }
  1217.     }
  1218.     
  1219.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1220.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1221.     [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  1222.     public partial class PercentResponseResponseBody {
  1223.         
  1224.         [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  1225.         public string PercentResponseResult;
  1226.         
  1227.         public PercentResponseResponseBody() {
  1228.         }
  1229.         
  1230.         public PercentResponseResponseBody(string PercentResponseResult) {
  1231.             this.PercentResponseResult = PercentResponseResult;
  1232.         }
  1233.     }
  1234.     
  1235.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1236.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1237.     [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  1238.     public partial class ReadCurrentSurveyRequest {
  1239.         
  1240.         [System.ServiceModel.MessageBodyMemberAttribute(Name="ReadCurrentSurvey", Namespace="http://tempuri.org/", Order=0)]
  1241.         public SFGS.WebServiceProxy.ReadCurrentSurveyRequestBody Body;
  1242.         
  1243.         public ReadCurrentSurveyRequest() {
  1244.         }
  1245.         
  1246.         public ReadCurrentSurveyRequest(SFGS.WebServiceProxy.ReadCurrentSurveyRequestBody Body) {
  1247.             this.Body = Body;
  1248.         }
  1249.     }
  1250.     
  1251.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1252.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1253.     [System.Runtime.Serialization.DataContractAttribute()]
  1254.     public partial class ReadCurrentSurveyRequestBody {
  1255.         
  1256.         public ReadCurrentSurveyRequestBody() {
  1257.         }
  1258.     }
  1259.     
  1260.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1261.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1262.     [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  1263.     public partial class ReadCurrentSurveyResponse {
  1264.         
  1265.         [System.ServiceModel.MessageBodyMemberAttribute(Name="ReadCurrentSurveyResponse", Namespace="http://tempuri.org/", Order=0)]
  1266.         public SFGS.WebServiceProxy.ReadCurrentSurveyResponseBody Body;
  1267.         
  1268.         public ReadCurrentSurveyResponse() {
  1269.         }
  1270.         
  1271.         public ReadCurrentSurveyResponse(SFGS.WebServiceProxy.ReadCurrentSurveyResponseBody Body) {
  1272.             this.Body = Body;
  1273.         }
  1274.     }
  1275.     
  1276.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1277.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1278.     [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  1279.     public partial class ReadCurrentSurveyResponseBody {
  1280.         
  1281.         [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  1282.         public string ReadCurrentSurveyResult;
  1283.         
  1284.         public ReadCurrentSurveyResponseBody() {
  1285.         }
  1286.         
  1287.         public ReadCurrentSurveyResponseBody(string ReadCurrentSurveyResult) {
  1288.             this.ReadCurrentSurveyResult = ReadCurrentSurveyResult;
  1289.         }
  1290.     }
  1291.     
  1292.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1293.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1294.     [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  1295.     public partial class WriteCurrentSurveyRequest {
  1296.         
  1297.         [System.ServiceModel.MessageBodyMemberAttribute(Name="WriteCurrentSurvey", Namespace="http://tempuri.org/", Order=0)]
  1298.         public SFGS.WebServiceProxy.WriteCurrentSurveyRequestBody Body;
  1299.         
  1300.         public WriteCurrentSurveyRequest() {
  1301.         }
  1302.         
  1303.         public WriteCurrentSurveyRequest(SFGS.WebServiceProxy.WriteCurrentSurveyRequestBody Body) {
  1304.             this.Body = Body;
  1305.         }
  1306.     }
  1307.     
  1308.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1309.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1310.     [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  1311.     public partial class WriteCurrentSurveyRequestBody {
  1312.         
  1313.         [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  1314.         public string Name;
  1315.         
  1316.         public WriteCurrentSurveyRequestBody() {
  1317.         }
  1318.         
  1319.         public WriteCurrentSurveyRequestBody(string Name) {
  1320.             this.Name = Name;
  1321.         }
  1322.     }
  1323.     
  1324.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1325.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1326.     [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  1327.     public partial class WriteCurrentSurveyResponse {
  1328.         
  1329.         [System.ServiceModel.MessageBodyMemberAttribute(Name="WriteCurrentSurveyResponse", Namespace="http://tempuri.org/", Order=0)]
  1330.         public SFGS.WebServiceProxy.WriteCurrentSurveyResponseBody Body;
  1331.         
  1332.         public WriteCurrentSurveyResponse() {
  1333.         }
  1334.         
  1335.         public WriteCurrentSurveyResponse(SFGS.WebServiceProxy.WriteCurrentSurveyResponseBody Body) {
  1336.             this.Body = Body;
  1337.         }
  1338.     }
  1339.     
  1340.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1341.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1342.     [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  1343.     public partial class WriteCurrentSurveyResponseBody {
  1344.         
  1345.         [System.Runtime.Serialization.DataMemberAttribute(Order=0)]
  1346.         public bool WriteCurrentSurveyResult;
  1347.         
  1348.         public WriteCurrentSurveyResponseBody() {
  1349.         }
  1350.         
  1351.         public WriteCurrentSurveyResponseBody(bool WriteCurrentSurveyResult) {
  1352.             this.WriteCurrentSurveyResult = WriteCurrentSurveyResult;
  1353.         }
  1354.     }
  1355.     
  1356.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1357.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1358.     [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  1359.     public partial class ContactUSRequest {
  1360.         
  1361.         [System.ServiceModel.MessageBodyMemberAttribute(Name="ContactUS", Namespace="http://tempuri.org/", Order=0)]
  1362.         public SFGS.WebServiceProxy.ContactUSRequestBody Body;
  1363.         
  1364.         public ContactUSRequest() {
  1365.         }
  1366.         
  1367.         public ContactUSRequest(SFGS.WebServiceProxy.ContactUSRequestBody Body) {
  1368.             this.Body = Body;
  1369.         }
  1370.     }
  1371.     
  1372.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1373.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1374.     [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  1375.     public partial class ContactUSRequestBody {
  1376.         
  1377.         [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  1378.         public string name;
  1379.         
  1380.         [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
  1381.         public string age;
  1382.         
  1383.         [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
  1384.         public string query;
  1385.         
  1386.         public ContactUSRequestBody() {
  1387.         }
  1388.         
  1389.         public ContactUSRequestBody(string name, string age, string query) {
  1390.             this.name = name;
  1391.             this.age = age;
  1392.             this.query = query;
  1393.         }
  1394.     }
  1395.     
  1396.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1397.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1398.     [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  1399.     public partial class ContactUSResponse {
  1400.         
  1401.         [System.ServiceModel.MessageBodyMemberAttribute(Name="ContactUSResponse", Namespace="http://tempuri.org/", Order=0)]
  1402.         public SFGS.WebServiceProxy.ContactUSResponseBody Body;
  1403.         
  1404.         public ContactUSResponse() {
  1405.         }
  1406.         
  1407.         public ContactUSResponse(SFGS.WebServiceProxy.ContactUSResponseBody Body) {
  1408.             this.Body = Body;
  1409.         }
  1410.     }
  1411.     
  1412.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1413.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1414.     [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  1415.     public partial class ContactUSResponseBody {
  1416.         
  1417.         [System.Runtime.Serialization.DataMemberAttribute(Order=0)]
  1418.         public bool ContactUSResult;
  1419.         
  1420.         public ContactUSResponseBody() {
  1421.         }
  1422.         
  1423.         public ContactUSResponseBody(bool ContactUSResult) {
  1424.             this.ContactUSResult = ContactUSResult;
  1425.         }
  1426.     }
  1427.     
  1428.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1429.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1430.     [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  1431.     public partial class ReadMaxSurveyRequest {
  1432.         
  1433.         [System.ServiceModel.MessageBodyMemberAttribute(Name="ReadMaxSurvey", Namespace="http://tempuri.org/", Order=0)]
  1434.         public SFGS.WebServiceProxy.ReadMaxSurveyRequestBody Body;
  1435.         
  1436.         public ReadMaxSurveyRequest() {
  1437.         }
  1438.         
  1439.         public ReadMaxSurveyRequest(SFGS.WebServiceProxy.ReadMaxSurveyRequestBody Body) {
  1440.             this.Body = Body;
  1441.         }
  1442.     }
  1443.     
  1444.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1445.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1446.     [System.Runtime.Serialization.DataContractAttribute()]
  1447.     public partial class ReadMaxSurveyRequestBody {
  1448.         
  1449.         public ReadMaxSurveyRequestBody() {
  1450.         }
  1451.     }
  1452.     
  1453.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1454.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1455.     [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  1456.     public partial class ReadMaxSurveyResponse {
  1457.         
  1458.         [System.ServiceModel.MessageBodyMemberAttribute(Name="ReadMaxSurveyResponse", Namespace="http://tempuri.org/", Order=0)]
  1459.         public SFGS.WebServiceProxy.ReadMaxSurveyResponseBody Body;
  1460.         
  1461.         public ReadMaxSurveyResponse() {
  1462.         }
  1463.         
  1464.         public ReadMaxSurveyResponse(SFGS.WebServiceProxy.ReadMaxSurveyResponseBody Body) {
  1465.             this.Body = Body;
  1466.         }
  1467.     }
  1468.     
  1469.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1470.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1471.     [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  1472.     public partial class ReadMaxSurveyResponseBody {
  1473.         
  1474.         [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  1475.         public string ReadMaxSurveyResult;
  1476.         
  1477.         public ReadMaxSurveyResponseBody() {
  1478.         }
  1479.         
  1480.         public ReadMaxSurveyResponseBody(string ReadMaxSurveyResult) {
  1481.             this.ReadMaxSurveyResult = ReadMaxSurveyResult;
  1482.         }
  1483.     }
  1484.     
  1485.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1486.     public interface UserManageSoapChannel : SFGS.WebServiceProxy.UserManageSoap, System.ServiceModel.IClientChannel {
  1487.     }
  1488.     
  1489.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1490.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1491.     public partial class AddUserCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
  1492.         
  1493.         private object[] results;
  1494.         
  1495.         public AddUserCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
  1496.                 base(exception, cancelled, userState) {
  1497.             this.results = results;
  1498.         }
  1499.         
  1500.         public bool Result {
  1501.             get {
  1502.                 base.RaiseExceptionIfNecessary();
  1503.                 return ((bool)(this.results[0]));
  1504.             }
  1505.         }
  1506.     }
  1507.     
  1508.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1509.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1510.     public partial class LoginAdminCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
  1511.         
  1512.         private object[] results;
  1513.         
  1514.         public LoginAdminCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
  1515.                 base(exception, cancelled, userState) {
  1516.             this.results = results;
  1517.         }
  1518.         
  1519.         public bool Result {
  1520.             get {
  1521.                 base.RaiseExceptionIfNecessary();
  1522.                 return ((bool)(this.results[0]));
  1523.             }
  1524.         }
  1525.     }
  1526.     
  1527.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1528.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1529.     public partial class UpdateUserCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
  1530.         
  1531.         private object[] results;
  1532.         
  1533.         public UpdateUserCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
  1534.                 base(exception, cancelled, userState) {
  1535.             this.results = results;
  1536.         }
  1537.         
  1538.         public bool Result {
  1539.             get {
  1540.                 base.RaiseExceptionIfNecessary();
  1541.                 return ((bool)(this.results[0]));
  1542.             }
  1543.         }
  1544.     }
  1545.     
  1546.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1547.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1548.     public partial class DeleteUserCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
  1549.         
  1550.         private object[] results;
  1551.         
  1552.         public DeleteUserCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
  1553.                 base(exception, cancelled, userState) {
  1554.             this.results = results;
  1555.         }
  1556.         
  1557.         public bool Result {
  1558.             get {
  1559.                 base.RaiseExceptionIfNecessary();
  1560.                 return ((bool)(this.results[0]));
  1561.             }
  1562.         }
  1563.     }
  1564.     
  1565.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1566.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1567.     public partial class UpdateQuestionCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
  1568.         
  1569.         private object[] results;
  1570.         
  1571.         public UpdateQuestionCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
  1572.                 base(exception, cancelled, userState) {
  1573.             this.results = results;
  1574.         }
  1575.         
  1576.         public bool Result {
  1577.             get {
  1578.                 base.RaiseExceptionIfNecessary();
  1579.                 return ((bool)(this.results[0]));
  1580.             }
  1581.         }
  1582.     }
  1583.     
  1584.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1585.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1586.     public partial class AddQuestionCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
  1587.         
  1588.         private object[] results;
  1589.         
  1590.         public AddQuestionCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
  1591.                 base(exception, cancelled, userState) {
  1592.             this.results = results;
  1593.         }
  1594.         
  1595.         public bool Result {
  1596.             get {
  1597.                 base.RaiseExceptionIfNecessary();
  1598.                 return ((bool)(this.results[0]));
  1599.             }
  1600.         }
  1601.     }
  1602.     
  1603.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1604.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1605.     public partial class DeleteQuestionCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
  1606.         
  1607.         private object[] results;
  1608.         
  1609.         public DeleteQuestionCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
  1610.                 base(exception, cancelled, userState) {
  1611.             this.results = results;
  1612.         }
  1613.         
  1614.         public bool Result {
  1615.             get {
  1616.                 base.RaiseExceptionIfNecessary();
  1617.                 return ((bool)(this.results[0]));
  1618.             }
  1619.         }
  1620.     }
  1621.     
  1622.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1623.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1624.     public partial class ReadQuestionCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
  1625.         
  1626.         private object[] results;
  1627.         
  1628.         public ReadQuestionCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
  1629.                 base(exception, cancelled, userState) {
  1630.             this.results = results;
  1631.         }
  1632.         
  1633.         public string Result {
  1634.             get {
  1635.                 base.RaiseExceptionIfNecessary();
  1636.                 return ((string)(this.results[0]));
  1637.             }
  1638.         }
  1639.     }
  1640.     
  1641.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1642.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1643.     public partial class UpdateSurveyCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
  1644.         
  1645.         private object[] results;
  1646.         
  1647.         public UpdateSurveyCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
  1648.                 base(exception, cancelled, userState) {
  1649.             this.results = results;
  1650.         }
  1651.         
  1652.         public bool Result {
  1653.             get {
  1654.                 base.RaiseExceptionIfNecessary();
  1655.                 return ((bool)(this.results[0]));
  1656.             }
  1657.         }
  1658.     }
  1659.     
  1660.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1661.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1662.     public partial class AddSurveyCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
  1663.         
  1664.         private object[] results;
  1665.         
  1666.         public AddSurveyCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
  1667.                 base(exception, cancelled, userState) {
  1668.             this.results = results;
  1669.         }
  1670.         
  1671.         public bool Result {
  1672.             get {
  1673.                 base.RaiseExceptionIfNecessary();
  1674.                 return ((bool)(this.results[0]));
  1675.             }
  1676.         }
  1677.     }
  1678.     
  1679.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1680.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1681.     public partial class DeleteSurveyCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
  1682.         
  1683.         private object[] results;
  1684.         
  1685.         public DeleteSurveyCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
  1686.                 base(exception, cancelled, userState) {
  1687.             this.results = results;
  1688.         }
  1689.         
  1690.         public bool Result {
  1691.             get {
  1692.                 base.RaiseExceptionIfNecessary();
  1693.                 return ((bool)(this.results[0]));
  1694.             }
  1695.         }
  1696.     }
  1697.     
  1698.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1699.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1700.     public partial class ReadSurveyCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
  1701.         
  1702.         private object[] results;
  1703.         
  1704.         public ReadSurveyCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
  1705.                 base(exception, cancelled, userState) {
  1706.             this.results = results;
  1707.         }
  1708.         
  1709.         public string Result {
  1710.             get {
  1711.                 base.RaiseExceptionIfNecessary();
  1712.                 return ((string)(this.results[0]));
  1713.             }
  1714.         }
  1715.     }
  1716.     
  1717.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1718.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1719.     public partial class ReadAllSurveyCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
  1720.         
  1721.         private object[] results;
  1722.         
  1723.         public ReadAllSurveyCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
  1724.                 base(exception, cancelled, userState) {
  1725.             this.results = results;
  1726.         }
  1727.         
  1728.         public string Result {
  1729.             get {
  1730.                 base.RaiseExceptionIfNecessary();
  1731.                 return ((string)(this.results[0]));
  1732.             }
  1733.         }
  1734.     }
  1735.     
  1736.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1737.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1738.     public partial class UpdateResponseCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
  1739.         
  1740.         private object[] results;
  1741.         
  1742.         public UpdateResponseCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
  1743.                 base(exception, cancelled, userState) {
  1744.             this.results = results;
  1745.         }
  1746.         
  1747.         public bool Result {
  1748.             get {
  1749.                 base.RaiseExceptionIfNecessary();
  1750.                 return ((bool)(this.results[0]));
  1751.             }
  1752.         }
  1753.     }
  1754.     
  1755.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1756.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1757.     public partial class AddResponseCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
  1758.         
  1759.         private object[] results;
  1760.         
  1761.         public AddResponseCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
  1762.                 base(exception, cancelled, userState) {
  1763.             this.results = results;
  1764.         }
  1765.         
  1766.         public bool Result {
  1767.             get {
  1768.                 base.RaiseExceptionIfNecessary();
  1769.                 return ((bool)(this.results[0]));
  1770.             }
  1771.         }
  1772.     }
  1773.     
  1774.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1775.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1776.     public partial class DeleteResponseCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
  1777.         
  1778.         private object[] results;
  1779.         
  1780.         public DeleteResponseCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
  1781.                 base(exception, cancelled, userState) {
  1782.             this.results = results;
  1783.         }
  1784.         
  1785.         public bool Result {
  1786.             get {
  1787.                 base.RaiseExceptionIfNecessary();
  1788.                 return ((bool)(this.results[0]));
  1789.             }
  1790.         }
  1791.     }
  1792.     
  1793.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1794.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1795.     public partial class PercentResponseCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
  1796.         
  1797.         private object[] results;
  1798.         
  1799.         public PercentResponseCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
  1800.                 base(exception, cancelled, userState) {
  1801.             this.results = results;
  1802.         }
  1803.         
  1804.         public string Result {
  1805.             get {
  1806.                 base.RaiseExceptionIfNecessary();
  1807.                 return ((string)(this.results[0]));
  1808.             }
  1809.         }
  1810.     }
  1811.     
  1812.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1813.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1814.     public partial class ReadCurrentSurveyCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
  1815.         
  1816.         private object[] results;
  1817.         
  1818.         public ReadCurrentSurveyCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
  1819.                 base(exception, cancelled, userState) {
  1820.             this.results = results;
  1821.         }
  1822.         
  1823.         public string Result {
  1824.             get {
  1825.                 base.RaiseExceptionIfNecessary();
  1826.                 return ((string)(this.results[0]));
  1827.             }
  1828.         }
  1829.     }
  1830.     
  1831.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1832.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1833.     public partial class WriteCurrentSurveyCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
  1834.         
  1835.         private object[] results;
  1836.         
  1837.         public WriteCurrentSurveyCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
  1838.                 base(exception, cancelled, userState) {
  1839.             this.results = results;
  1840.         }
  1841.         
  1842.         public bool Result {
  1843.             get {
  1844.                 base.RaiseExceptionIfNecessary();
  1845.                 return ((bool)(this.results[0]));
  1846.             }
  1847.         }
  1848.     }
  1849.     
  1850.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1851.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1852.     public partial class ContactUSCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
  1853.         
  1854.         private object[] results;
  1855.         
  1856.         public ContactUSCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
  1857.                 base(exception, cancelled, userState) {
  1858.             this.results = results;
  1859.         }
  1860.         
  1861.         public bool Result {
  1862.             get {
  1863.                 base.RaiseExceptionIfNecessary();
  1864.                 return ((bool)(this.results[0]));
  1865.             }
  1866.         }
  1867.     }
  1868.     
  1869.     [System.Diagnostics.DebuggerStepThroughAttribute()]
  1870.     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  1871.     public partial class ReadMaxSurveyCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
  1872.         
  1873.         private object[] results;
  1874.         
  1875.         public ReadMaxSurveyCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
  1876.                 base(exception, cancelled, userState) {
  1877.             this.results = results;