Attribute in. Net

Source: Internet
Author: User

. Net has Attribute and Property, and Chinese translation is an Attribute, but they are very different. Attribute is often called a feature to distinguish.

 

Role of Attribute:

Attribute is similar to a label, and can be labeled for classes, methods, struct, attributes, and delegation. In the future, different labels are processed according to different labels.

 

Attribute features

1. Attribute is also a class

2. Attribute classes are instantiated during compilation, rather than being instantiated at runtime as a normal class.

 

An actual example is to control the behavior of the class through Attribute.

 

Defines a BlockAttribute. the specified range is a class, and the constructor is an enumeration type. The values are Yes and No.



 

Define some behavior classes that have the Say method to express what you want to Say.

To control what they say, you can add BlockAttribute tags to these classes to differentiate them.

Then, it controls channels, such as media and networks, to filter and filter.

 

Code: AttributeDemo.zip http://www.bkjia.com/uploadfile/2012/0320/20120320084204793.zip
 

 

JustRun1983
JustRun from JustRun1983
 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.