EdmEnumObject Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an IEdmEnumObject with no backing CLR Type.
public class EdmEnumObject : Microsoft.AspNet.OData.IEdmEnumObject
type EdmEnumObject = class
interface IEdmEnumObject
interface IEdmObject
Public Class EdmEnumObject
Implements IEdmEnumObject
- Inheritance
-
EdmEnumObject
- Implements
Constructors
| EdmEnumObject(IEdmEnumType, String, Boolean) |
Initializes a new instance of the EdmEnumObject class. |
| EdmEnumObject(IEdmEnumType, String) |
Initializes a new instance of the EdmEnumObject class. |
| EdmEnumObject(IEdmEnumTypeReference, String) |
Initializes a new instance of the EdmEnumObject class. |
Properties
| IsNullable |
Gets or sets whether the enum object is nullable or not. |
| Value |
Gets the value of the enumeration type. |
Methods
| GetEdmType() |
Gets the IEdmTypeReference of this instance. |
Extension Methods
| IsDeltaResource(IEdmObject) |
Method to determine whether the current Edm object is a Delta Entry |