C# Класс Microsoft.OneDrive.Sdk.ItemDeltaRequest

The type ItemDeltaRequest.
Наследование: BaseRequest, IItemDeltaRequest
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Expand ( string value ) : IItemDeltaRequest

Adds the specified expand value to the request.

Filter ( string value ) : IItemDeltaRequest

Adds the specified filter value to the request.

GetAsync ( ) : System.Threading.Tasks.Task

Issues the GET request.

GetAsync ( CancellationToken cancellationToken ) : System.Threading.Tasks.Task

Issues the GET request.

ItemDeltaRequest ( string requestUrl, IBaseClient client, IEnumerable options ) : System

Constructs a new ItemDeltaRequest.

OrderBy ( string value ) : IItemDeltaRequest

Adds the specified orderby value to the request.

Select ( string value ) : IItemDeltaRequest

Adds the specified select value to the request.

Skip ( int value ) : IItemDeltaRequest

Adds the specified skip value to the request.

Top ( int value ) : IItemDeltaRequest

Adds the specified top value to the request.

Описание методов

Expand() публичный Метод

Adds the specified expand value to the request.
public Expand ( string value ) : IItemDeltaRequest
value string The expand value.
Результат IItemDeltaRequest

Filter() публичный Метод

Adds the specified filter value to the request.
public Filter ( string value ) : IItemDeltaRequest
value string The filter value.
Результат IItemDeltaRequest

GetAsync() публичный Метод

Issues the GET request.
public GetAsync ( ) : System.Threading.Tasks.Task
Результат System.Threading.Tasks.Task

GetAsync() публичный Метод

Issues the GET request.
public GetAsync ( CancellationToken cancellationToken ) : System.Threading.Tasks.Task
cancellationToken CancellationToken The for the request.
Результат System.Threading.Tasks.Task

ItemDeltaRequest() публичный Метод

Constructs a new ItemDeltaRequest.
public ItemDeltaRequest ( string requestUrl, IBaseClient client, IEnumerable options ) : System
requestUrl string
client IBaseClient
options IEnumerable
Результат System

OrderBy() публичный Метод

Adds the specified orderby value to the request.
public OrderBy ( string value ) : IItemDeltaRequest
value string The orderby value.
Результат IItemDeltaRequest

Select() публичный Метод

Adds the specified select value to the request.
public Select ( string value ) : IItemDeltaRequest
value string The select value.
Результат IItemDeltaRequest

Skip() публичный Метод

Adds the specified skip value to the request.
public Skip ( int value ) : IItemDeltaRequest
value int The skip value.
Результат IItemDeltaRequest

Top() публичный Метод

Adds the specified top value to the request.
public Top ( int value ) : IItemDeltaRequest
value int The top value.
Результат IItemDeltaRequest