Hi,
Is there a list somewhere on common Attributes which are used in objects like Serializable?
Thanks
Edit ~ The reason I asked is that I came across an StoredProcedure attribute in ntiers ORMS.
|
1
|
Hi,
Is there a list somewhere on common Attributes which are used in objects like Thanks Edit ~ The reason I asked is that I came across an StoredProcedure attribute in ntiers ORMS.
|
|||
|
|
|
|
Yes, here (scroll to the bottom under the code examples) http://msdn.microsoft.com/en-us/library/system.attribute.aspx |
||||||
|
|
|
You can use Reflector to browse the |
||
|
|
|
|
Additionally, you can create your own attributes. If you are searching through someone else's code, it's easy to get confused when they create their own. |
||
|
|
|
|
You may not find what you're looking for because it's possible that you're looking at a custom attribute. |
||
|
|
|
|
I'm not aware of a complete list of Attributes, but a search for Attribute in MSDN can yield interesting results. I have tended to browse namespaces for interesting attribute types and then go look them up to see what I might use them for. Not the most efficient approach, I know. The MSDN entry for System.Attribute has a list at the bottom. |
||
|
|
|
|
Here is a list, but it's not complete. There are over 200 attributes. |
||
|