EnumMember 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.
Represents an enumeration member.
public sealed class EnumMember : System.Data.Entity.Core.Metadata.Edm.MetadataItem
type EnumMember = class
inherit MetadataItem
Public NotInheritable Class EnumMember
Inherits MetadataItem
- Inheritance
Properties
BuiltInTypeKind |
Gets the kind of this type. |
Documentation |
Gets or sets the documentation associated with this type. (Inherited from MetadataItem) |
MetadataProperties |
Gets the list of properties of the current type. (Inherited from MetadataItem) |
Name |
Gets the name of this enumeration member. |
Value |
Gets the value of this enumeration member. |
Methods
AddAnnotation(String, Object) |
Adds or updates an annotation with the specified name and value. (Inherited from MetadataItem) |
Create(String, Byte, IEnumerable<MetadataProperty>) |
Creates a read-only EnumMember instance. |
Create(String, Int16, IEnumerable<MetadataProperty>) |
Creates a read-only EnumMember instance. |
Create(String, Int32, IEnumerable<MetadataProperty>) |
Creates a read-only EnumMember instance. |
Create(String, Int64, IEnumerable<MetadataProperty>) |
Creates a read-only EnumMember instance. |
Create(String, SByte, IEnumerable<MetadataProperty>) |
Creates a read-only EnumMember instance. |
RemoveAnnotation(String) |
Removes an annotation with the specified name. (Inherited from MetadataItem) |
ToString() |
Overriding System.Object.ToString to provide better String representation for this type. |
Applies to
Entity Framework