EnumMember Class

Definition

Represents an enumeration member.

public ref class EnumMember sealed : System::Data::Metadata::Edm::MetadataItem
public sealed class EnumMember : System.Data.Metadata.Edm.MetadataItem
type EnumMember = class
    inherit MetadataItem
Public NotInheritable Class EnumMember
Inherits MetadataItem
Inheritance
EnumMember

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

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Overriding System.Object.ToString to provide better String representation for this type.

Applies to