Reference.cs
上传用户:jxqhsy
上传日期:2020-12-31
资源大小:1793k
文件大小:185k
- //------------------------------------------------------------------------------
- // <auto-generated>
- // 此代码由工具生成。
- // 运行时版本:2.0.50727.3053
- //
- // 对此文件的更改可能会导致不正确的行为,并且如果
- // 重新生成代码,这些更改将会丢失。
- // </auto-generated>
- //------------------------------------------------------------------------------
- //
- // This code was auto-generated by Microsoft.Silverlight.ServiceReference, version 2.0.5.0
- //
- namespace SFGS.WebServiceProxy {
-
-
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.ServiceModel.ServiceContractAttribute(ConfigurationName="WebServiceProxy.UserManageSoap")]
- public interface UserManageSoap {
-
- [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/AddUser", ReplyAction="*")]
- System.IAsyncResult BeginAddUser(SFGS.WebServiceProxy.AddUserRequest request, System.AsyncCallback callback, object asyncState);
-
- SFGS.WebServiceProxy.AddUserResponse EndAddUser(System.IAsyncResult result);
-
- [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/LoginAdmin", ReplyAction="*")]
- System.IAsyncResult BeginLoginAdmin(SFGS.WebServiceProxy.LoginAdminRequest request, System.AsyncCallback callback, object asyncState);
-
- SFGS.WebServiceProxy.LoginAdminResponse EndLoginAdmin(System.IAsyncResult result);
-
- [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/UpdateUser", ReplyAction="*")]
- System.IAsyncResult BeginUpdateUser(SFGS.WebServiceProxy.UpdateUserRequest request, System.AsyncCallback callback, object asyncState);
-
- SFGS.WebServiceProxy.UpdateUserResponse EndUpdateUser(System.IAsyncResult result);
-
- [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/DeleteUser", ReplyAction="*")]
- System.IAsyncResult BeginDeleteUser(SFGS.WebServiceProxy.DeleteUserRequest request, System.AsyncCallback callback, object asyncState);
-
- SFGS.WebServiceProxy.DeleteUserResponse EndDeleteUser(System.IAsyncResult result);
-
- [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/UpdateQuestion", ReplyAction="*")]
- System.IAsyncResult BeginUpdateQuestion(SFGS.WebServiceProxy.UpdateQuestionRequest request, System.AsyncCallback callback, object asyncState);
-
- SFGS.WebServiceProxy.UpdateQuestionResponse EndUpdateQuestion(System.IAsyncResult result);
-
- [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/AddQuestion", ReplyAction="*")]
- System.IAsyncResult BeginAddQuestion(SFGS.WebServiceProxy.AddQuestionRequest request, System.AsyncCallback callback, object asyncState);
-
- SFGS.WebServiceProxy.AddQuestionResponse EndAddQuestion(System.IAsyncResult result);
-
- [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/DeleteQuestion", ReplyAction="*")]
- System.IAsyncResult BeginDeleteQuestion(SFGS.WebServiceProxy.DeleteQuestionRequest request, System.AsyncCallback callback, object asyncState);
-
- SFGS.WebServiceProxy.DeleteQuestionResponse EndDeleteQuestion(System.IAsyncResult result);
-
- [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/ReadQuestion", ReplyAction="*")]
- System.IAsyncResult BeginReadQuestion(SFGS.WebServiceProxy.ReadQuestionRequest request, System.AsyncCallback callback, object asyncState);
-
- SFGS.WebServiceProxy.ReadQuestionResponse EndReadQuestion(System.IAsyncResult result);
-
- [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/UpdateSurvey", ReplyAction="*")]
- System.IAsyncResult BeginUpdateSurvey(SFGS.WebServiceProxy.UpdateSurveyRequest request, System.AsyncCallback callback, object asyncState);
-
- SFGS.WebServiceProxy.UpdateSurveyResponse EndUpdateSurvey(System.IAsyncResult result);
-
- [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/AddSurvey", ReplyAction="*")]
- System.IAsyncResult BeginAddSurvey(SFGS.WebServiceProxy.AddSurveyRequest request, System.AsyncCallback callback, object asyncState);
-
- SFGS.WebServiceProxy.AddSurveyResponse EndAddSurvey(System.IAsyncResult result);
-
- [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/DeleteSurvey", ReplyAction="*")]
- System.IAsyncResult BeginDeleteSurvey(SFGS.WebServiceProxy.DeleteSurveyRequest request, System.AsyncCallback callback, object asyncState);
-
- SFGS.WebServiceProxy.DeleteSurveyResponse EndDeleteSurvey(System.IAsyncResult result);
-
- [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/ReadSurvey", ReplyAction="*")]
- System.IAsyncResult BeginReadSurvey(SFGS.WebServiceProxy.ReadSurveyRequest request, System.AsyncCallback callback, object asyncState);
-
- SFGS.WebServiceProxy.ReadSurveyResponse EndReadSurvey(System.IAsyncResult result);
-
- [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/ReadAllSurvey", ReplyAction="*")]
- System.IAsyncResult BeginReadAllSurvey(SFGS.WebServiceProxy.ReadAllSurveyRequest request, System.AsyncCallback callback, object asyncState);
-
- SFGS.WebServiceProxy.ReadAllSurveyResponse EndReadAllSurvey(System.IAsyncResult result);
-
- [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/UpdateResponse", ReplyAction="*")]
- System.IAsyncResult BeginUpdateResponse(System.AsyncCallback callback, object asyncState);
-
- bool EndUpdateResponse(System.IAsyncResult result);
-
- [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/AddResponse", ReplyAction="*")]
- System.IAsyncResult BeginAddResponse(SFGS.WebServiceProxy.AddResponseRequest request, System.AsyncCallback callback, object asyncState);
-
- SFGS.WebServiceProxy.AddResponseResponse EndAddResponse(System.IAsyncResult result);
-
- [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/DeleteResponse", ReplyAction="*")]
- System.IAsyncResult BeginDeleteResponse(SFGS.WebServiceProxy.DeleteResponseRequest request, System.AsyncCallback callback, object asyncState);
-
- SFGS.WebServiceProxy.DeleteResponseResponse EndDeleteResponse(System.IAsyncResult result);
-
- [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/PercentResponse", ReplyAction="*")]
- System.IAsyncResult BeginPercentResponse(SFGS.WebServiceProxy.PercentResponseRequest request, System.AsyncCallback callback, object asyncState);
-
- SFGS.WebServiceProxy.PercentResponseResponse EndPercentResponse(System.IAsyncResult result);
-
- [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/ReadCurrentSurvey", ReplyAction="*")]
- System.IAsyncResult BeginReadCurrentSurvey(SFGS.WebServiceProxy.ReadCurrentSurveyRequest request, System.AsyncCallback callback, object asyncState);
-
- SFGS.WebServiceProxy.ReadCurrentSurveyResponse EndReadCurrentSurvey(System.IAsyncResult result);
-
- [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/WriteCurrentSurvey", ReplyAction="*")]
- System.IAsyncResult BeginWriteCurrentSurvey(SFGS.WebServiceProxy.WriteCurrentSurveyRequest request, System.AsyncCallback callback, object asyncState);
-
- SFGS.WebServiceProxy.WriteCurrentSurveyResponse EndWriteCurrentSurvey(System.IAsyncResult result);
-
- [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/ContactUS", ReplyAction="*")]
- System.IAsyncResult BeginContactUS(SFGS.WebServiceProxy.ContactUSRequest request, System.AsyncCallback callback, object asyncState);
-
- SFGS.WebServiceProxy.ContactUSResponse EndContactUS(System.IAsyncResult result);
-
- [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/ReadMaxSurvey", ReplyAction="*")]
- System.IAsyncResult BeginReadMaxSurvey(SFGS.WebServiceProxy.ReadMaxSurveyRequest request, System.AsyncCallback callback, object asyncState);
-
- SFGS.WebServiceProxy.ReadMaxSurveyResponse EndReadMaxSurvey(System.IAsyncResult result);
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class AddUserRequest {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="AddUser", Namespace="http://tempuri.org/", Order=0)]
- public SFGS.WebServiceProxy.AddUserRequestBody Body;
-
- public AddUserRequest() {
- }
-
- public AddUserRequest(SFGS.WebServiceProxy.AddUserRequestBody Body) {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
- public partial class AddUserRequestBody {
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
- public string userName;
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
- public string userPwd;
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
- public string beizhu;
-
- public AddUserRequestBody() {
- }
-
- public AddUserRequestBody(string userName, string userPwd, string beizhu) {
- this.userName = userName;
- this.userPwd = userPwd;
- this.beizhu = beizhu;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class AddUserResponse {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="AddUserResponse", Namespace="http://tempuri.org/", Order=0)]
- public SFGS.WebServiceProxy.AddUserResponseBody Body;
-
- public AddUserResponse() {
- }
-
- public AddUserResponse(SFGS.WebServiceProxy.AddUserResponseBody Body) {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
- public partial class AddUserResponseBody {
-
- [System.Runtime.Serialization.DataMemberAttribute(Order=0)]
- public bool AddUserResult;
-
- public AddUserResponseBody() {
- }
-
- public AddUserResponseBody(bool AddUserResult) {
- this.AddUserResult = AddUserResult;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class LoginAdminRequest {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="LoginAdmin", Namespace="http://tempuri.org/", Order=0)]
- public SFGS.WebServiceProxy.LoginAdminRequestBody Body;
-
- public LoginAdminRequest() {
- }
-
- public LoginAdminRequest(SFGS.WebServiceProxy.LoginAdminRequestBody Body) {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
- public partial class LoginAdminRequestBody {
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
- public string userName;
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
- public string userPwd;
-
- public LoginAdminRequestBody() {
- }
-
- public LoginAdminRequestBody(string userName, string userPwd) {
- this.userName = userName;
- this.userPwd = userPwd;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class LoginAdminResponse {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="LoginAdminResponse", Namespace="http://tempuri.org/", Order=0)]
- public SFGS.WebServiceProxy.LoginAdminResponseBody Body;
-
- public LoginAdminResponse() {
- }
-
- public LoginAdminResponse(SFGS.WebServiceProxy.LoginAdminResponseBody Body) {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
- public partial class LoginAdminResponseBody {
-
- [System.Runtime.Serialization.DataMemberAttribute(Order=0)]
- public bool LoginAdminResult;
-
- public LoginAdminResponseBody() {
- }
-
- public LoginAdminResponseBody(bool LoginAdminResult) {
- this.LoginAdminResult = LoginAdminResult;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class UpdateUserRequest {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="UpdateUser", Namespace="http://tempuri.org/", Order=0)]
- public SFGS.WebServiceProxy.UpdateUserRequestBody Body;
-
- public UpdateUserRequest() {
- }
-
- public UpdateUserRequest(SFGS.WebServiceProxy.UpdateUserRequestBody Body) {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
- public partial class UpdateUserRequestBody {
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
- public string userName;
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
- public string userPwd;
-
- public UpdateUserRequestBody() {
- }
-
- public UpdateUserRequestBody(string userName, string userPwd) {
- this.userName = userName;
- this.userPwd = userPwd;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class UpdateUserResponse {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="UpdateUserResponse", Namespace="http://tempuri.org/", Order=0)]
- public SFGS.WebServiceProxy.UpdateUserResponseBody Body;
-
- public UpdateUserResponse() {
- }
-
- public UpdateUserResponse(SFGS.WebServiceProxy.UpdateUserResponseBody Body) {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
- public partial class UpdateUserResponseBody {
-
- [System.Runtime.Serialization.DataMemberAttribute(Order=0)]
- public bool UpdateUserResult;
-
- public UpdateUserResponseBody() {
- }
-
- public UpdateUserResponseBody(bool UpdateUserResult) {
- this.UpdateUserResult = UpdateUserResult;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class DeleteUserRequest {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="DeleteUser", Namespace="http://tempuri.org/", Order=0)]
- public SFGS.WebServiceProxy.DeleteUserRequestBody Body;
-
- public DeleteUserRequest() {
- }
-
- public DeleteUserRequest(SFGS.WebServiceProxy.DeleteUserRequestBody Body) {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
- public partial class DeleteUserRequestBody {
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
- public string userName;
-
- public DeleteUserRequestBody() {
- }
-
- public DeleteUserRequestBody(string userName) {
- this.userName = userName;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class DeleteUserResponse {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="DeleteUserResponse", Namespace="http://tempuri.org/", Order=0)]
- public SFGS.WebServiceProxy.DeleteUserResponseBody Body;
-
- public DeleteUserResponse() {
- }
-
- public DeleteUserResponse(SFGS.WebServiceProxy.DeleteUserResponseBody Body) {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
- public partial class DeleteUserResponseBody {
-
- [System.Runtime.Serialization.DataMemberAttribute(Order=0)]
- public bool DeleteUserResult;
-
- public DeleteUserResponseBody() {
- }
-
- public DeleteUserResponseBody(bool DeleteUserResult) {
- this.DeleteUserResult = DeleteUserResult;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class UpdateQuestionRequest {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="UpdateQuestion", Namespace="http://tempuri.org/", Order=0)]
- public SFGS.WebServiceProxy.UpdateQuestionRequestBody Body;
-
- public UpdateQuestionRequest() {
- }
-
- public UpdateQuestionRequest(SFGS.WebServiceProxy.UpdateQuestionRequestBody Body) {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
- public partial class UpdateQuestionRequestBody {
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
- public string ID;
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
- public string SurveyID;
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
- public string text;
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
- public string OptionA;
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
- public string OptionB;
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
- public string OptionC;
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
- public string OptionD;
-
- public UpdateQuestionRequestBody() {
- }
-
- public UpdateQuestionRequestBody(string ID, string SurveyID, string text, string OptionA, string OptionB, string OptionC, string OptionD) {
- this.ID = ID;
- this.SurveyID = SurveyID;
- this.text = text;
- this.OptionA = OptionA;
- this.OptionB = OptionB;
- this.OptionC = OptionC;
- this.OptionD = OptionD;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class UpdateQuestionResponse {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="UpdateQuestionResponse", Namespace="http://tempuri.org/", Order=0)]
- public SFGS.WebServiceProxy.UpdateQuestionResponseBody Body;
-
- public UpdateQuestionResponse() {
- }
-
- public UpdateQuestionResponse(SFGS.WebServiceProxy.UpdateQuestionResponseBody Body) {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
- public partial class UpdateQuestionResponseBody {
-
- [System.Runtime.Serialization.DataMemberAttribute(Order=0)]
- public bool UpdateQuestionResult;
-
- public UpdateQuestionResponseBody() {
- }
-
- public UpdateQuestionResponseBody(bool UpdateQuestionResult) {
- this.UpdateQuestionResult = UpdateQuestionResult;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class AddQuestionRequest {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="AddQuestion", Namespace="http://tempuri.org/", Order=0)]
- public SFGS.WebServiceProxy.AddQuestionRequestBody Body;
-
- public AddQuestionRequest() {
- }
-
- public AddQuestionRequest(SFGS.WebServiceProxy.AddQuestionRequestBody Body) {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
- public partial class AddQuestionRequestBody {
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
- public string SurveyID;
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
- public string text;
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
- public string OptionA;
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
- public string OptionB;
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
- public string OptionC;
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
- public string OptionD;
-
- public AddQuestionRequestBody() {
- }
-
- public AddQuestionRequestBody(string SurveyID, string text, string OptionA, string OptionB, string OptionC, string OptionD) {
- this.SurveyID = SurveyID;
- this.text = text;
- this.OptionA = OptionA;
- this.OptionB = OptionB;
- this.OptionC = OptionC;
- this.OptionD = OptionD;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class AddQuestionResponse {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="AddQuestionResponse", Namespace="http://tempuri.org/", Order=0)]
- public SFGS.WebServiceProxy.AddQuestionResponseBody Body;
-
- public AddQuestionResponse() {
- }
-
- public AddQuestionResponse(SFGS.WebServiceProxy.AddQuestionResponseBody Body) {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
- public partial class AddQuestionResponseBody {
-
- [System.Runtime.Serialization.DataMemberAttribute(Order=0)]
- public bool AddQuestionResult;
-
- public AddQuestionResponseBody() {
- }
-
- public AddQuestionResponseBody(bool AddQuestionResult) {
- this.AddQuestionResult = AddQuestionResult;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class DeleteQuestionRequest {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="DeleteQuestion", Namespace="http://tempuri.org/", Order=0)]
- public SFGS.WebServiceProxy.DeleteQuestionRequestBody Body;
-
- public DeleteQuestionRequest() {
- }
-
- public DeleteQuestionRequest(SFGS.WebServiceProxy.DeleteQuestionRequestBody Body) {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
- public partial class DeleteQuestionRequestBody {
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
- public string ID;
-
- public DeleteQuestionRequestBody() {
- }
-
- public DeleteQuestionRequestBody(string ID) {
- this.ID = ID;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class DeleteQuestionResponse {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="DeleteQuestionResponse", Namespace="http://tempuri.org/", Order=0)]
- public SFGS.WebServiceProxy.DeleteQuestionResponseBody Body;
-
- public DeleteQuestionResponse() {
- }
-
- public DeleteQuestionResponse(SFGS.WebServiceProxy.DeleteQuestionResponseBody Body) {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
- public partial class DeleteQuestionResponseBody {
-
- [System.Runtime.Serialization.DataMemberAttribute(Order=0)]
- public bool DeleteQuestionResult;
-
- public DeleteQuestionResponseBody() {
- }
-
- public DeleteQuestionResponseBody(bool DeleteQuestionResult) {
- this.DeleteQuestionResult = DeleteQuestionResult;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class ReadQuestionRequest {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="ReadQuestion", Namespace="http://tempuri.org/", Order=0)]
- public SFGS.WebServiceProxy.ReadQuestionRequestBody Body;
-
- public ReadQuestionRequest() {
- }
-
- public ReadQuestionRequest(SFGS.WebServiceProxy.ReadQuestionRequestBody Body) {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
- public partial class ReadQuestionRequestBody {
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
- public string SurveyID;
-
- public ReadQuestionRequestBody() {
- }
-
- public ReadQuestionRequestBody(string SurveyID) {
- this.SurveyID = SurveyID;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class ReadQuestionResponse {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="ReadQuestionResponse", Namespace="http://tempuri.org/", Order=0)]
- public SFGS.WebServiceProxy.ReadQuestionResponseBody Body;
-
- public ReadQuestionResponse() {
- }
-
- public ReadQuestionResponse(SFGS.WebServiceProxy.ReadQuestionResponseBody Body) {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
- public partial class ReadQuestionResponseBody {
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
- public string ReadQuestionResult;
-
- public ReadQuestionResponseBody() {
- }
-
- public ReadQuestionResponseBody(string ReadQuestionResult) {
- this.ReadQuestionResult = ReadQuestionResult;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class UpdateSurveyRequest {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="UpdateSurvey", Namespace="http://tempuri.org/", Order=0)]
- public SFGS.WebServiceProxy.UpdateSurveyRequestBody Body;
-
- public UpdateSurveyRequest() {
- }
-
- public UpdateSurveyRequest(SFGS.WebServiceProxy.UpdateSurveyRequestBody Body) {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
- public partial class UpdateSurveyRequestBody {
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
- public string ID;
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
- public string Name;
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
- public string Description;
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
- public string Date;
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
- public string IsCurrentSurvey;
-
- public UpdateSurveyRequestBody() {
- }
-
- public UpdateSurveyRequestBody(string ID, string Name, string Description, string Date, string IsCurrentSurvey) {
- this.ID = ID;
- this.Name = Name;
- this.Description = Description;
- this.Date = Date;
- this.IsCurrentSurvey = IsCurrentSurvey;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class UpdateSurveyResponse {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="UpdateSurveyResponse", Namespace="http://tempuri.org/", Order=0)]
- public SFGS.WebServiceProxy.UpdateSurveyResponseBody Body;
-
- public UpdateSurveyResponse() {
- }
-
- public UpdateSurveyResponse(SFGS.WebServiceProxy.UpdateSurveyResponseBody Body) {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
- public partial class UpdateSurveyResponseBody {
-
- [System.Runtime.Serialization.DataMemberAttribute(Order=0)]
- public bool UpdateSurveyResult;
-
- public UpdateSurveyResponseBody() {
- }
-
- public UpdateSurveyResponseBody(bool UpdateSurveyResult) {
- this.UpdateSurveyResult = UpdateSurveyResult;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class AddSurveyRequest {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="AddSurvey", Namespace="http://tempuri.org/", Order=0)]
- public SFGS.WebServiceProxy.AddSurveyRequestBody Body;
-
- public AddSurveyRequest() {
- }
-
- public AddSurveyRequest(SFGS.WebServiceProxy.AddSurveyRequestBody Body) {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
- public partial class AddSurveyRequestBody {
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
- public string Name;
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
- public string Description;
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
- public string Date;
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
- public string IsCurrentSurvey;
-
- public AddSurveyRequestBody() {
- }
-
- public AddSurveyRequestBody(string Name, string Description, string Date, string IsCurrentSurvey) {
- this.Name = Name;
- this.Description = Description;
- this.Date = Date;
- this.IsCurrentSurvey = IsCurrentSurvey;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class AddSurveyResponse {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="AddSurveyResponse", Namespace="http://tempuri.org/", Order=0)]
- public SFGS.WebServiceProxy.AddSurveyResponseBody Body;
-
- public AddSurveyResponse() {
- }
-
- public AddSurveyResponse(SFGS.WebServiceProxy.AddSurveyResponseBody Body) {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
- public partial class AddSurveyResponseBody {
-
- [System.Runtime.Serialization.DataMemberAttribute(Order=0)]
- public bool AddSurveyResult;
-
- public AddSurveyResponseBody() {
- }
-
- public AddSurveyResponseBody(bool AddSurveyResult) {
- this.AddSurveyResult = AddSurveyResult;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class DeleteSurveyRequest {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="DeleteSurvey", Namespace="http://tempuri.org/", Order=0)]
- public SFGS.WebServiceProxy.DeleteSurveyRequestBody Body;
-
- public DeleteSurveyRequest() {
- }
-
- public DeleteSurveyRequest(SFGS.WebServiceProxy.DeleteSurveyRequestBody Body) {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
- public partial class DeleteSurveyRequestBody {
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
- public string ID;
-
- public DeleteSurveyRequestBody() {
- }
-
- public DeleteSurveyRequestBody(string ID) {
- this.ID = ID;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class DeleteSurveyResponse {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="DeleteSurveyResponse", Namespace="http://tempuri.org/", Order=0)]
- public SFGS.WebServiceProxy.DeleteSurveyResponseBody Body;
-
- public DeleteSurveyResponse() {
- }
-
- public DeleteSurveyResponse(SFGS.WebServiceProxy.DeleteSurveyResponseBody Body) {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
- public partial class DeleteSurveyResponseBody {
-
- [System.Runtime.Serialization.DataMemberAttribute(Order=0)]
- public bool DeleteSurveyResult;
-
- public DeleteSurveyResponseBody() {
- }
-
- public DeleteSurveyResponseBody(bool DeleteSurveyResult) {
- this.DeleteSurveyResult = DeleteSurveyResult;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class ReadSurveyRequest {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="ReadSurvey", Namespace="http://tempuri.org/", Order=0)]
- public SFGS.WebServiceProxy.ReadSurveyRequestBody Body;
-
- public ReadSurveyRequest() {
- }
-
- public ReadSurveyRequest(SFGS.WebServiceProxy.ReadSurveyRequestBody Body) {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
- public partial class ReadSurveyRequestBody {
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
- public string ID;
-
- public ReadSurveyRequestBody() {
- }
-
- public ReadSurveyRequestBody(string ID) {
- this.ID = ID;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class ReadSurveyResponse {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="ReadSurveyResponse", Namespace="http://tempuri.org/", Order=0)]
- public SFGS.WebServiceProxy.ReadSurveyResponseBody Body;
-
- public ReadSurveyResponse() {
- }
-
- public ReadSurveyResponse(SFGS.WebServiceProxy.ReadSurveyResponseBody Body) {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
- public partial class ReadSurveyResponseBody {
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
- public string ReadSurveyResult;
-
- public ReadSurveyResponseBody() {
- }
-
- public ReadSurveyResponseBody(string ReadSurveyResult) {
- this.ReadSurveyResult = ReadSurveyResult;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class ReadAllSurveyRequest {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="ReadAllSurvey", Namespace="http://tempuri.org/", Order=0)]
- public SFGS.WebServiceProxy.ReadAllSurveyRequestBody Body;
-
- public ReadAllSurveyRequest() {
- }
-
- public ReadAllSurveyRequest(SFGS.WebServiceProxy.ReadAllSurveyRequestBody Body) {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.Runtime.Serialization.DataContractAttribute()]
- public partial class ReadAllSurveyRequestBody {
-
- public ReadAllSurveyRequestBody() {
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class ReadAllSurveyResponse {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="ReadAllSurveyResponse", Namespace="http://tempuri.org/", Order=0)]
- public SFGS.WebServiceProxy.ReadAllSurveyResponseBody Body;
-
- public ReadAllSurveyResponse() {
- }
-
- public ReadAllSurveyResponse(SFGS.WebServiceProxy.ReadAllSurveyResponseBody Body) {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
- public partial class ReadAllSurveyResponseBody {
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
- public string ReadAllSurveyResult;
-
- public ReadAllSurveyResponseBody() {
- }
-
- public ReadAllSurveyResponseBody(string ReadAllSurveyResult) {
- this.ReadAllSurveyResult = ReadAllSurveyResult;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class AddResponseRequest {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="AddResponse", Namespace="http://tempuri.org/", Order=0)]
- public SFGS.WebServiceProxy.AddResponseRequestBody Body;
-
- public AddResponseRequest() {
- }
-
- public AddResponseRequest(SFGS.WebServiceProxy.AddResponseRequestBody Body) {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
- public partial class AddResponseRequestBody {
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
- public string QuestionID;
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
- public string Selection;
-
- public AddResponseRequestBody() {
- }
-
- public AddResponseRequestBody(string QuestionID, string Selection) {
- this.QuestionID = QuestionID;
- this.Selection = Selection;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class AddResponseResponse {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="AddResponseResponse", Namespace="http://tempuri.org/", Order=0)]
- public SFGS.WebServiceProxy.AddResponseResponseBody Body;
-
- public AddResponseResponse() {
- }
-
- public AddResponseResponse(SFGS.WebServiceProxy.AddResponseResponseBody Body) {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
- public partial class AddResponseResponseBody {
-
- [System.Runtime.Serialization.DataMemberAttribute(Order=0)]
- public bool AddResponseResult;
-
- public AddResponseResponseBody() {
- }
-
- public AddResponseResponseBody(bool AddResponseResult) {
- this.AddResponseResult = AddResponseResult;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class DeleteResponseRequest {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="DeleteResponse", Namespace="http://tempuri.org/", Order=0)]
- public SFGS.WebServiceProxy.DeleteResponseRequestBody Body;
-
- public DeleteResponseRequest() {
- }
-
- public DeleteResponseRequest(SFGS.WebServiceProxy.DeleteResponseRequestBody Body) {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
- public partial class DeleteResponseRequestBody {
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
- public string ID;
-
- public DeleteResponseRequestBody() {
- }
-
- public DeleteResponseRequestBody(string ID) {
- this.ID = ID;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class DeleteResponseResponse {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="DeleteResponseResponse", Namespace="http://tempuri.org/", Order=0)]
- public SFGS.WebServiceProxy.DeleteResponseResponseBody Body;
-
- public DeleteResponseResponse() {
- }
-
- public DeleteResponseResponse(SFGS.WebServiceProxy.DeleteResponseResponseBody Body) {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
- public partial class DeleteResponseResponseBody {
-
- [System.Runtime.Serialization.DataMemberAttribute(Order=0)]
- public bool DeleteResponseResult;
-
- public DeleteResponseResponseBody() {
- }
-
- public DeleteResponseResponseBody(bool DeleteResponseResult) {
- this.DeleteResponseResult = DeleteResponseResult;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class PercentResponseRequest {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="PercentResponse", Namespace="http://tempuri.org/", Order=0)]
- public SFGS.WebServiceProxy.PercentResponseRequestBody Body;
-
- public PercentResponseRequest() {
- }
-
- public PercentResponseRequest(SFGS.WebServiceProxy.PercentResponseRequestBody Body) {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
- public partial class PercentResponseRequestBody {
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
- public string SurveyID;
-
- public PercentResponseRequestBody() {
- }
-
- public PercentResponseRequestBody(string SurveyID) {
- this.SurveyID = SurveyID;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class PercentResponseResponse {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="PercentResponseResponse", Namespace="http://tempuri.org/", Order=0)]
- public SFGS.WebServiceProxy.PercentResponseResponseBody Body;
-
- public PercentResponseResponse() {
- }
-
- public PercentResponseResponse(SFGS.WebServiceProxy.PercentResponseResponseBody Body) {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
- public partial class PercentResponseResponseBody {
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
- public string PercentResponseResult;
-
- public PercentResponseResponseBody() {
- }
-
- public PercentResponseResponseBody(string PercentResponseResult) {
- this.PercentResponseResult = PercentResponseResult;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class ReadCurrentSurveyRequest {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="ReadCurrentSurvey", Namespace="http://tempuri.org/", Order=0)]
- public SFGS.WebServiceProxy.ReadCurrentSurveyRequestBody Body;
-
- public ReadCurrentSurveyRequest() {
- }
-
- public ReadCurrentSurveyRequest(SFGS.WebServiceProxy.ReadCurrentSurveyRequestBody Body) {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.Runtime.Serialization.DataContractAttribute()]
- public partial class ReadCurrentSurveyRequestBody {
-
- public ReadCurrentSurveyRequestBody() {
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class ReadCurrentSurveyResponse {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="ReadCurrentSurveyResponse", Namespace="http://tempuri.org/", Order=0)]
- public SFGS.WebServiceProxy.ReadCurrentSurveyResponseBody Body;
-
- public ReadCurrentSurveyResponse() {
- }
-
- public ReadCurrentSurveyResponse(SFGS.WebServiceProxy.ReadCurrentSurveyResponseBody Body) {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
- public partial class ReadCurrentSurveyResponseBody {
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
- public string ReadCurrentSurveyResult;
-
- public ReadCurrentSurveyResponseBody() {
- }
-
- public ReadCurrentSurveyResponseBody(string ReadCurrentSurveyResult) {
- this.ReadCurrentSurveyResult = ReadCurrentSurveyResult;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class WriteCurrentSurveyRequest {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="WriteCurrentSurvey", Namespace="http://tempuri.org/", Order=0)]
- public SFGS.WebServiceProxy.WriteCurrentSurveyRequestBody Body;
-
- public WriteCurrentSurveyRequest() {
- }
-
- public WriteCurrentSurveyRequest(SFGS.WebServiceProxy.WriteCurrentSurveyRequestBody Body) {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
- public partial class WriteCurrentSurveyRequestBody {
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
- public string Name;
-
- public WriteCurrentSurveyRequestBody() {
- }
-
- public WriteCurrentSurveyRequestBody(string Name) {
- this.Name = Name;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class WriteCurrentSurveyResponse {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="WriteCurrentSurveyResponse", Namespace="http://tempuri.org/", Order=0)]
- public SFGS.WebServiceProxy.WriteCurrentSurveyResponseBody Body;
-
- public WriteCurrentSurveyResponse() {
- }
-
- public WriteCurrentSurveyResponse(SFGS.WebServiceProxy.WriteCurrentSurveyResponseBody Body) {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
- public partial class WriteCurrentSurveyResponseBody {
-
- [System.Runtime.Serialization.DataMemberAttribute(Order=0)]
- public bool WriteCurrentSurveyResult;
-
- public WriteCurrentSurveyResponseBody() {
- }
-
- public WriteCurrentSurveyResponseBody(bool WriteCurrentSurveyResult) {
- this.WriteCurrentSurveyResult = WriteCurrentSurveyResult;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class ContactUSRequest {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="ContactUS", Namespace="http://tempuri.org/", Order=0)]
- public SFGS.WebServiceProxy.ContactUSRequestBody Body;
-
- public ContactUSRequest() {
- }
-
- public ContactUSRequest(SFGS.WebServiceProxy.ContactUSRequestBody Body) {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
- public partial class ContactUSRequestBody {
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
- public string name;
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
- public string age;
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
- public string query;
-
- public ContactUSRequestBody() {
- }
-
- public ContactUSRequestBody(string name, string age, string query) {
- this.name = name;
- this.age = age;
- this.query = query;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class ContactUSResponse {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="ContactUSResponse", Namespace="http://tempuri.org/", Order=0)]
- public SFGS.WebServiceProxy.ContactUSResponseBody Body;
-
- public ContactUSResponse() {
- }
-
- public ContactUSResponse(SFGS.WebServiceProxy.ContactUSResponseBody Body) {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
- public partial class ContactUSResponseBody {
-
- [System.Runtime.Serialization.DataMemberAttribute(Order=0)]
- public bool ContactUSResult;
-
- public ContactUSResponseBody() {
- }
-
- public ContactUSResponseBody(bool ContactUSResult) {
- this.ContactUSResult = ContactUSResult;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class ReadMaxSurveyRequest {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="ReadMaxSurvey", Namespace="http://tempuri.org/", Order=0)]
- public SFGS.WebServiceProxy.ReadMaxSurveyRequestBody Body;
-
- public ReadMaxSurveyRequest() {
- }
-
- public ReadMaxSurveyRequest(SFGS.WebServiceProxy.ReadMaxSurveyRequestBody Body) {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.Runtime.Serialization.DataContractAttribute()]
- public partial class ReadMaxSurveyRequestBody {
-
- public ReadMaxSurveyRequestBody() {
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class ReadMaxSurveyResponse {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Name="ReadMaxSurveyResponse", Namespace="http://tempuri.org/", Order=0)]
- public SFGS.WebServiceProxy.ReadMaxSurveyResponseBody Body;
-
- public ReadMaxSurveyResponse() {
- }
-
- public ReadMaxSurveyResponse(SFGS.WebServiceProxy.ReadMaxSurveyResponseBody Body) {
- this.Body = Body;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
- public partial class ReadMaxSurveyResponseBody {
-
- [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
- public string ReadMaxSurveyResult;
-
- public ReadMaxSurveyResponseBody() {
- }
-
- public ReadMaxSurveyResponseBody(string ReadMaxSurveyResult) {
- this.ReadMaxSurveyResult = ReadMaxSurveyResult;
- }
- }
-
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- public interface UserManageSoapChannel : SFGS.WebServiceProxy.UserManageSoap, System.ServiceModel.IClientChannel {
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- public partial class AddUserCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-
- private object[] results;
-
- public AddUserCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
- base(exception, cancelled, userState) {
- this.results = results;
- }
-
- public bool Result {
- get {
- base.RaiseExceptionIfNecessary();
- return ((bool)(this.results[0]));
- }
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- public partial class LoginAdminCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-
- private object[] results;
-
- public LoginAdminCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
- base(exception, cancelled, userState) {
- this.results = results;
- }
-
- public bool Result {
- get {
- base.RaiseExceptionIfNecessary();
- return ((bool)(this.results[0]));
- }
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- public partial class UpdateUserCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-
- private object[] results;
-
- public UpdateUserCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
- base(exception, cancelled, userState) {
- this.results = results;
- }
-
- public bool Result {
- get {
- base.RaiseExceptionIfNecessary();
- return ((bool)(this.results[0]));
- }
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- public partial class DeleteUserCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-
- private object[] results;
-
- public DeleteUserCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
- base(exception, cancelled, userState) {
- this.results = results;
- }
-
- public bool Result {
- get {
- base.RaiseExceptionIfNecessary();
- return ((bool)(this.results[0]));
- }
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- public partial class UpdateQuestionCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-
- private object[] results;
-
- public UpdateQuestionCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
- base(exception, cancelled, userState) {
- this.results = results;
- }
-
- public bool Result {
- get {
- base.RaiseExceptionIfNecessary();
- return ((bool)(this.results[0]));
- }
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- public partial class AddQuestionCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-
- private object[] results;
-
- public AddQuestionCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
- base(exception, cancelled, userState) {
- this.results = results;
- }
-
- public bool Result {
- get {
- base.RaiseExceptionIfNecessary();
- return ((bool)(this.results[0]));
- }
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- public partial class DeleteQuestionCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-
- private object[] results;
-
- public DeleteQuestionCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
- base(exception, cancelled, userState) {
- this.results = results;
- }
-
- public bool Result {
- get {
- base.RaiseExceptionIfNecessary();
- return ((bool)(this.results[0]));
- }
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- public partial class ReadQuestionCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-
- private object[] results;
-
- public ReadQuestionCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
- base(exception, cancelled, userState) {
- this.results = results;
- }
-
- public string Result {
- get {
- base.RaiseExceptionIfNecessary();
- return ((string)(this.results[0]));
- }
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- public partial class UpdateSurveyCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-
- private object[] results;
-
- public UpdateSurveyCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
- base(exception, cancelled, userState) {
- this.results = results;
- }
-
- public bool Result {
- get {
- base.RaiseExceptionIfNecessary();
- return ((bool)(this.results[0]));
- }
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- public partial class AddSurveyCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-
- private object[] results;
-
- public AddSurveyCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
- base(exception, cancelled, userState) {
- this.results = results;
- }
-
- public bool Result {
- get {
- base.RaiseExceptionIfNecessary();
- return ((bool)(this.results[0]));
- }
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- public partial class DeleteSurveyCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-
- private object[] results;
-
- public DeleteSurveyCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
- base(exception, cancelled, userState) {
- this.results = results;
- }
-
- public bool Result {
- get {
- base.RaiseExceptionIfNecessary();
- return ((bool)(this.results[0]));
- }
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- public partial class ReadSurveyCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-
- private object[] results;
-
- public ReadSurveyCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
- base(exception, cancelled, userState) {
- this.results = results;
- }
-
- public string Result {
- get {
- base.RaiseExceptionIfNecessary();
- return ((string)(this.results[0]));
- }
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- public partial class ReadAllSurveyCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-
- private object[] results;
-
- public ReadAllSurveyCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
- base(exception, cancelled, userState) {
- this.results = results;
- }
-
- public string Result {
- get {
- base.RaiseExceptionIfNecessary();
- return ((string)(this.results[0]));
- }
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- public partial class UpdateResponseCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-
- private object[] results;
-
- public UpdateResponseCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
- base(exception, cancelled, userState) {
- this.results = results;
- }
-
- public bool Result {
- get {
- base.RaiseExceptionIfNecessary();
- return ((bool)(this.results[0]));
- }
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- public partial class AddResponseCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-
- private object[] results;
-
- public AddResponseCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
- base(exception, cancelled, userState) {
- this.results = results;
- }
-
- public bool Result {
- get {
- base.RaiseExceptionIfNecessary();
- return ((bool)(this.results[0]));
- }
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- public partial class DeleteResponseCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-
- private object[] results;
-
- public DeleteResponseCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
- base(exception, cancelled, userState) {
- this.results = results;
- }
-
- public bool Result {
- get {
- base.RaiseExceptionIfNecessary();
- return ((bool)(this.results[0]));
- }
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- public partial class PercentResponseCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-
- private object[] results;
-
- public PercentResponseCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
- base(exception, cancelled, userState) {
- this.results = results;
- }
-
- public string Result {
- get {
- base.RaiseExceptionIfNecessary();
- return ((string)(this.results[0]));
- }
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- public partial class ReadCurrentSurveyCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-
- private object[] results;
-
- public ReadCurrentSurveyCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
- base(exception, cancelled, userState) {
- this.results = results;
- }
-
- public string Result {
- get {
- base.RaiseExceptionIfNecessary();
- return ((string)(this.results[0]));
- }
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- public partial class WriteCurrentSurveyCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-
- private object[] results;
-
- public WriteCurrentSurveyCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
- base(exception, cancelled, userState) {
- this.results = results;
- }
-
- public bool Result {
- get {
- base.RaiseExceptionIfNecessary();
- return ((bool)(this.results[0]));
- }
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- public partial class ContactUSCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-
- private object[] results;
-
- public ContactUSCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
- base(exception, cancelled, userState) {
- this.results = results;
- }
-
- public bool Result {
- get {
- base.RaiseExceptionIfNecessary();
- return ((bool)(this.results[0]));
- }
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
- public partial class ReadMaxSurveyCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-
- private object[] results;
-
- public ReadMaxSurveyCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
- base(exception, cancelled, userState) {
- this.results = results;