TAILIEUCHUNG - ASP.NET AJAX Programmer’s Reference - Chapter 10

Type Description Extensions Khung cung cấp cho bạn hai cách để kiểm tra các siêu dữ liệu liên kết với một loại nhất định: phản xạ và TypeDescriptor. Kiểm tra siêu dữ liệu đóng một vai trò trung tâm trong khung . Ví dụ, kiểm tra siêu dữ liệu là một phần không thể tách rời của máy chủ điều khiển GridView, bản ghi dữ liệu từ nhiều nguồn dữ liệu khác nhau. Đó là một thực tế nổi tiếng rằng các loại khác nhau của các cửa hàng dữ liệu tiếp xúc với các loại khác nhau. | Type Description Extensions The Framework provides you with two ways to inspect the metadata associated with a given type reflection and TypeDescriptor. Metadata inspection plays a central role in the Framework. For example metadata inspection is an integral part of the server controls such as Gridview where data records come from many different data sources. It is a well-known fact that different types of data stores expose different types of data records. For example data records stored into or retrieved from a relational database via the layer normally are of type DataRow or DataRowView. Data records stored into or retrieved from an XML document via the .NET XML layer are of type XmlNode. If an server control such as GridView were to know about the actual type of the data records being retrieved or stored it would be tied to a particular type of data record and consequently a particular type of data store. For example if an server control were to directly interact with the DataRow or DataRowView objects returned from the layer it would not be able to interact with XmlNode objects returned from the .NET XML layer. In other words the server control would only be able to retrieve data from and store data into a relational database via the layer and would not be able to retrieve data from and store data into an XML document via the .NET XML layer. The metadata inspection capabilities of the .NET Framework allows a server control such as GridView to interact with the data records in generic fashion without knowing their actual types. This allows the same server control to retrieve and store any type of data records. The AJAX client-side framework introduces two metadata inspection facilities that emulate their .NET counterparts reflection and TypeDescriptor. Previous chapters covered the reflection capabilities of the AJAX client-side framework. This chapter discusses the AJAX .

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.