Welcome to EMC Consulting Blogs Sign in | Join | Help

Browse by Tags

All Tags » Visual Studio » WCF
  • Passing Enum values into WCF Service operations

    24/01/2012 - Have added an update at the bottom of this article today, as it turns out that for Simple Enumerations this is not required by the DataContractSerializer. In order to pass Enum values around to your WCF service operations, then you must put [ServiceKnownType(typeof(Enum))] attribute on the service interface contract, and also add ...
    Posted to Merrick Chaffer's Blog (Weblog) by merrick.chaffer on April 3, 2007
Powered by Community Server (Personal Edition), by Telligent Systems