473,395 Members | 1,936 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

How to implement a big interface

Hi all.

I need implement a interface in my new dll project. The problem is the
interface class have so much methods, properties and events, and seems that
i need implement that manually.

There are some way to get that inteface automatically in C#, like VB.NET do?

Thx.

[]s
Cesar
Nov 17 '05 #1
6 2721
A tool named Resharper (add-in for VS.NET) can do this for you. Writing
public class Foo : IBar

and pressing alt + enter gives you option to implement interface members
automatically.
You can get resharper here: http://www.jetbrains.com/resharper/download/
"Ronchese" <ro******@smlinfo.com.br> wrote in message
news:%2***************@TK2MSFTNGP12.phx.gbl...
Hi all.

I need implement a interface in my new dll project. The problem is the
interface class have so much methods, properties and events, and seems that i need implement that manually.

There are some way to get that inteface automatically in C#, like VB.NET do?
Thx.

[]s
Cesar


Nov 17 '05 #2
A tool named Resharper (add-in for VS.NET) can do this for you. Writing
public class Foo : IBar

and pressing alt + enter gives you option to implement interface members
automatically.
You can get resharper here: http://www.jetbrains.com/resharper/download/
"Ronchese" <ro******@smlinfo.com.br> wrote in message
news:%2***************@TK2MSFTNGP12.phx.gbl...
Hi all.

I need implement a interface in my new dll project. The problem is the
interface class have so much methods, properties and events, and seems that i need implement that manually.

There are some way to get that inteface automatically in C#, like VB.NET do?
Thx.

[]s
Cesar


Nov 17 '05 #3
On Sat, 26 Mar 2005 10:18:56 -0300, Ronchese wrote:
Hi all.

I need implement a interface in my new dll project. The problem is the
interface class have so much methods, properties and events, and seems that
i need implement that manually.

There are some way to get that inteface automatically in C#, like VB.NET do?


VS.NET with C# does this for you. Create your interface and your class.
When you add the implementation to your class for your interface, press tab
after typing the interface name and VS.NET will create a stub for all of
the interface members.
--
Tom Porterfield
Nov 17 '05 #4
On Sat, 26 Mar 2005 10:18:56 -0300, Ronchese wrote:
Hi all.

I need implement a interface in my new dll project. The problem is the
interface class have so much methods, properties and events, and seems that
i need implement that manually.

There are some way to get that inteface automatically in C#, like VB.NET do?


VS.NET with C# does this for you. Create your interface and your class.
When you add the implementation to your class for your interface, press tab
after typing the interface name and VS.NET will create a stub for all of
the interface members.
--
Tom Porterfield
Nov 17 '05 #5
Cool! Tab is the trick. I was pressing the Enter key like crazy. :PP

Thx all.

"Tom Porterfield" <tp******@mvps.org> escreveu na mensagem
news:19****************@tpportermvps.org...
On Sat, 26 Mar 2005 10:18:56 -0300, Ronchese wrote:
Hi all.

I need implement a interface in my new dll project. The problem is the
interface class have so much methods, properties and events, and seems that i need implement that manually.

There are some way to get that inteface automatically in C#, like VB.NET

do?

VS.NET with C# does this for you. Create your interface and your class.
When you add the implementation to your class for your interface, press tab
after typing the interface name and VS.NET will create a stub for all of
the interface members.
--
Tom Porterfield
Nov 17 '05 #6
Cool! Tab is the trick. I was pressing the Enter key like crazy. :PP

Thx all.

"Tom Porterfield" <tp******@mvps.org> escreveu na mensagem
news:19****************@tpportermvps.org...
On Sat, 26 Mar 2005 10:18:56 -0300, Ronchese wrote:
Hi all.

I need implement a interface in my new dll project. The problem is the
interface class have so much methods, properties and events, and seems that i need implement that manually.

There are some way to get that inteface automatically in C#, like VB.NET

do?

VS.NET with C# does this for you. Create your interface and your class.
When you add the implementation to your class for your interface, press tab
after typing the interface name and VS.NET will create a stub for all of
the interface members.
--
Tom Porterfield
Nov 17 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Peter | last post by:
I want to copy a parent class instance's all datas to a child's. It's actually a C++'s copy constructor. But why the following code does not work - there is a compile error! How it should look...
2
by: Derrick | last post by:
Is there an implement interface wizard is C#/Visual Studio? And, I have an interface, with many implentations, want to provide a Web Service implementation. What would be the standard practice? ...
3
by: Brett Hall | last post by:
I have a VB.NET interface that my managed C++ code is to implement. I seem to be stuck implementing an event defined in that interface. Does anyone have a simple code snippet that will show me...
2
by: Dave | last post by:
I'm trying to extend the System.IAsynchResult so I created a class as follows: public class MyAsynchResult : System.IAsyncResult { ..... } But get: ...
14
by: Jim | last post by:
I am using VB.Net 2.0 and I am completely new to the concept of implementing interfaces. Can anyone explain "implementing interfaces" to me and perhaps give me an example of implementing an...
7
by: moondaddy | last post by:
If I'm in a class that inherits an interface, is there a shortcut key that will write the implementation of the interface into the class? I remember seeing something like this in vb.net. ...
52
by: Ben Voigt [C++ MVP] | last post by:
I get C:\Programming\LTM\devtools\UselessJunkForDissassembly\Class1.cs(360,27): error CS0535: 'UselessJunkForDissassembly.InvocableInternals' does not implement interface member...
4
by: =?Utf-8?B?QmFqaS4=?= | last post by:
Hi, Can somebody suggest me, how can I implement a vc++ interface in C#.net. This interface has method CallMe( ) which is used as a CallBack from my main application. Thanks, Baji.
5
by: Tony Johansson | last post by:
Hello! Assume you have the following interface and classes shown below. It is said that a class must implement all the methods in the interface it inherits. Below we have class MyDerivedClass...
3
by: =?Utf-8?B?Sm9uIEU=?= | last post by:
I have an interface class with maybe eight functions, defined in one workspace and am defining a class in a second workspace that derives from this interface. Unfortunately only 7 of the 8...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.