Udostępnij za pośrednictwem


IPage<T> Interfejs

Definicja

Definiuje interfejs strony w odpowiedziach platformy Azure.

public interface IPage<T> : System.Collections.Generic.IEnumerable<T>
type IPage<'T> = interface
    interface seq<'T>
    interface IEnumerable
Public Interface IPage(Of T)
Implements IEnumerable(Of T)

Parametry typu

T

Typ elementów zawartości strony

Pochodne
Implementuje

Właściwości

NextPageLink

Pobiera link do następnej strony.

Metody rozszerzania

AsContinuousCollection<T>(IPage<T>, Func<String,IPage<T>>)

Definiuje interfejs strony w odpowiedziach platformy Azure.

ToCommaSeparatedString<T>(IEnumerable<T>)

Konwertuje elementy kolekcji na ciągi i łączy je z listą rozdzielaną przecinkami lub zwraca wartość null dla kolekcji null lub pustych.

Dotyczy