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 | |
---|---|---|
GetEdmType() | Gets the IEdmTypeReference of this instance.(Inherited from IEdmObject.) |
See Also
Return to top