XmlDocumentationProvider Class
A custom IDocumentationProvider that reads the API documentation from XML documentation files located in the application area.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
| Name | Description | |
|---|---|---|
![]() | XmlDocumentationProvider(ApiServices) | Initializes a new instance of the XmlDocumentationProvider class. |
| Name | Description | |
|---|---|---|
![]() | EnumerateDocFiles(String) | |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetDocumentation(HttpActionDescriptor) | Gets the controller action documentation based on an HttpActionDescriptor. |
![]() | GetDocumentation(HttpControllerDescriptor) | Gets the controller documentation based on an HttpControllerDescriptor. |
![]() | GetDocumentation(HttpParameterDescriptor) | Gets the action parameter documentation based on an HttpParameterDescriptor. |
![]() | GetDocumentNavigators(ApiServices) | Gets the bin directory for the application and enumerates XML documentation files. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetMethodNodeDocumentation(MethodInfo, String) | |
![]() | GetResponseDocumentation(HttpActionDescriptor) | Gets the action response documentation based on an HttpActionDescriptor. |
![]() | GetTagValue(XPathNavigator, String) | |
![]() | GetType() | (Inherited from Object.) |
![]() | GetTypeNodeDocumentation(Type, String) | |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SelectNode(String) | |
![]() | ToString() | (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.

