Sdílet prostřednictvím


CountSegment Třída

Definice

Segment představující $count v cestě

public sealed class CountSegment : Microsoft.OData.UriParser.ODataPathSegment
type CountSegment = class
    inherit ODataPathSegment
Public NotInheritable Class CountSegment
Inherits ODataPathSegment
Dědičnost
CountSegment

Pole

Instance

Vrácení jednoznačné instance count

Vlastnosti

EdmType

Získá z IEdmType tohoto CountSegment, což je vždy Edm.Int32.

Identifier

Vrátí identifikátor pro tento segment, tj. část řetězce bez klíčů.

(Zděděno od ODataPathSegment)

Metody

HandleWith(PathSegmentHandler)

Zpracování objektu CountSegment pomocí instance .PathSegmentHandler

TranslateWith<T>(PathSegmentTranslator<T>)

Překlad objektu CountSegment pomocí instance PathSegmentTranslator<T>.

Platí pro