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

This structure represent the input and output method and the value type of the folder ID
Show file Open project: OfficeDev/Interop-TestSuites

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