IEdmEnumObject Interface

 

Represents an instance of an enum value.

Namespace:   System.Web.OData
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

public interface IEdmEnumObject : IEdmObject
public interface class IEdmEnumObject : IEdmObject
type IEdmEnumObject = 
    interface
        interface IEdmObject
    end
Public Interface IEdmEnumObject
    Inherits IEdmObject

Methods

Name Description
System_CAPS_pubmethod GetEdmType()

Gets the IEdmTypeReference of this instance.(Inherited from IEdmObject.)

See Also

System.Web.OData Namespace

Return to top