C# Класс Microsoft.Protocols.TestSuites.MS_OXCPERM.AttachMethod

The value of this property is the attach method
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
InputValue ( byte rawData, int &count ) : IPropertyInterface

Input the value from rawData to structure

OutputValue ( IPropertyInterface list ) : object

Output the value saved in the IPropertyInterface structure

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

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

Input the value from rawData to structure
public InputValue ( byte rawData, int &count ) : IPropertyInterface
rawData byte The byte array returned from the GetLists
count int The count point to the current digit
Результат IPropertyInterface

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

Output the value saved in the IPropertyInterface structure
public OutputValue ( IPropertyInterface list ) : object
list IPropertyInterface The list from the input
Результат object