No announcements
Found 3118469 threads
-
2 Votes
How to pass several objects to web api method?
Small tweak using your code: public Product Add(List<Product> prodlist) { ApiServiceUrl = "http://localhost:55933/Api/Product"; using ...Answered | 3 Replies | 15845 Views | Created by Borowa - Tuesday, April 2, 2013 10:17 PM | Last reply by cheong00 - Wednesday, April 3, 2013 2:50 AM -
0 Votes
Passing object mCB to a Method of object mCA: Is this passing by reference?
Mel_3 wrote: - Note how the object mCB is passed by main()'s LINE X to the mCA.Execute method - and ...Answered | 9 Replies | 2514 Views | Created by Mel_3 - Saturday, May 12, 2012 4:05 PM | Last reply by Mel_3 - Monday, May 14, 2012 8:44 PM -
0 Votes
How do i pass an object to a method of a class that implements a interface method?
In the OO programming we dont pass string or int values between methods > instead we pass objects.Answered | 16 Replies | 3260 Views | Created by code_warrior - Friday, July 2, 2010 10:43 AM | Last reply by Eyal Solnik - Monday, July 5, 2010 10:45 AM -
0 Votes
Serialize Dictionary object as Key:Key, Value:Value in Web API?
Now we are moving from WCF to Web API, when i return the same object as a response, it converts directly as Key:Value structure.Answered | 2 Replies | 8605 Views | Created by Hibrise Technologies_0 - Thursday, January 21, 2016 8:11 AM | Last reply by Grady_Dong - Friday, January 29, 2016 5:22 AM -
1 Votes
Web Api 2 - passing a class as URI parameters
Hi there, We've hit a weird problem with passing a complex class in web api 2.Answered | 1 Replies | 5105 Views | Created by Reece Williams - Thursday, November 21, 2013 12:55 PM | Last reply by Caillen - Friday, November 22, 2013 9:27 AM -
1 Votes
Passing Values to a Web API using SSIS
I think the issue I am having is because I need to pass the username and password while calling the api as well.Answered | 5 Replies | 2069 Views | Created by lilutchay - Tuesday, January 15, 2019 10:06 PM | Last reply by lilutchay - Wednesday, January 23, 2019 7:02 PM -
1 Votes
How to pass an Object to a Method designed by somebody else?
If you copy the complex object ( or anything really ) onto the clipboard then why can't your method just grab whatever you have in the clipboard?Answered | 2 Replies | 545 Views | Created by Travis Banger - Sunday, December 7, 2014 5:52 AM | Last reply by Andy ONeill - Sunday, December 7, 2014 10:51 AM -
0 Votes
How to pass MailItem object in MimeToMAAPI API
At this moment it seems, I was initially removing some attachment and then passing object to MimeConverter.Answered | 15 Replies | 936 Views | Created by Devendra Tewari - Sunday, July 30, 2017 3:46 AM | Last reply by Devendra Tewari - Wednesday, August 2, 2017 4:27 AM -
4 Votes
How to pass an instance of a class (an object) to a method by value and not by reference?
Servy, I was just looking for a way that I can use to pass objects to a method by value.Answered | 7 Replies | 4006 Views | Created by ddlyProgrammer - Monday, January 16, 2012 2:08 PM | Last reply by ddlyProgrammer - Thursday, January 19, 2012 12:35 PM -
0 Votes
How to return an object with methods in a web service?
This is an API you should implement and will instruct the client proxy to use the original type from some shared assembly and not generate its own type based on the wsdl.Answered | 1 Replies | 3756 Views | Created by AnilCa - Tuesday, December 16, 2008 8:37 AM | Last reply by Yaron Naveh - Tuesday, December 16, 2008 10:11 AM -
2 Votes
Passing and Object Type to a Method and crating an object of that type
Why not simply create a class factory which returns an interface to a window and its only argument is a string or type or whatever is being passed to let it know what to instantiate?Answered | 5 Replies | 2785 Views | Created by Alastair at Westcom - Wednesday, November 10, 2010 5:39 PM | Last reply by Alastair at Westcom - Wednesday, November 10, 2010 11:07 PM -
4 Votes
Combine several Method in C#
There are several classes derived from base class.Answered | 3 Replies | 417 Views | Created by Aleks Roth - Monday, April 30, 2018 1:55 PM | Last reply by Zhanglong Wu - Tuesday, May 1, 2018 5:23 AM -
2 Votes
How to pass dataset as argument to a method??
An object instance is a unique package of properties, methods and other class members.Answered | 4 Replies | 9473 Views | Created by Vamp10988 - Wednesday, August 17, 2011 4:38 PM | Last reply by Anthony Trudeau - Friday, August 19, 2011 1:21 PM -
0 Votes
Trying to understand the various methods of the Office Web API
Hi JimBassett, What do you mean by "Office Web API"?Answered | 1 Replies | 930 Views | Created by JimBassett - Friday, March 20, 2015 3:12 PM | Last reply by Edward8520 - Monday, March 23, 2015 8:18 AM -
5 Votes
Web Method that returns an object with properties that access the database.
I'd like to at least quantify how connection pooling could improve response time.Answered | 3 Replies | 610 Views | Created by quizjax - Thursday, March 31, 2016 7:40 PM | Last reply by DA924x - Friday, April 1, 2016 1:38 AM -
0 Votes
How to pass ampersand (&) in NavigationService.Navigate method
HI ravindra, You can use the suggestion from the Magnus which will work. but my suggestion is not to send the parameters through URl alone. send it as navigation parameters as an ...Answered | 2 Replies | 1169 Views | Created by Raindra Verma - Tuesday, March 10, 2015 12:59 PM | Last reply by Purushothama V S - Wednesday, March 11, 2015 2:05 AM -
1 Votes
Pass multiple values to method
Hi Friend, If I understand you correctly, you need to have parameters passed to a method in which the parameter count will be dynamic.Answered | 4 Replies | 1887 Views | Created by MDMoura - Saturday, October 13, 2012 12:04 AM | Last reply by Ajith R Nair - Saturday, October 13, 2012 7:42 AM -
0 Votes
attachment upload through Web API - httpResponsemessage
I pass the Web Api route, which returns an httpresponsemessage, as the URI parameter to the addFileAttachmentAsync ...Answered | 5 Replies | 1611 Views | Created by Milton BC - Thursday, July 30, 2015 10:16 PM | Last reply by Edward8520 - Tuesday, August 4, 2015 5:35 AM -
0 Votes
How to pass parameter to COM object
The returned Hbitmap object is null and GetLastError() returns 0.Answered | 9 Replies | 3377 Views | Created by Ak-shokri - Tuesday, August 12, 2008 9:07 AM | Last reply by Neil Tippett - Thursday, August 14, 2008 11:47 AM -
0 Votes
passing an array to a method
It should be pointed out to you that 1stNameOfListBox is not a valid object name.Answered | 4 Replies | 2711 Views | Created by RukaSpirit - Monday, June 14, 2010 12:26 AM | Last reply by Family Tree Mike - Monday, June 14, 2010 2:26 AM - Items 1 to 20 of 3118469 Next ›
No announcements