CountSegment Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Segmento che rappresenta $count in un percorso.
public sealed class CountSegment : Microsoft.OData.UriParser.ODataPathSegment
type CountSegment = class
inherit ODataPathSegment
Public NotInheritable Class CountSegment
Inherits ODataPathSegment
- Ereditarietà
Campi
Instance |
Restituire l'istanza singleton di Count |
Proprietà
EdmType |
Ottiene l'oggetto IEdmType di CountSegment, che è sempre Edm.Int32. |
Identifier |
Restituisce l'identificatore per questo segmento, ad esempio parte stringa senza le chiavi. (Ereditato da ODataPathSegment) |
Metodi
HandleWith(PathSegmentHandler) |
Gestire un CountSegment oggetto usando un'istanza di PathSegmentHandler. |
TranslateWith<T>(PathSegmentTranslator<T>) |
Tradurre un CountSegment oggetto usando un'istanza di PathSegmentTranslator<T>. |