IEdmDocumentation Interface
Represents an EDM documentation.
Namespace: Microsoft.Data.Edm
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Interface IEdmDocumentation
'Usage
Dim instance As IEdmDocumentation
public interface IEdmDocumentation
public interface class IEdmDocumentation
type IEdmDocumentation = interface end
public interface IEdmDocumentation
The IEdmDocumentation type exposes the following members.
Properties
Name | Description | |
---|---|---|
Description | Gets a long description of this documentation. | |
Summary | Gets a summary of this documentation. |
Top