473,659 Members | 2,920 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Modifying the attributes of a Property in a VB Class using CodeDom

Hi All ,

I am using the Code model for Generating the VB code on the Fly.
I am able to generate a new class with the Variables, Fields and Methods I want.

Now What I want is the facility to modify a Member's Details inside my already generated Class.

For Ex:

Protected m_OilProd As TimeSeriesDoubl ePublic Overridable Property OilProd() As TimeSeriesDoubl eGet Return m_OilProdEnd Get Set(ByVal Value As TimeSeriesDoubl e) m_OilProd = ValueEnd SetEnd Property Now I want to modify some of the attributes and replace in the same class and in the same file may be MyModule.vb .For Ex: I may want to rename the variable and generate the code as: Private m_OilRev As TimeSeriesDoubl ePublic Overridable Property OilProd() As TimeSeriesDoubl eGet Return m_OilRevEnd Get Set(ByVal Value As TimeSeriesDoubl e) m_OilRev = Value End SetEnd Property Are there any classes available in the CodeDom reference to search for the members of the class, find it and then modify the member as we like? With Regards,UVN PardhaSaradhi
~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~ ~~~~~~
E-Mail disclaimer:
This email and any files transmitted with it are confidential and intended solely for the use
of the individual or entity to whom they are addressed and do not constitute a commitment
by Inooga Solutions Pvt. Ltd. except where provided for in a written agreement between you
and the Company. If you are not the intended recipient of this message, please notify the
sender immediately.
~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~ ~~~~~~




Nov 16 '05 #1
0 1127

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

Similar topics

15
2488
by: Paul Paterson | last post by:
I am trying to find a way to mimic by-reference argument passing for immutables in Python. I need to do this because I am writing an automated VB to Python converter. Here's an example of the VB code: Sub Change(ByVal x, ByRef y) x = x+1 y = y+1 End Sub
1
1417
by: Hari | last post by:
Hello, I am quite new to C# and when reading over a couple of books discovered the presence of reflection and attributes. While, I do understand them a little, it would be great if I could know a little more about how they are actually used in commercial apps that devs are writing. Any pointers to articles/books/websites would be very helpful.
0
1069
by: Shawn A. Hall | last post by:
First, I apologize if this isn't the right group to post this question, but I didn't see a newsgroup specific to CodeDom so here I am. On to my question: I am trying to use CodeDom to generate Method, Property, and Member code, but ONLY that code. It appears as though the only way to generate code is through the CodeGenerator/CodeProvider, which you have to attach a namespace then a class to the namespace then your members to that...
4
414
by: Ananth | last post by:
I would like to know if we can enter properties (name-value pairs) dynamically into a property grid object using C#. Also is it possible to have the text in the property grid (within the indiidual sections) show up in different fonts(bold, italics etc). Ananth
4
1369
by: Wayne | last post by:
I need to add some attributes and look at existing attributes to a property. Not the private/public stuff, but rather something like: System.Xml.Serialization.XmlElementAttribute What should I look at for doing this? Thanks Wayne
3
3186
by: Mark R. Dawson | last post by:
Hi all, I am trying to get custom attributes from a property. I can do this if I pass in the name of the property i.e. "Name" to the reflection methods, but if I pass in set_Name which is what the set piece of the Name property gets compiled to, which I am getting from the stack trace, then the attributes are not returned. For example, Class Person has a property called "Name" which has a custom attribute decorating it. Inside the set...
2
3758
by: jamie | last post by:
Perhaps I'm using this wrong. When I use above an attribute I don't want serialized it ignores the attribute. It also ignores some other attributes. Have I done something wrong? Here's the serialization code public Form1()
3
2165
by: redefined.horizons | last post by:
I've been reading about Python Classes, and I'm a little confused about how Python stores the state of an object. I was hoping for some help. I realize that you can't create an empty place holder for a member variable of a Python object. It has to be given a value when defined, or set within a method. But what is the difference between an Attribute of a Class, a Descriptor in a Class, and a Property in a Class?
5
57838
by: Kimmo Laine | last post by:
Hi is there a way to change propertys attribute from the code? Let´s say that i have the following property in my class: public int Count } Is there a way to change the displayname, from my code, at runtime to "Number of bikes".
0
8335
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
8528
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8627
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7356
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6179
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4175
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4335
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2752
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1976
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.