Compartilhar via


CountSegment Classe

Definição

Um segmento que representa $count em um caminho

public sealed class CountSegment : Microsoft.OData.UriParser.ODataPathSegment
type CountSegment = class
    inherit ODataPathSegment
Public NotInheritable Class CountSegment
Inherits ODataPathSegment
Herança
CountSegment

Campos

Instance

Retornar a instância singleton de Count

Propriedades

EdmType

Obtém o IEdmType deste CountSegment, que é sempre Edm.Int32.

Identifier

Retorna o identificador para esse segmento, ou seja, parte da cadeia de caracteres sem as chaves.

(Herdado de ODataPathSegment)

Métodos

HandleWith(PathSegmentHandler)

Manipule um CountSegment usando uma instância do PathSegmentHandler.

TranslateWith<T>(PathSegmentTranslator<T>)

Traduza um CountSegment usando uma instância de PathSegmentTranslator<T>.

Aplica-se a