Micro Focus Content Manager SDK 9.3
HP.HPTRIM.SDK.MenuItemList Class Reference
Inheritance diagram for HP.HPTRIM.SDK.MenuItemList:

Classes

class  MenuItemListEnumerator
 

Public Member Functions

 MenuItemList (global::System.Collections.ICollection c)
 
void CopyTo (MenuItem[] array)
 
void CopyTo (MenuItem[] array, int arrayIndex)
 
void CopyTo (int index, MenuItem[] array, int arrayIndex, int count)
 
MenuItemListEnumerator GetEnumerator ()
 
void Clear ()
 
void Add (MenuItem x)
 
 MenuItemList ()
 
 MenuItemList (MenuItemList other)
 
 MenuItemList (int capacity)
 
void AddRange (MenuItemList values)
 
MenuItemList GetRange (int index, int count)
 
void Insert (int index, MenuItem x)
 
void InsertRange (int index, MenuItemList values)
 
void RemoveAt (int index)
 
void RemoveRange (int index, int count)
 
void Reverse ()
 
void Reverse (int index, int count)
 
void SetRange (int index, MenuItemList values)
 

Static Public Member Functions

static MenuItemList Repeat (MenuItem value, int count)
 

Properties

bool IsFixedSize [get]
 
bool IsReadOnly [get]
 
MenuItem this[int index] [get, set]
 
int Capacity [get, set]
 
int Count [get]
 
bool IsSynchronized [get]
 

Constructor & Destructor Documentation

HP.HPTRIM.SDK.MenuItemList.MenuItemList ( global::System.Collections.ICollection  c)
HP.HPTRIM.SDK.MenuItemList.MenuItemList ( )
HP.HPTRIM.SDK.MenuItemList.MenuItemList ( MenuItemList  other)
HP.HPTRIM.SDK.MenuItemList.MenuItemList ( int  capacity)

Member Function Documentation

void HP.HPTRIM.SDK.MenuItemList.Add ( MenuItem  x)
void HP.HPTRIM.SDK.MenuItemList.AddRange ( MenuItemList  values)
void HP.HPTRIM.SDK.MenuItemList.Clear ( )
void HP.HPTRIM.SDK.MenuItemList.CopyTo ( MenuItem[]  array)
void HP.HPTRIM.SDK.MenuItemList.CopyTo ( MenuItem[]  array,
int  arrayIndex 
)
void HP.HPTRIM.SDK.MenuItemList.CopyTo ( int  index,
MenuItem[]  array,
int  arrayIndex,
int  count 
)
MenuItemListEnumerator HP.HPTRIM.SDK.MenuItemList.GetEnumerator ( )
MenuItemList HP.HPTRIM.SDK.MenuItemList.GetRange ( int  index,
int  count 
)
void HP.HPTRIM.SDK.MenuItemList.Insert ( int  index,
MenuItem  x 
)
void HP.HPTRIM.SDK.MenuItemList.InsertRange ( int  index,
MenuItemList  values 
)
void HP.HPTRIM.SDK.MenuItemList.RemoveAt ( int  index)
void HP.HPTRIM.SDK.MenuItemList.RemoveRange ( int  index,
int  count 
)
static MenuItemList HP.HPTRIM.SDK.MenuItemList.Repeat ( MenuItem  value,
int  count 
)
static
void HP.HPTRIM.SDK.MenuItemList.Reverse ( )
void HP.HPTRIM.SDK.MenuItemList.Reverse ( int  index,
int  count 
)
void HP.HPTRIM.SDK.MenuItemList.SetRange ( int  index,
MenuItemList  values 
)

Property Documentation

int HP.HPTRIM.SDK.MenuItemList.Capacity
getset
int HP.HPTRIM.SDK.MenuItemList.Count
get
bool HP.HPTRIM.SDK.MenuItemList.IsFixedSize
get
bool HP.HPTRIM.SDK.MenuItemList.IsReadOnly
get
bool HP.HPTRIM.SDK.MenuItemList.IsSynchronized
get
MenuItem HP.HPTRIM.SDK.MenuItemList.this[int index]
getset