C# Class 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.
Afficher le fichier Open project: microsoftgraph/msgraph-cli

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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.

Method Details

BuildDeleteCommand() public méthode

Delete navigation property multiValueExtendedProperties for me
public BuildDeleteCommand ( ) : Command
Résultat Command

BuildGetCommand() public méthode

The collection of multi-value extended properties defined for the event. Read-only. Nullable.
public BuildGetCommand ( ) : Command
Résultat Command

BuildPatchCommand() public méthode

Update the navigation property multiValueExtendedProperties in me
public BuildPatchCommand ( ) : Command
Résultat Command

CreateDeleteRequestInformation() public méthode

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
Résultat RequestInformation

CreateGetRequestInformation() public méthode

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
Résultat RequestInformation

CreatePatchRequestInformation() public méthode

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
Résultat RequestInformation

MultiValueLegacyExtendedPropertyItemRequestBuilder() public méthode

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
Résultat ApiSdk.Models