GetDocumentation Method
WCF Data Services 5.0
Gets documentation for a specified element.
Namespace: Microsoft.Data.Edm
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
public static IEdmDocumentation GetDocumentation( this IEdmModel model, IEdmElement element )
Parameters
- model
- Type: Microsoft.Data.Edm..::..IEdmModel
The model containing the documentation.
- element
- Type: Microsoft.Data.Edm..::..IEdmElement
The element.
Return Value
Type: Microsoft.Data.Edm..::..IEdmDocumentationThe documentation that exists on the element. Otherwise, null.