Метод | Описание | |
---|---|---|
ProppatchResponse ( int statusCode ) : System.Collections.Generic |
Initializes a new instance of the ProppatchResponse class.
|
|
ProppatchResponse ( int statusCode, IEnumerable |
Initializes a new instance of the ProppatchResponse class.
|
|
ProppatchResponse ( int statusCode, string description ) : System.Collections.Generic |
Initializes a new instance of the ProppatchResponse class.
|
|
ProppatchResponse ( int statusCode, string description, IEnumerable |
Initializes a new instance of the ProppatchResponse class.
|
|
ToString ( ) : string |
public ProppatchResponse ( int statusCode ) : System.Collections.Generic | ||
statusCode | int | The status code of the operation. |
Результат | System.Collections.Generic |
public ProppatchResponse ( int statusCode, IEnumerable |
||
statusCode | int | The status code of the response. |
propertyStatuses | IEnumerable |
The collection of property statuses. |
Результат | System.Collections.Generic |
public ProppatchResponse ( int statusCode, string description ) : System.Collections.Generic | ||
statusCode | int | The status code of the response. |
description | string | The description of the response. |
Результат | System.Collections.Generic |
public ProppatchResponse ( int statusCode, string description, IEnumerable |
||
statusCode | int | The status code of the response. |
description | string | The description of the response. |
propertyStatuses | IEnumerable |
The collection of property statuses. |
Результат | System.Collections.Generic |