Documentation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class representing the Documentation associated with an item
public sealed class Documentation : System.Data.Entity.Core.Metadata.Edm.MetadataItem
type Documentation = class
inherit MetadataItem
Public NotInheritable Class Documentation
Inherits MetadataItem
- Inheritance
Constructors
Documentation(String, String) |
Initializes a new Documentation instance. |
Properties
BuiltInTypeKind |
Gets the built-in type kind for this Documentation. |
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 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. |
Methods
AddAnnotation(String, Object) |
Adds or updates an annotation with the specified name and value. (Inherited from MetadataItem) |
RemoveAnnotation(String) |
Removes an annotation with the specified name. (Inherited from MetadataItem) |
ToString() |
Returns the summary for this Documentation. |
Applies to
Entity Framework