Method | Description | |
---|---|---|
GetDocumentation ( HttpActionDescriptor actionDescriptor ) : string | ||
GetDocumentation ( HttpControllerDescriptor controllerDescriptor ) : string | ||
GetDocumentation ( HttpParameterDescriptor parameterDescriptor ) : string | ||
GetDocumentation ( MemberInfo member ) : string | ||
GetDocumentation ( Type type ) : string | ||
GetResponseDocumentation ( HttpActionDescriptor actionDescriptor ) : string | ||
XmlDocumentationProvider ( string documentPath ) : System |
Initializes a new instance of the XmlDocumentationProvider class.
|
Method | Description | |
---|---|---|
GetMemberName ( MethodInfo method ) : string | ||
GetMethodNode ( HttpActionDescriptor actionDescriptor ) : XPathNavigator | ||
GetTagValue ( XPathNavigator parentNode, string tagName ) : string | ||
GetTypeName ( Type type ) : string | ||
GetTypeNode ( Type type ) : XPathNavigator |
public GetDocumentation ( HttpActionDescriptor actionDescriptor ) : string | ||
actionDescriptor | HttpActionDescriptor | |
return | string |
public GetDocumentation ( HttpControllerDescriptor controllerDescriptor ) : string | ||
controllerDescriptor | HttpControllerDescriptor | |
return | string |
public GetDocumentation ( HttpParameterDescriptor parameterDescriptor ) : string | ||
parameterDescriptor | HttpParameterDescriptor | |
return | string |
public GetDocumentation ( MemberInfo member ) : string | ||
member | MemberInfo | |
return | string |
public GetDocumentation ( Type type ) : string | ||
type | Type | |
return | string |
public GetResponseDocumentation ( HttpActionDescriptor actionDescriptor ) : string | ||
actionDescriptor | HttpActionDescriptor | |
return | string |
public XmlDocumentationProvider ( string documentPath ) : System | ||
documentPath | string | The physical path to XML document. |
return | System |