TemplateServiceProvider Class

 

Provides a default ITemplateServiceProvider which resolves template views using the registered IContentProvider.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Content
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

System.Object
  Microsoft.WindowsAzure.Mobile.Service.Content.TemplateServiceProvider

public class TemplateServiceProvider : ITemplateServiceProvider

NameDescription
System_CAPS_pubmethodTemplateServiceProvider(HttpConfiguration)

Initializes a new instance of the TemplateServiceProvider with a given config.

NameDescription
System_CAPS_protmethodCreateTemplateResolver(IContentProvider)

Create a new ITemplateService resolver delegate which is called by the TemplateService for resolving views.

System_CAPS_protmethodCreateTemplateService(HttpConfiguration)

Create a new ITemplateService using IContentProvider as the resolver and ApiTemplate<TModel> as the template base.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetTemplateService()

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: