<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Extending the Enum</title>
	<link>http://www.technoag.com/2005/10/25/extending-the-enum/</link>
	<description>code / architecture / technology</description>
	<pubDate>Tue, 06 Jan 2009 11:48:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: David Gardiner</title>
		<link>http://www.technoag.com/2005/10/25/extending-the-enum/#comment-12</link>
		<author>David Gardiner</author>
		<pubDate>Fri, 03 Feb 2006 04:48:24 +0000</pubDate>
		<guid>http://www.technoag.com/2005/10/25/extending-the-enum/#comment-12</guid>
		<description>I like your suggestion of a custom attribute to store the alternate representations of the enum values.

I've recently had a similar problem, and what I also made use of was the .NET TypeConverter class. I created a custom TypeConverter that I associated with my enum.

Currently, my type converter stores the alternate values internally, but I think i might change it to use attributes like you do.

-dave</description>
		<content:encoded><![CDATA[<p>I like your suggestion of a custom attribute to store the alternate representations of the enum values.</p>
<p>I&#8217;ve recently had a similar problem, and what I also made use of was the .NET TypeConverter class. I created a custom TypeConverter that I associated with my enum.</p>
<p>Currently, my type converter stores the alternate values internally, but I think i might change it to use attributes like you do.</p>
<p>-dave</p>
]]></content:encoded>
	</item>
</channel>
</rss>
