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
Public method EdmDocumentation Creates a new instance of the EdmDocumentation class.

Top

Properties

  Name Description
Public property Description Gets documentation.
Public property Summary Gets or sets a summary of this documentation.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.Data.Edm.Library Namespace