EdmEnumObject Class
Represents an IEdmEnumObject with no backing CLR Type.
Assembly: System.Web.OData (in System.Web.OData.dll)
| Name | Description | |
|---|---|---|
![]() | EdmEnumObject(IEdmEnumType^, String^) | Initializes a new instance of the EdmEnumObject class. |
![]() | EdmEnumObject(IEdmEnumType^, String^, Boolean) | Initializes a new instance of the EdmEnumObject class. |
![]() | EdmEnumObject(IEdmEnumTypeReference^, String^) | Initializes a new instance of the EdmEnumObject class. |
| Name | Description | |
|---|---|---|
![]() | IsNullable | Gets or sets whether the enum object is nullable or not. |
![]() | Value | Gets the value of the enumeration type. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetEdmType() | |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


