EnumMember Class

.NET Framework (current version)
 

Represents an enumeration member.

Namespace:   System.Data.Metadata.Edm
Assembly:  System.Data.Entity (in System.Data.Entity.dll)

System::Object
  System.Data.Metadata.Edm::MetadataItem
    System.Data.Metadata.Edm::EnumMember

public ref class EnumMember sealed : MetadataItem

NameDescription
System_CAPS_pubpropertyBuiltInTypeKind

Gets the kind of this type. (Overrides MetadataItem::BuiltInTypeKind.)

System_CAPS_pubpropertyDocumentation

Gets or sets the documentation associated with this type.(Inherited from MetadataItem.)

System_CAPS_pubpropertyMetadataProperties

Gets the list of properties of the current type.(Inherited from MetadataItem.)

System_CAPS_pubpropertyName

Gets the name of this enumeration member.

System_CAPS_pubpropertyValue

Gets the value of this enumeration member.

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodToString()

Overriding System.Object.ToString to provide better String representation for this type. (Overrides Object::ToString().)

.NET Framework
Available since 4.5

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: