public static jQueryXmlHttpRequest Update(SaveRequest <MeetingAttendeeRow> request, Action <SaveResponse> onSuccess, ServiceCallOptions options = null)
 {
     return(Q.ServiceRequest("Meeting/MeetingAttendee/Update", request, onSuccess, options));
 }
 public static jQueryXmlHttpRequest Update(RolePermissionUpdateRequest request, Action<SaveResponse> onSuccess, ServiceCallOptions options = null)
 {
     return null;
 }
 public static jQueryXmlHttpRequest List(ListRequest request, Action<ListResponse<CustomerRow>> onSuccess, ServiceCallOptions options = null)
 {
     return null;
 }
 public static jQueryXmlHttpRequest Update(RolePermissionUpdateRequest request, Action<SaveResponse> onSuccess, ServiceCallOptions options = null)
 {
     return Q.ServiceRequest(Methods.Update, request, onSuccess, options);
 }
 public static jQueryXmlHttpRequest List(TranslationListRequest request, Action<ListResponse<TranslationItem>> onSuccess, ServiceCallOptions options = null)
 {
     return null;
 }
 public static jQueryXmlHttpRequest List(UserPermissionListRequest request, Action<ListResponse<UserPermissionRow>> onSuccess, ServiceCallOptions options = null)
 {
     return null;
 }
 public static jQueryXmlHttpRequest Delete(DeleteRequest request, Action<DeleteResponse> onSuccess, ServiceCallOptions options = null)
 {
     return Q.ServiceRequest(Methods.Delete, request, onSuccess, options);
 }
示例#8
0
 public static jQueryXmlHttpRequest List(TranslationListRequest request, Action <ListResponse <TranslationItem> > onSuccess, ServiceCallOptions options = null)
 {
     return(Q.ServiceRequest(Methods.List, request, onSuccess, options));
 }
示例#9
0
 public static jQueryXmlHttpRequest Update(TranslationUpdateRequest request, Action <SaveResponse> onSuccess, ServiceCallOptions options = null)
 {
     return(Q.ServiceRequest(Methods.Update, request, onSuccess, options));
 }
 public static jQueryXmlHttpRequest List(UserPermissionListRequest request, Action <ListResponse <UserPermissionRow> > onSuccess, ServiceCallOptions options = null)
 {
     return(null);
 }
 public static jQueryXmlHttpRequest ListPermissionKeys(ServiceRequest request, Action <ListResponse <String> > onSuccess, ServiceCallOptions options = null)
 {
     return(null);
 }
示例#12
0
 public static jQueryXmlHttpRequest Retrieve(RetrieveRequest request, Action <RetrieveResponse <OrderRow> > onSuccess, ServiceCallOptions options = null)
 {
     return(Q.ServiceRequest("Northwind/Order/Retrieve", request, onSuccess, options));
 }
 public static jQueryXmlHttpRequest List(ListRequest request, Action <ListResponse <MeetingAttendeeRow> > onSuccess, ServiceCallOptions options = null)
 {
     return(Q.ServiceRequest("Meeting/MeetingAttendee/List", request, onSuccess, options));
 }
 public static jQueryXmlHttpRequest Undelete(UndeleteRequest request, Action <UndeleteResponse> onSuccess, ServiceCallOptions options = null)
 {
     return(Q.ServiceRequest("Meeting/MeetingAttendee/Undelete", request, onSuccess, options));
 }
 public static jQueryXmlHttpRequest Delete(DeleteRequest request, Action<DeleteResponse> onSuccess, ServiceCallOptions options = null)
 {
     return Q.ServiceRequest("Meeting/MeetingType/Delete", request, onSuccess, options);
 }
示例#16
0
 public static jQueryXmlHttpRequest Update(SaveRequest <ShipperRow> request, Action <SaveResponse> onSuccess, ServiceCallOptions options = null)
 {
     return(Q.ServiceRequest("Northwind/Shipper/Update", request, onSuccess, options));
 }
 public static jQueryXmlHttpRequest Create(SaveRequest<ShipperRow> request, Action<SaveResponse> onSuccess, ServiceCallOptions options = null)
 {
     return Q.ServiceRequest(Methods.Create, request, onSuccess, options);
 }
示例#18
0
 public static jQueryXmlHttpRequest List(ListRequest request, Action <ListResponse <ShipperRow> > onSuccess, ServiceCallOptions options = null)
 {
     return(Q.ServiceRequest("Northwind/Shipper/List", request, onSuccess, options));
 }
 public static jQueryXmlHttpRequest RetrieveLocalization(RetrieveLocalizationRequest request, Action<RetrieveLocalizationResponse<ProductRow>> onSuccess, ServiceCallOptions options = null)
 {
     return null;
 }
 public static jQueryXmlHttpRequest Create(SaveRequest <EmployeeTerritoryRow> request, Action <SaveResponse> onSuccess, ServiceCallOptions options = null)
 {
     return(null);
 }
 public static jQueryXmlHttpRequest Update(SaveRequest<EmployeeRow> request, Action<SaveResponse> onSuccess, ServiceCallOptions options = null)
 {
     return Q.ServiceRequest(Methods.Update, request, onSuccess, options);
 }
 public static jQueryXmlHttpRequest List(ListRequest request, Action <ListResponse <EmployeeTerritoryRow> > onSuccess, ServiceCallOptions options = null)
 {
     return(null);
 }
 public static jQueryXmlHttpRequest Retrieve(RetrieveRequest request, Action<RetrieveResponse<EmployeeTerritoryRow>> onSuccess, ServiceCallOptions options = null)
 {
     return null;
 }
示例#24
0
 public static jQueryXmlHttpRequest List(ListRequest request, Action <ListResponse <ProductLangRow> > onSuccess = null, ServiceCallOptions options = null)
 {
     return(null);
 }
 public static jQueryXmlHttpRequest Retrieve(RetrieveRequest request, Action<RetrieveResponse<LanguageRow>> onSuccess, ServiceCallOptions options = null)
 {
     return null;
 }
示例#26
0
 public static jQueryXmlHttpRequest Update(SaveRequest <ChargeRow> request, Action <SaveResponse> onSuccess, ServiceCallOptions options = null)
 {
     return(Q.ServiceRequest("TvHastanesi/Charge/Update", request, onSuccess, options));
 }
 public static jQueryXmlHttpRequest Update(SaveRequest<CustomerRow> request, Action<SaveResponse> onSuccess, ServiceCallOptions options = null)
 {
     return null;
 }
示例#28
0
 public static jQueryXmlHttpRequest Undelete(UndeleteRequest request, Action <UndeleteResponse> onSuccess, ServiceCallOptions options = null)
 {
     return(Q.ServiceRequest("TvHastanesi/Charge/Undelete", request, onSuccess, options));
 }
 public static jQueryXmlHttpRequest Undelete(UndeleteRequest request, Action<UndeleteResponse> onSuccess, ServiceCallOptions options = null)
 {
     return Q.ServiceRequest("Meeting/MeetingDecision/Undelete", request, onSuccess, options);
 }
示例#30
0
 public static jQueryXmlHttpRequest List(ListRequest request, Action <ListResponse <ChargeRow> > onSuccess, ServiceCallOptions options = null)
 {
     return(Q.ServiceRequest("TvHastanesi/Charge/List", request, onSuccess, options));
 }
 public static jQueryXmlHttpRequest Create(SaveRequest<MeetingAgendaTypeRow> request, Action<SaveResponse> onSuccess, ServiceCallOptions options = null)
 {
     return Q.ServiceRequest("Meeting/MeetingAgendaType/Create", request, onSuccess, options);
 }
示例#32
0
 public static jQueryXmlHttpRequest List(TranslationListRequest request, Action <ListResponse <TranslationItem> > onSuccess = null, ServiceCallOptions options = null)
 {
     return(null);
 }
 public static jQueryXmlHttpRequest Retrieve(RetrieveRequest request, Action<RetrieveResponse<MeetingTypeRow>> onSuccess, ServiceCallOptions options = null)
 {
     return Q.ServiceRequest("Meeting/MeetingType/Retrieve", request, onSuccess, options);
 }
示例#34
0
 public static jQueryXmlHttpRequest Update(TranslationUpdateRequest request, Action <SaveResponse> onSuccess = null, ServiceCallOptions options = null)
 {
     return(null);
 }
 public static jQueryXmlHttpRequest List(ListRequest request, Action<ListResponse<ShipperRow>> onSuccess, ServiceCallOptions options = null)
 {
     return Q.ServiceRequest(Methods.List, request, onSuccess, options);
 }
示例#36
0
 public static jQueryXmlHttpRequest Create(SaveRequest <LanguageRow> request, Action <SaveResponse> onSuccess, ServiceCallOptions options = null)
 {
     return(null);
 }
 public static jQueryXmlHttpRequest ListPermissionKeys(ServiceRequest request, Action<ListResponse<String>> onSuccess, ServiceCallOptions options = null)
 {
     return null;
 }
示例#38
0
 public static jQueryXmlHttpRequest Retrieve(RetrieveRequest request, Action <RetrieveResponse <LanguageRow> > onSuccess, ServiceCallOptions options = null)
 {
     return(null);
 }
 public static jQueryXmlHttpRequest Update(SaveWithLocalizationRequest<ProductRow> request, Action<SaveResponse> onSuccess, ServiceCallOptions options = null)
 {
     return null;
 }
示例#40
0
 public static jQueryXmlHttpRequest List(UserRoleListRequest request, Action <UserRoleListResponse> onSuccess, ServiceCallOptions options = null)
 {
     return(null);
 }
 public static jQueryXmlHttpRequest Retrieve(RetrieveRequest request, Action<RetrieveResponse<EmployeeRow>> onSuccess, ServiceCallOptions options = null)
 {
     return Q.ServiceRequest(Methods.Retrieve, request, onSuccess, options);
 }
 public static jQueryXmlHttpRequest Update(SaveWithLocalizationRequest <ProductRow> request, Action <SaveResponse> onSuccess, ServiceCallOptions options = null)
 {
     return(null);
 }
 public static jQueryXmlHttpRequest List(RolePermissionListRequest request, Action<RolePermissionListResponse> onSuccess, ServiceCallOptions options = null)
 {
     return Q.ServiceRequest(Methods.List, request, onSuccess, options);
 }
 public static jQueryXmlHttpRequest RetrieveLocalization(RetrieveLocalizationRequest request, Action <RetrieveLocalizationResponse <ProductRow> > onSuccess, ServiceCallOptions options = null)
 {
     return(null);
 }
 public static jQueryXmlHttpRequest List(ListRequest request, Action<ListResponse<SalesByCategoryRow>> onSuccess, ServiceCallOptions options = null)
 {
     return null;
 }
 public static jQueryXmlHttpRequest Update(SaveRequest <EmployeeTerritoryRow> request, Action <SaveResponse> onSuccess, ServiceCallOptions options = null)
 {
     return(Q.ServiceRequest("Northwind/EmployeeTerritory/Update", request, onSuccess, options));
 }
 public static jQueryXmlHttpRequest Update(SaveRequest<EmployeeTerritoryRow> request, Action<SaveResponse> onSuccess, ServiceCallOptions options = null)
 {
     return null;
 }
 public static jQueryXmlHttpRequest Delete(DeleteRequest request, Action <DeleteResponse> onSuccess, ServiceCallOptions options = null)
 {
     return(Q.ServiceRequest("Northwind/EmployeeTerritory/Delete", request, onSuccess, options));
 }
 public static jQueryXmlHttpRequest Create(SaveRequest<LanguageRow> request, Action<SaveResponse> onSuccess, ServiceCallOptions options = null)
 {
     return null;
 }
 public static jQueryXmlHttpRequest List(ListRequest request, Action <ListResponse <EmployeeTerritoryRow> > onSuccess, ServiceCallOptions options = null)
 {
     return(Q.ServiceRequest("Northwind/EmployeeTerritory/List", request, onSuccess, options));
 }
 public static jQueryXmlHttpRequest List(RolePermissionListRequest request, Action<RolePermissionListResponse> onSuccess, ServiceCallOptions options = null)
 {
     return null;
 }
示例#52
0
 public static jQueryXmlHttpRequest Update(SaveRequest <ShipperRow> request, Action <SaveResponse> onSuccess, ServiceCallOptions options = null)
 {
     return(null);
 }
 public static jQueryXmlHttpRequest Retrieve(RetrieveRequest request, Action<RetrieveResponse<CustomerDemographicRow>> onSuccess, ServiceCallOptions options = null)
 {
     return null;
 }
示例#54
0
 public static jQueryXmlHttpRequest Delete(DeleteRequest request, Action <DeleteResponse> onSuccess, ServiceCallOptions options = null)
 {
     return(null);
 }
 public static jQueryXmlHttpRequest Delete(DeleteRequest request, Action<DeleteResponse> onSuccess, ServiceCallOptions options = null)
 {
     return null;
 }
示例#56
0
 public static jQueryXmlHttpRequest List(ListRequest request, Action <ListResponse <ShipperRow> > onSuccess, ServiceCallOptions options = null)
 {
     return(null);
 }
 public static jQueryXmlHttpRequest Update(SaveRequest<MeetingDecisionRow> request, Action<SaveResponse> onSuccess, ServiceCallOptions options = null)
 {
     return Q.ServiceRequest("Meeting/MeetingDecision/Update", request, onSuccess, options);
 }
 public static jQueryXmlHttpRequest Update(SaveRequest<BayiIlIlceYetkisiRow> request, Action<SaveResponse> onSuccess, ServiceCallOptions options = null)
 {
     return null;
 }
 public static jQueryXmlHttpRequest List(ListRequest request, Action<ListResponse<MeetingDecisionRow>> onSuccess, ServiceCallOptions options = null)
 {
     return Q.ServiceRequest("Meeting/MeetingDecision/List", request, onSuccess, options);
 }
 public static jQueryXmlHttpRequest List(RolePermissionListRequest request, Action <RolePermissionListResponse> onSuccess = null, ServiceCallOptions options = null)
 {
     return(null);
 }