C# Class TestService, extensions

Inheritance: System.Web.Services.WebService
Datei anzeigen Open project: netfx/extensions Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
TestService ( ) : System
TestService ( System.Guid id ) : System

Private Methods

Method Description
All ( ) : IQueryable
Create ( Product, product ) : HttpResponseMessage,
CreateOrUpdate ( int id, Product, product ) : HttpResponseMessage,
Delete ( int id ) : HttpResponseMessage,
Echo ( string id ) : string
Get ( int id ) : HttpResponseMessage,
Get ( int id ) : Product,
GetLatest ( ) : HttpResponseMessage,
Ping ( ) : string
Query ( ) : IQueryable
Query ( string search = null ) : IQueryable

Method Details

Dispose() public method

public Dispose ( ) : void
return void

TestService() public method

public TestService ( ) : System
return System

TestService() public method

public TestService ( System.Guid id ) : System
id System.Guid
return System