C# Class Microsoft.Protocols.TestSuites.MS_OXCFXICS.AdapterHelper

Adapter helper
Show file Open project: OfficeDev/Interop-TestSuites

Public Methods

Method Description
ClearIndex ( ) : void

Reset the index

GetCnsetReadIndex ( ) : int

gets a unique CnsetRead index.

GetCnsetSeenFAIIndex ( ) : int

gets a unique CnsetSeenFAI index.

GetCnsetSeenIndex ( ) : int

gets a unique CnsetSeen index.

GetFolderNameIndex ( ) : int

gets a unique folder name index.

GetHandleIndex ( ) : int

Get the index of handle

GetICSStateIndex ( ) : int

gets a unique ICS state index.

GetObjectIdIndex ( ) : int

Get index of the server object id

GetStreamBufferIndex ( ) : int

Get index of the stream buffer

Method Details

ClearIndex() public static method

Reset the index
public static ClearIndex ( ) : void
return void

GetCnsetReadIndex() public static method

gets a unique CnsetRead index.
public static GetCnsetReadIndex ( ) : int
return int

GetCnsetSeenFAIIndex() public static method

gets a unique CnsetSeenFAI index.
public static GetCnsetSeenFAIIndex ( ) : int
return int

GetCnsetSeenIndex() public static method

gets a unique CnsetSeen index.
public static GetCnsetSeenIndex ( ) : int
return int

GetFolderNameIndex() public static method

gets a unique folder name index.
public static GetFolderNameIndex ( ) : int
return int

GetHandleIndex() public static method

Get the index of handle
public static GetHandleIndex ( ) : int
return int

GetICSStateIndex() public static method

gets a unique ICS state index.
public static GetICSStateIndex ( ) : int
return int

GetObjectIdIndex() public static method

Get index of the server object id
public static GetObjectIdIndex ( ) : int
return int

GetStreamBufferIndex() public static method

Get index of the stream buffer
public static GetStreamBufferIndex ( ) : int
return int