Share via


EdmEnumObject Class

Definition

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)

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.

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

Applies to