다음을 통해 공유


ExtensionMethods.IsOpen 메서드

정의

오버로드

IsOpen(IEdmStructuredTypeReference)

이 참조의 정의가 열려 있으면 true를 반환합니다.

IsOpen(IEdmType)

이 참조의 정의가 열려 있으면 true를 반환합니다.

IsOpen(IEdmStructuredTypeReference)

이 참조의 정의가 열려 있으면 true를 반환합니다.

public static bool IsOpen (this Microsoft.OData.Edm.IEdmStructuredTypeReference type);
static member IsOpen : Microsoft.OData.Edm.IEdmStructuredTypeReference -> bool
<Extension()>
Public Function IsOpen (type As IEdmStructuredTypeReference) As Boolean

매개 변수

type
IEdmStructuredTypeReference

호출하는 개체에 대한 참조입니다.

반환

이 참조의 정의가 열려 있으면 입니다.

적용 대상

IsOpen(IEdmType)

이 참조의 정의가 열려 있으면 true를 반환합니다.

public static bool IsOpen (this Microsoft.OData.Edm.IEdmType type);
static member IsOpen : Microsoft.OData.Edm.IEdmType -> bool
<Extension()>
Public Function IsOpen (type As IEdmType) As Boolean

매개 변수

type
IEdmType

호출하는 개체에 대한 참조입니다.

반환

이 참조의 정의가 열려 있으면 입니다.

적용 대상