Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Yes, there is an overload to accept the field name as a string. The overload to accept the parameter as an enum (which is defined within the partial class of the business object) just .ToString()s the enum value and calls the other overload. So, you can certainly make it dynamic, and also add broken rules for custom properties that do not have a value in the enum.
|