Click or drag to resize

RestService Methods

The RestService type exposes the following members.

Methods
  NameDescription
Public methodAddServiceBehavior
Adds a service behavior to this instance
Public methodAddServiceEndpoint(ServiceEndpoint)
Add a service endpoint
Public methodAddServiceEndpoint(Uri, Type, IEndpointBinding)
Registers the service behavior contractType at base Uri baseUri
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodStart
Start this service
Public methodStop
Public methodToString (Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodConvertTReturn
The purpose of this method is to convert object me to TReturn. Why? Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast so we have to copy.
(Defined by ExtensionMethods.)
Top
See Also