posted @ 2012-02-21 21:15 如是如是 阅读(146) 评论(0) 推荐(0)
posted @ 2012-02-21 21:13 如是如是 阅读(166) 评论(0) 推荐(0)
|
|||
|
摘要:
namespace RestExample.Model{#if SILVERLIGHT using System.ComponentModel; public class Customer : INotifyPropertyChanged #else public class Customer #en... 阅读全文
posted @ 2012-02-21 21:13 如是如是 阅读(166) 评论(0) 推荐(0)
摘要:
using System.Windows;using System.Windows.Controls;using RestClient.ViewModels;namespace RestClient{ public partial class MainPage : UserControl { MainViewModel _vm; public MainPa... 阅读全文
posted @ 2012-02-21 21:09 如是如是 阅读(148) 评论(0) 推荐(0)
摘要:
using System.ComponentModel;using RestExample.Model;using System.Collections.ObjectModel;using System;using System.Net;using System.Diagnostics;using System.Xml;using System.Xml.Linq;using System.Linq... 阅读全文
posted @ 2012-02-21 21:07 如是如是 阅读(213) 评论(0) 推荐(0)
摘要:
using System.Collections.Generic;using System.ServiceModel;using System.ServiceModel.Web;using RestExample.Model;using RestExample.Web.Resources;namespace RestExample.Web.Api{ [ServiceContract] ... 阅读全文
posted @ 2012-02-21 21:05 如是如是 阅读(139) 评论(0) 推荐(0)
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using System.Web.Routing;using RestExample.Web.Api;using Microsoft.ApplicationServer.Http;namespa... 阅读全文
posted @ 2012-02-21 21:02 如是如是 阅读(268) 评论(0) 推荐(0)
摘要:
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]The configuration class for Http Services Inheritance HierarchySystem..... 阅读全文
posted @ 2012-02-21 20:58 如是如是 阅读(438) 评论(0) 推荐(0)
摘要:
RouteCollectionExtensions..::..MapServiceRoute<(Of <(<'TService>)>)> Method RouteCollectionExtensions Class See Also Send Feedback [This documentation is for preview only, and is subject to c... 阅读全文
posted @ 2012-02-21 20:56 如是如是 阅读(334) 评论(0) 推荐(0)
摘要:
Import与Export 神奇之处?输出:[Export] public Action<Func<int,int,int>> ExecuteCommandExport { get { return ExecuteCommand; } }public void ExecuteCommand(Func<int, int, int> comman... 阅读全文
posted @ 2011-12-18 11:18 如是如是 阅读(204) 评论(0) 推荐(0) |
|||