Documentation Class
Class representing the Documentation associated with an item
Assembly: EntityFramework (in EntityFramework.dll)
System.Data.Entity.Core.Metadata.Edm.MetadataItem
System.Data.Entity.Core.Metadata.Edm.Documentation
Name | Description | |
---|---|---|
![]() | Documentation(String, String) | Initializes a new Documentation instance. |
Name | Description | |
---|---|---|
![]() | BuiltInTypeKind | Gets the built-in type kind for this Documentation.(Overrides MetadataItem.BuiltInTypeKind.) |
![]() | Documentation | Gets or sets the documentation associated with this type.(Inherited from MetadataItem.) |
![]() | IsEmpty | 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 . |
![]() | LongDescription | Gets the long description for this Documentation. |
![]() | MetadataProperties | Gets the list of properties of the current type.(Inherited from MetadataItem.) |
![]() | Summary | Gets the summary for this Documentation. |
Name | Description | |
---|---|---|
![]() | AddAnnotation(String, Object) | Adds or updates an annotation with the specified name and value.(Inherited from MetadataItem.) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | RemoveAnnotation(String) | Removes an annotation with the specified name.(Inherited from MetadataItem.) |
![]() | ToString() | 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.