Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding Properties to an object at run time
Message
From
03/02/2011 13:08:22
 
 
To
All
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
Adding Properties to an object at run time
Environment versions
Environment:
C# 3.0
Miscellaneous
Thread ID:
01498603
Message ID:
01498603
Views:
105
Hi,

I have an EntityList with the following "fields" App_item, App_Type and App_Value.

It contains things like:

"PremiumReminderDays", "I", "10"
"LapseDays", "I", "5"
"CompanyName", "C", "Samaan Systems Ltd."

I have an AppInfo object that I want to add properties to from this list so I end up with properties like this:

AppInfo.PremiumReminderDays = 10
AppInfo.LapseDays = 10
AppInfo.CompanyName = "Samaan Systems Ltd."

How do I do this in C#?
Frank.

Frank Cazabon
Samaan Systems Ltd.
www.samaansystems.com
Next
Reply
Map
View

Click here to load this message in the networking platform