Documentation Class

 

Class representing the Documentation associated with an item

Namespace:   System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

System.Object
  System.Data.Entity.Core.Metadata.Edm.MetadataItem
    System.Data.Entity.Core.Metadata.Edm.Documentation

public sealed class Documentation : MetadataItem

NameDescription
System_CAPS_pubmethodDocumentation(String, String)

Initializes a new Documentation instance.

NameDescription
System_CAPS_pubpropertyBuiltInTypeKind

Gets the built-in type kind for this Documentation.(Overrides MetadataItem.BuiltInTypeKind.)

System_CAPS_pubpropertyDocumentation

Gets or sets the documentation associated with this type.(Inherited from MetadataItem.)

System_CAPS_pubpropertyIsEmpty

Gets a value indicating whether this Documentation object contains only a null or an empty Summary and a P:System.Data.Entity.Core.Metadata.Edm.Documentation.Longdescription .

System_CAPS_pubpropertyLongDescription

Gets the long description for this Documentation.

System_CAPS_pubpropertyMetadataProperties

Gets the list of properties of the current type.(Inherited from MetadataItem.)

System_CAPS_pubpropertySummary

Gets the summary for this Documentation.

NameDescription
System_CAPS_pubmethodAddAnnotation(String, Object)

Adds or updates an annotation with the specified name and value.(Inherited from MetadataItem.)

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodRemoveAnnotation(String)

Removes an annotation with the specified name.(Inherited from MetadataItem.)

System_CAPS_pubmethodToString()

Returns the summary for this Documentation.(Overrides Object.ToString().)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.