XmlDocumentationProvider Class

 

A custom IDocumentationProvider that reads the API documentation from XML documentation files located in the application area.

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

System.Object
  Microsoft.WindowsAzure.Mobile.Service.Description.XmlDocumentationProvider

Public Class XmlDocumentationProvider

NameDescription
System_CAPS_pubmethodXmlDocumentationProvider(ApiServices)

Initializes a new instance of the XmlDocumentationProvider class.

NameDescription
System_CAPS_protmethodEnumerateDocFiles(String)

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetDocumentation(HttpActionDescriptor)

Gets the controller action documentation based on an HttpActionDescriptor.

System_CAPS_pubmethodGetDocumentation(HttpControllerDescriptor)

Gets the controller documentation based on an HttpControllerDescriptor.

System_CAPS_pubmethodGetDocumentation(HttpParameterDescriptor)

Gets the action parameter documentation based on an HttpParameterDescriptor.

System_CAPS_protmethodGetDocumentNavigators(ApiServices)

Gets the bin directory for the application and enumerates XML documentation files.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_protmethodGetMethodNodeDocumentation(MethodInfo, String)

System_CAPS_pubmethodGetResponseDocumentation(HttpActionDescriptor)

Gets the action response documentation based on an HttpActionDescriptor.

System_CAPS_protmethodGetTagValue(XPathNavigator, String)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodGetTypeNodeDocumentation(Type, String)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodSelectNode(String)

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: