No announcements
Found 1645125 threads
-
0 Votes
ePMTDAO does not implement interface member 'IWCFService1.InsertUserRequestForm(RequestOrder)'.
interface IWCFService1 { void InsertUserRequestForm(RequestOrder req); ... } public class ...Unanswered | 1 Replies | 68 Views | Created by Anonymous - Friday, January 27, 2017 1:44 AM | Last reply by Anonymous - Sunday, January 29, 2017 2:38 PM -
0 Votes
does not implement interface member 'System.Collections.IEnumerable.GetEnumerator()'.
I found that if you right click on IEnumerable<T> there is an option to implement the interface.Answered | 4 Replies | 6108 Views | Created by Bob Johnston - Tuesday, July 8, 2014 11:24 PM | Last reply by Bob Johnston - Sunday, July 13, 2014 11:19 PM -
0 Votes
Converter does not implement interface member IValueConverter
The best way to avoid such issues is to right click on the name of the interface in Visual Studio and select "Implement Interface".Answered | 6 Replies | 1543 Views | Created by Vincent Gio - Tuesday, October 21, 2014 6:46 PM | Last reply by Vincent Gio - Wednesday, October 22, 2014 1:13 PM -
1 Votes
'Converter' does not implement interface member System.Windows.Data.IValueConverter.Convert
Hi , I got this error when I try to run my application: 'InsightSplash.theMenuConverter' does not implement ...Answered | 2 Replies | 1191 Views | Created by Hudhud Ahmed - Wednesday, May 15, 2013 9:31 PM | Last reply by Hudhud Ahmed - Wednesday, May 15, 2013 9:42 PM -
0 Votes
How would i make these sequence numbers work?
What exactly does it do?Answered | 5 Replies | 749 Views | Created by MrKyleMann175 - Friday, June 2, 2017 3:42 PM | Last reply by Johns-305 - Monday, June 5, 2017 8:23 PM -
1 Votes
Static Implementation of Interface Method
Interfaces are used define implementation of class members of instance objects.Answered | 11 Replies | 10266 Views | Created by SaurabhMishra - Wednesday, April 29, 2009 6:18 AM | Last reply by Rudedog2 - Thursday, April 30, 2009 4:05 PM -
1 Votes
interface not implemented
The CSVFileLoader class in your sample implements a GetFile method.Answered | 3 Replies | 1821 Views | Created by zydjohn - Monday, August 13, 2012 6:01 PM | Last reply by Louis.fr - Tuesday, August 14, 2012 7:31 AM -
0 Votes
Using statement gives error on implementation class if Interface does not implement IDisposable
In my case I have an interface that is implemented by several classes.Answered | 5 Replies | 1861 Views | Created by Trinakriae - Monday, January 7, 2013 9:46 AM | Last reply by Patrice Scribe - Monday, January 7, 2013 12:58 PM -
2 Votes
Implementing an Interface
For ".Create" -string does not contain a definition for "Create".Answered | 10 Replies | 709 Views | Created by Jason566 - Thursday, October 29, 2015 6:54 PM | Last reply by Jason566 - Friday, October 30, 2015 1:25 PM -
0 Votes
Question on class and interface implementation
you have to create an instance of a class implementing the interface.Answered | 10 Replies | 3676 Views | Created by Captain Mike - Tuesday, September 21, 2010 1:43 AM | Last reply by davewilk - Wednesday, September 22, 2010 2:23 PM -
1 Votes
Implements a public interface into a class
If so, please mark the appropriate post as answer so other community members with a similar problem can find help faster.Answered | 8 Replies | 1816 Views | Created by NeonGenesis - Tuesday, March 20, 2012 4:03 PM | Last reply by Horizon_Net - Tuesday, March 27, 2012 8:31 AM -
0 Votes
Proves on dynamically implementing C# interfaces
To have a dynamically generated class implement an interface, you need to call AddInterfaceImplementation.Answered | 5 Replies | 2485 Views | Created by Eric Javier Hernandez Saura - Wednesday, September 19, 2012 2:48 PM | Last reply by Louis.fr - Thursday, September 20, 2012 9:47 AM -
0 Votes
Constraint.LinkedList<K,T>' does not implement interface member 'System.Collections.IEnumerable.GetEnumerator()'.
Hi, The nongeneric IEnumerator is required when implementing generic IEnumerable.Answered | 3 Replies | 4452 Views | Created by cutedevil - Sunday, November 8, 2009 10:05 AM | Last reply by Harry Zhu - Friday, November 13, 2009 7:30 AM -
1 Votes
Interface Implementation (Class property implementing, is internal)
Hello, What is the reason for implementing this interface ?Answered | 7 Replies | 1823 Views | Created by Phenomin - Wednesday, December 28, 2011 5:29 PM | Last reply by Phenomin - Wednesday, December 28, 2011 9:40 PM -
0 Votes
Implementing interfaces
In your interfaces, you define the properties (like compassPrice, for example) that start with lower case.Answered | 1 Replies | 514 Views | Created by AviatorV2 - Wednesday, May 18, 2016 8:05 PM | Last reply by Phillip Marino - Wednesday, May 18, 2016 9:29 PM -
0 Votes
Interface implementation with Contracts
You will have to create an interface contract, i.e., create a class to hold the contracts for the interface, link that class with the interface via the two attributes and ...Answered | 2 Replies | 6844 Views | Created by ejstembler - Monday, March 2, 2009 10:02 PM | Last reply by Iman.Saleh - Wednesday, July 6, 2011 5:41 PM -
1 Votes
implementing clashing interfaces
heys cool, is it exactly the same thing as having a private method implementing an interface in vb?Answered | 7 Replies | 2849 Views | Created by Pacerier - Monday, January 10, 2011 4:32 PM | Last reply by Pacerier - Wednesday, January 12, 2011 3:11 AM -
2 Votes
Can i implement Interface method as virtual?
Yes you can implement interface methods as virtual based on the code given by you only when Implement Interface and not by Implement ...Answered | 6 Replies | 1859 Views | Created by lax4u - Tuesday, April 10, 2012 9:41 PM | Last reply by GrtSanGo - Thursday, April 12, 2012 10:08 AM -
0 Votes
abstract class needs to implement interface
Think interface contract.Answered | 6 Replies | 3136 Views | Created by Michał Januszczyk - Wednesday, March 11, 2009 6:27 PM | Last reply by Rudedog2 - Wednesday, March 11, 2009 11:54 PM -
0 Votes
Implementing an interface without code duplication
Could C4 inherit the interfaces and contain (private) members of the other classes?Answered | 6 Replies | 1440 Views | Created by Guido R - Friday, September 21, 2012 8:14 PM | Last reply by Guido R - Saturday, September 22, 2012 11:57 AM - Items 1 to 20 of 1645125 Next ›
No announcements