Represents an IEdmEnumObject with no backing CLR Type.
Namespace:   System.Web.OData
Assembly:  System.Web.OData (in System.Web.OData.dll)
Inheritance Hierarchy
System.Object
  System.Web.OData.EdmEnumObject
Syntax
public class EdmEnumObject : IEdmEnumObject, IEdmObject
public ref class EdmEnumObject : IEdmEnumObject, IEdmObject
type EdmEnumObject = 
    class
        interface IEdmEnumObject
        interface IEdmObject
    end
Public Class EdmEnumObject
    Implements IEdmEnumObject, IEdmObject
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | EdmEnumObject(IEdmEnumType, String) | Initializes a new instance of the EdmEnumObject class. | 
| .jpeg) | EdmEnumObject(IEdmEnumType, String, Boolean) | Initializes a new instance of the EdmEnumObject class. | 
| .jpeg) | EdmEnumObject(IEdmEnumTypeReference, String) | Initializes a new instance of the EdmEnumObject class. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | IsNullable | Gets or sets whether the enum object is nullable or not. | 
| .jpeg) | Value | Gets the value of the enumeration type. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetEdmType() | |
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | ToString() | (Inherited from Object.) | 
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Return to top