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

Classes

class  CommandDefListEnumerator
 

Public Member Functions

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

Static Public Member Functions

static CommandDefList Repeat (CommandDef value, int count)
 

Properties

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

Constructor & Destructor Documentation

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

Member Function Documentation

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

Property Documentation

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