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

Classes

class  EnumListEnumerator
 

Public Member Functions

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

Static Public Member Functions

static EnumList Repeat (Enum value, int count)
 

Properties

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

Constructor & Destructor Documentation

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

Member Function Documentation

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

Property Documentation

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