Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
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.
|
public CreateDeleteRequestInformation ( Action requestConfiguration = default ) : RequestInformation | ||
requestConfiguration | Action | |
Результат | RequestInformation |
public CreateGetRequestInformation ( Action requestConfiguration = default ) : RequestInformation | ||
requestConfiguration | Action | |
Результат | RequestInformation |
public CreatePatchRequestInformation ( MultiValueLegacyExtendedProperty body, Action requestConfiguration = default ) : RequestInformation | ||
body | MultiValueLegacyExtendedProperty | |
requestConfiguration | Action | |
Результат | RequestInformation |
public MultiValueLegacyExtendedPropertyItemRequestBuilder ( Dictionary pathParameters, IRequestAdapter requestAdapter ) : ApiSdk.Models | ||
pathParameters | Dictionary | |
requestAdapter | IRequestAdapter | |
Результат | ApiSdk.Models |