补充部分官方文档里没有的Client Library以及代码提示Schema更新(三)
生活随笔
收集整理的這篇文章主要介紹了
补充部分官方文档里没有的Client Library以及代码提示Schema更新(三)
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
配合《深入Atlas系列:Web Sevices Access in Atlas(4) - 特別的訪問方式》,補充了對于<serviceMethod />的提示Schema。
請點擊這里下載,所有的下載鏈接均已更新。使用方式可以見我前一篇文章《為VS.NET 2005增加Atlas Scripts的代碼提示功能》,那里的Schema下載也以更新。
以下是我寫的Client Library,希望對大家有所幫助。
ServiceMethodRequest?Class
A component designed for invoking Web Services method and retrieving the result.
Syntax
Javascript
new Sys.Net.ServiceMethodRequest();
Declarative
<serviceMethod
??? aborted="event?handler"
??? appUrl="the url of the web application"
??? completed="event?handler"
????dataContext="source?for?data?binding?operations"
??? error="event?handler"
????id="identifier?for?looking?up?the?component?by?name"
??? methodName="the name of the web services method"
??? priority="the priority of the request"
??? propertyChanged="event?handler"
??? timeout="event?handler"
??? timeoutInterval="the time to wait before failing the request"
??? url="the url of the web services"
>
????<aborted>
????????<!--?actions?-->
????</aborted>
????<bindings>
????????<!--?bindings?-->
????</bindings>
????<completed>
????????<!--?actions?-->
????</completed>
????<error>
????????<!--?actions?-->
????</error>
??? <parameters prop1="value1" prop2="value2" ...?/>
????<propertyChanged>
????????<!--?actions?-->
????</propertyChanged>
????<timeout>
????????<!--?actions?-->
????</timeout>
</serviceMethod>
Script components:??required
Inherits:??Sys.Component
請點擊這里下載,所有的下載鏈接均已更新。使用方式可以見我前一篇文章《為VS.NET 2005增加Atlas Scripts的代碼提示功能》,那里的Schema下載也以更新。
以下是我寫的Client Library,希望對大家有所幫助。
ServiceMethodRequest?Class
A component designed for invoking Web Services method and retrieving the result.
Syntax
Javascript
new Sys.Net.ServiceMethodRequest();
Declarative
<serviceMethod
??? aborted="event?handler"
??? appUrl="the url of the web application"
??? completed="event?handler"
????dataContext="source?for?data?binding?operations"
??? error="event?handler"
????id="identifier?for?looking?up?the?component?by?name"
??? methodName="the name of the web services method"
??? priority="the priority of the request"
??? propertyChanged="event?handler"
??? timeout="event?handler"
??? timeoutInterval="the time to wait before failing the request"
??? url="the url of the web services"
>
????<aborted>
????????<!--?actions?-->
????</aborted>
????<bindings>
????????<!--?bindings?-->
????</bindings>
????<completed>
????????<!--?actions?-->
????</completed>
????<error>
????????<!--?actions?-->
????</error>
??? <parameters prop1="value1" prop2="value2" ...?/>
????<propertyChanged>
????????<!--?actions?-->
????</propertyChanged>
????<timeout>
????????<!--?actions?-->
????</timeout>
</serviceMethod>
Script components:??required
Inherits:??Sys.Component
轉載于:https://www.cnblogs.com/JeffreyZhao/archive/2006/10/12/Additional_Client_Library_and_Update_Intelligence_Schema_3.html
總結
以上是生活随笔為你收集整理的补充部分官方文档里没有的Client Library以及代码提示Schema更新(三)的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 真好
- 下一篇: 概述SharePoint 2007