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.
파일 보기 프로젝트 열기: microsoftgraph/msgraph-cli

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