다음을 통해 공유


ODataEnumValue 클래스

정의

OData 열거형 값

public sealed class ODataEnumValue : Microsoft.OData.ODataValue
type ODataEnumValue = class
    inherit ODataValue
Public NotInheritable Class ODataEnumValue
Inherits ODataValue
상속

생성자

ODataEnumValue(String, String)

생성자

ODataEnumValue(String)

생성자

속성

TypeAnnotation

를 저장하기 위한 주석입니다 @odata.type.

(다음에서 상속됨 ODataAnnotatable)
TypeName

edm 모델에서 형식 이름을 가져옵니다.

Value

지원 형식 값을 가져옵니다. "3" 또는 "White" 또는 "Black,Yellow,Cyan"일 수 있습니다.

적용 대상