C# Класс ApiSdk.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.MultiValueExtendedProperties.Item.MultiValueLegacyExtendedPropertyItemRequestBuilder

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

Private Properties

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

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

Метод Описание
BuildDeleteCommand ( ) : Command

Delete navigation property multiValueExtendedProperties for me

BuildGetCommand ( ) : Command

The collection of multi-value extended properties defined for the event. Read-only. Nullable.

BuildPatchCommand ( ) : Command

Update the navigation property multiValueExtendedProperties in me

CreateDeleteRequestInformation ( Action requestConfiguration = default ) : RequestInformation

Delete navigation property multiValueExtendedProperties for me Configuration for the request such as headers, query parameters, and middleware options.

CreateGetRequestInformation ( Action requestConfiguration = default ) : RequestInformation

The collection of multi-value extended properties defined for the event. Read-only. Nullable. Configuration for the request such as headers, query parameters, and middleware options.

CreatePatchRequestInformation ( MultiValueLegacyExtendedProperty body, Action requestConfiguration = default ) : RequestInformation

Update the navigation property multiValueExtendedProperties in me Configuration for the request such as headers, query parameters, and middleware options.

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

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

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

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

Delete navigation property multiValueExtendedProperties for me
public BuildDeleteCommand ( ) : Command
Результат Command

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

The collection of multi-value extended properties defined for the event. Read-only. Nullable.
public BuildGetCommand ( ) : Command
Результат Command

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

Update the navigation property multiValueExtendedProperties in me
public BuildPatchCommand ( ) : Command
Результат Command

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

Delete navigation property multiValueExtendedProperties for me Configuration for the request such as headers, query parameters, and middleware options.
public CreateDeleteRequestInformation ( Action requestConfiguration = default ) : RequestInformation
requestConfiguration Action
Результат RequestInformation

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

The collection of multi-value extended properties defined for the event. Read-only. Nullable. Configuration for the request such as headers, query parameters, and middleware options.
public CreateGetRequestInformation ( Action requestConfiguration = default ) : RequestInformation
requestConfiguration Action
Результат RequestInformation

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

Update the navigation property multiValueExtendedProperties in me Configuration for the request such as headers, query parameters, and middleware options.
public CreatePatchRequestInformation ( MultiValueLegacyExtendedProperty body, Action requestConfiguration = default ) : RequestInformation
body MultiValueLegacyExtendedProperty
requestConfiguration Action
Результат RequestInformation

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

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