c# - .NET Reflection Create Class Properties -
I am quite new to reflection and I would like to know, how to make an example of class if possible, , Set those qualities, then read them later, I do not have any code because I do not even know how to start it. C # or VB is OK
Edit: (to expand)
There is a dynamic form creator in my system One of my colleagues is required to Data accessible through the web service. My idea was to add the class (based on the form field) to the class (depending on the form field), set those properties (based on value input for those fields) then return the class in the web service.
In addition, the web service will be able to set the properties in the classroom and ultimately to make those changes in DB.
I know that this is not enough to just return through KISS and web service After generating the required XML it is being simplified and then to parse the returned XML to populate the database
My argument is that for the extended reason you suggest doing this, I Can I see value or reason for a dynamic class?
Comments
Post a Comment