C# Класс Microsoft.Protocols.TestSuites.MS_COPYS.GetItemResponse

A class used to store the response data of "GetItem" operation.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetItemResponse ( uint getItemResult, FieldInformation fields, byte streamRawValue ) : System

Initializes a new instance of the GetItemResponse class.

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

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

Initializes a new instance of the GetItemResponse class.
public GetItemResponse ( uint getItemResult, FieldInformation fields, byte streamRawValue ) : System
getItemResult uint A parameter represents the result status of "CopyIntoItems" operation.
fields FieldInformation A parameter represents the fields information of a file.
streamRawValue byte A parameter represents the stream raw value.
Результат System