C# Class Microsoft.Protocols.TestSuites.MS_OXCPERM.AttachMethod

The value of this property is the attach method
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
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

Method Details

InputValue() public method

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
return IPropertyInterface

OutputValue() public method

Output the value saved in the IPropertyInterface structure
public OutputValue ( IPropertyInterface list ) : object
list IPropertyInterface The list from the input
return object