Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

depends on what kind of attributes you are talking about

File attributes are one thing (hidden, archive, readonly)

 

Attributes can also be considered the properties of an object but normally should be called properties for clarifaction. In a textbook your author may just prefer attributes over properites

 

Attributes could be metadata for an object ' you'll have to look that one up

 

Attributes can be used to display Categories and Descriptions for Properties in Custom User Controls and Components

 

hope that will clarify it a little

might have made it worse lol

i'm not lazy i'm just resting before i get tired.
  • *Experts*
Posted
You can also define your won new types of attributes by having a class that inherits from System.Attribute - we have custom attributes to track work done to allow billing the various departments for the work done.
Printer Monitor for .NET? - see Merrion Computing Ltd for details

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...