Share via


IEdmEnumObject Interface

Definition

Represents an instance of an enum value.

public interface IEdmEnumObject : Microsoft.AspNet.OData.IEdmObject
type IEdmEnumObject = interface
    interface IEdmObject
Public Interface IEdmEnumObject
Implements IEdmObject
Derived
Implements

Methods

GetEdmType()

Gets the IEdmTypeReference of this instance.

(Inherited from IEdmObject)

Extension Methods

IsDeltaResource(IEdmObject)

Method to determine whether the current Edm object is a Delta Entry

Applies to