EnumMember Class
Represents an enumeration member.
Assembly: EntityFramework (in EntityFramework.dll)
System.Data.Entity.Core.Metadata.Edm.MetadataItem
System.Data.Entity.Core.Metadata.Edm.EnumMember
Name | Description | |
---|---|---|
![]() | BuiltInTypeKind | Gets the kind of this type.(Overrides MetadataItem.BuiltInTypeKind.) |
![]() | 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. |
Name | Description | |
---|---|---|
![]() | 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. |
![]() | 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() | Overriding System.Object.ToString to provide better String representation for this type.(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.