EdmDocumentation Class
Represents an EDM documentation.
Inheritance Hierarchy
System.Object
Microsoft.Data.Edm.Library.EdmDocumentation
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Class EdmDocumentation _
Implements IEdmDocumentation
'Usage
Dim instance As EdmDocumentation
public class EdmDocumentation : IEdmDocumentation
public ref class EdmDocumentation : IEdmDocumentation
type EdmDocumentation =
class
interface IEdmDocumentation
end
public class EdmDocumentation implements IEdmDocumentation
The EdmDocumentation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EdmDocumentation | Creates a new instance of the EdmDocumentation class. |
Top
Properties
Name | Description | |
---|---|---|
Description | Gets documentation. | |
Summary | Gets or sets a summary of this documentation. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.