다음을 통해 공유


ODataCollectionStart 클래스

정의

최상위 컬렉션의 OData 표현입니다.

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

생성자

ODataCollectionStart()

최상위 컬렉션의 OData 표현입니다.

속성

Count

컬렉션의 항목 수를 가져옵니다.

Name

컬렉션의 이름을 가져오거나 설정합니다(ATOM만 해당).

NextPageLink

다음 페이지 링크를 나타내는 URI를 가져옵니다.

TypeAnnotation

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

(다음에서 상속됨 ODataAnnotatable)

확장 메서드

SetSerializationInfo(ODataCollectionStart, ODataCollectionStartSerializationInfo)

에 대한 collectionStart에 추가 serialization 정보를 ODataCollectionWriter 제공합니다.

적용 대상