mausch / OpenX.Net

.Net bindings for OpenX v2 API
http://bugsquash.blogspot.com/2009/08/openx-api-bindings-for-net.html
Other
10 stars 6 forks source link

Map enums #5

Open mausch opened 15 years ago

mausch commented 15 years ago

XML-RPC.net doesn't seem to handle enums... see 522b4b7bd80d5008a0aaf7a13051d7ca99d9c0a6

Hack a cast to int in XML-RPC.net and see if it works.

If it works, revert the commit I mentioned above and map other enums (e.g. Campaign.RevenueType)