PC Review


Reply
Thread Tools Rate Thread

class attribute list

 
 
refl
Guest
Posts: n/a
 
      30th Apr 2009
hi all:
where can I find a list of all named attributes available for c# classes.
need to find all the attribute's name list.
thanks
 
Reply With Quote
 
 
 
 
Arto Viitanen
Guest
Posts: n/a
 
      30th Apr 2009
refl kirjoitti:
> hi all:
> where can I find a list of all named attributes available for c# classes.
> need to find all the attribute's name list.
> thanks


Check http://msdn.microsoft.com/en-us/library/aa288454(VS.71).aspx .

--
Arto Viitanen
 
Reply With Quote
 
Larry Smith
Guest
Posts: n/a
 
      30th Apr 2009
> hi all:
> where can I find a list of all named attributes available for c# classes.
> need to find all the attribute's name list.
> thanks


Search for "Inheritance hierarchy" here:

http://msdn.microsoft.com/en-us/libr...attribute.aspx


 
Reply With Quote
 
Ignacio Machin ( .NET/ C# MVP )
Guest
Posts: n/a
 
      30th Apr 2009
On Apr 29, 11:36*pm, refl <r...@discussions.microsoft.com> wrote:
> hi all:
> where can I find a list of all named attributes available for c# classes.
> need to find all the attribute's name list.
> thanks


Out of curiosity, why you need to know that?
 
Reply With Quote
 
refl
Guest
Posts: n/a
 
      1st May 2009
Boss Request...just kidding.

want to know the ones already done and what they do.






"Ignacio Machin ( .NET/ C# MVP )" wrote:

> On Apr 29, 11:36 pm, refl <r...@discussions.microsoft.com> wrote:
> > hi all:
> > where can I find a list of all named attributes available for c# classes.
> > need to find all the attribute's name list.
> > thanks

>
> Out of curiosity, why you need to know that?
>

 
Reply With Quote
 
refl
Guest
Posts: n/a
 
      1st May 2009
dont see the list

"Arto Viitanen" wrote:

> refl kirjoitti:
> > hi all:
> > where can I find a list of all named attributes available for c# classes.
> > need to find all the attribute's name list.
> > thanks

>
> Check http://msdn.microsoft.com/en-us/library/aa288454(VS.71).aspx .
>
> --
> Arto Viitanen
>

 
Reply With Quote
 
Arne Vajhøj
Guest
Posts: n/a
 
      2nd May 2009
refl wrote:
> where can I find a list of all named attributes available for c# classes.
> need to find all the attribute's name list.


There are no list.

Anyone can write their own.

You can find all supplied standard by .NET framework by
following Larry's link.

Arne
 
Reply With Quote
 
refl
Guest
Posts: n/a
 
      4th May 2009
thank you Larry. helps

"Larry Smith" wrote:

> > hi all:
> > where can I find a list of all named attributes available for c# classes.
> > need to find all the attribute's name list.
> > thanks

>
> Search for "Inheritance hierarchy" here:
>
> http://msdn.microsoft.com/en-us/libr...attribute.aspx
>
>
>

 
Reply With Quote
 
refl
Guest
Posts: n/a
 
      4th May 2009
thanks Arne and all of you.

"Arne Vajhøj" wrote:

> refl wrote:
> > where can I find a list of all named attributes available for c# classes.
> > need to find all the attribute's name list.

>
> There are no list.
>
> Anyone can write their own.
>
> You can find all supplied standard by .NET framework by
> following Larry's link.
>
> Arne
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Apply Class Attribute to OVC microsoft Microsoft Outlook 0 9th Apr 2010 04:35 PM
Customize DataContractSerializer to use class name as tag nameinstead of base class name + type attribute Achim Domma Microsoft C# .NET 1 14th Aug 2008 09:19 AM
Make sure that the class defined in this code file matches the 'inherits' attribute, and that it extends the correct base class (e.g. Page or UserControl). murl Microsoft ASP .NET 0 27th Mar 2007 10:30 PM
Question about the word Attribute in attribute class names KJ Microsoft C# .NET 2 15th Sep 2006 06:02 PM
Base class property Attribute not applied to derived class propert =?Utf-8?B?RGF2aWQgTA==?= Microsoft Dot NET Framework 0 9th Mar 2005 08:53 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:16 AM.