Ncode Posted February 28, 2003 Posted February 28, 2003 is attributs are imortant for making programs ? can someone give an useful exemple for this ? Quote
*Gurus* divil Posted February 28, 2003 *Gurus* Posted February 28, 2003 To find out more about attributes in .NET, consult the documentation. There is lots of information there. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
bpayne111 Posted March 1, 2003 Posted March 1, 2003 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 Quote i'm not lazy i'm just resting before i get tired.
*Experts* Merrion Posted March 1, 2003 *Experts* Posted March 1, 2003 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. Quote Printer Monitor for .NET? - see Merrion Computing Ltd for details
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.