1
我想查看和修改通過changeInterceptor中的PUT動詞提交的信息。WCF數據服務和ChangeInterceptor
例如,我可能想要擦除在更新我的dataSource之前傳入的所有值。
或者我可以通過Java腳本調用數據服務,而不是傳遞對象上的所有當前屬性,而不是完成服務器上的值。
洙......
OnChangeMyObject<MyObject,Update...>{
if(UpdateOperations == UpdateOperations.change){
MyObject == the object to be updated but not the object passed in from the
caller. How can I access the object from the caller?
}
}
有趣的感謝。抱歉遲了迴應。 – LDAdams 2011-05-27 13:50:36