EdmEnumObject Class

 

Represents an IEdmEnumObject with no backing CLR Type.

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

System::Object
  System.Web.OData::EdmEnumObject

public ref class EdmEnumObject : IEdmEnumObject, IEdmObject

NameDescription
System_CAPS_pubmethodEdmEnumObject(IEdmEnumType^, String^)

Initializes a new instance of the EdmEnumObject class.

System_CAPS_pubmethodEdmEnumObject(IEdmEnumType^, String^, Boolean)

Initializes a new instance of the EdmEnumObject class.

System_CAPS_pubmethodEdmEnumObject(IEdmEnumTypeReference^, String^)

Initializes a new instance of the EdmEnumObject class.

NameDescription
System_CAPS_pubpropertyIsNullable

Gets or sets whether the enum object is nullable or not.

System_CAPS_pubpropertyValue

Gets the value of the enumeration type.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetEdmType()

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: