C# Класс ApiSdk.Users.Item.CalendarView.Item.Instances.InstancesRequestBuilder

Provides operations to manage the instances property of the microsoft.graph.event entity.
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

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

Метод Описание
BuildCommand ( ) : Command
BuildCountCommand ( ) : Command
BuildCreateCommand ( ) : Command

Create new navigation property to instances for users

BuildListCommand ( ) : Command

The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.

CreateGetRequestInformation ( Action requestConfiguration = default ) : RequestInformation

The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. Configuration for the request such as headers, query parameters, and middleware options.

CreatePostRequestInformation ( Event body, Action requestConfiguration = default ) : RequestInformation

Create new navigation property to instances for users Configuration for the request such as headers, query parameters, and middleware options.

Delta ( ) : DeltaRequestBuilder

Provides operations to call the delta method.

InstancesRequestBuilder ( Dictionary pathParameters, IRequestAdapter requestAdapter ) : ApiSdk.Models

Instantiates a new InstancesRequestBuilder and sets the default values. Path parameters for the request The request adapter to use to execute the requests.

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

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

public BuildCommand ( ) : Command
Результат Command

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

public BuildCountCommand ( ) : Command
Результат Command

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

Create new navigation property to instances for users
public BuildCreateCommand ( ) : Command
Результат Command

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

The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.
public BuildListCommand ( ) : Command
Результат Command

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

The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. Configuration for the request such as headers, query parameters, and middleware options.
public CreateGetRequestInformation ( Action requestConfiguration = default ) : RequestInformation
requestConfiguration Action
Результат RequestInformation

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

Create new navigation property to instances for users Configuration for the request such as headers, query parameters, and middleware options.
public CreatePostRequestInformation ( Event body, Action requestConfiguration = default ) : RequestInformation
body Event
requestConfiguration Action
Результат RequestInformation

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

Provides operations to call the delta method.
public Delta ( ) : DeltaRequestBuilder
Результат DeltaRequestBuilder

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

Instantiates a new InstancesRequestBuilder and sets the default values. Path parameters for the request The request adapter to use to execute the requests.
public InstancesRequestBuilder ( Dictionary pathParameters, IRequestAdapter requestAdapter ) : ApiSdk.Models
pathParameters Dictionary
requestAdapter IRequestAdapter
Результат ApiSdk.Models